.panelhead {
  font-family: "HaasText",helvetica;
  letter-spacing: 0.04em;
  font-size: 14px;
  color:#fff;
  float: left;
  width: 100%;
  text-align: left;
  text-transform: none;
  border-bottom: 1px solid #666;
  padding-bottom: 12px;
  padding-top: 12px;
}
.paneldek {
  width: 36%;
  float: left;
  margin-right: 5%;
  min-height: 110px;
}
.paneltitle {
  font-family: "HaasTextBold",helvetica;
  font-size: 20px;
  letter-spacing: 0px;
  color: #FFE600;
  margin: 2px 0;
}


/*.panelhead .nav-container{
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  max-height: 0;
}*/
.panel.afixed .panelhead .nav-container.invis{
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  pointer-events: none;
}
.panel.afixed .panelhead .nav-container{
  display: inline-block;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.panel.afixed.absbottom .panelhead.tbfixed{
  position: absolute;
  bottom: 104px;
  top: initial;
}
.panel.afixed.absbottom .panelhead.tbfixed{
  position: absolute;
  bottom: 104px;
  top: initial;
}
.panelhead .nav-container .nav-item.icon-departures{
  padding-right: 0;
  margin-bottom: 10px;
}
.panelhead .nav-container .nav-item.icon-departures .icon-label{
  margin-top: 9px;
}
.panelhead .nav-container .nav-item.icon-commute .icon-label{
  margin-top: 9px;
}
.panelhead .nav-container .nav-item.icon-ranking .icon-label{
  margin-top: 9px;
}

.nav-container .icon{
  display: block;
  margin: 0 auto;
}


.panelbox {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.panelbox .panel {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  background-color: #333;
  overflow: hidden;
  text-transform: uppercase;
  -webkit-transition: background-color 0.7s;
  -moz-transition: background-color 0.7s;
  -o-transition: background-color 0.7s;
  transition: background-color 0.7s;
}
.innerchart{
  clear: both;
  padding-top: 24px;
  position: relative;
  overflow: hidden;
}
.panelbox .panel:after{
  content: "";
  display: block;
  height: 100px;
  border-top: 4px solid #222;
  margin-top: 20px;
}
.panelbox .panel:last-child:after{
  height: 20px;
}
.panelbox .panel.focused {

}
.panelbox .panel .panel-inner {
  max-width: 84%;
  margin: 0 5%;
  padding: 3%;
}
.panelbox .tbfixed {

}
.panel.afixed .panelhead.tbfixed {
  background-color: rgba(52,52,52,0.95);
  z-index: 100;
  top: 0px;
  position: fixed;
}
.panelbox .panel .article-title {
  margin-top: 70px;
}
.panelbox .panelstepper {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  z-index: 11;
}
.panelbox .panelstepper.afixed {
  position: fixed;
}
.panelbox .panelstepper .step {
  width: 16px;
  height: 16px;
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 3px solid #333;
  cursor: pointer;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
}
.panelbox .panelstepper .step.focused {
  background-color: #333;
  border: 3px solid #111;
}
.panelbox .panelstepper .step.focused:hover {
  background-color: #333;
}
.panelbox .panelstepper .step:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
