﻿#bt_route,
#bt_daynight,
#bt_weather {
  visibility:visible !important;
	z-index:1;
}

#dashboard big.clock * {
  font-size:2.3rem;
  line-height:2.3rem; 
}
#dashboard small.clock * {
  font-size:120%;
}
#dashboard small.clock *:after {
  font-size:80%;
}
#dashboard big b {
  font-size:85%;
}
#dashboard #situation header big b {
  display:block;
}
#dashboard #situation header big b:after {
  content:"";
}
body.STANDBY #situation header small {
  display:none;
}
#record header small:first-of-type b {
  display:block;
}

#progressline {
  top:9px;
  left:90px;
  right:100px;
}
  #progressline sup,
  #progressline sub {
    bottom:-7px;
    font-size:18px;
    font-weight:bold;
  }
  #progressline sup {
    right:-100px;
  }
  #progressline sub {
    left:-90px;
  }
    #progressline b:before,
    #progressline b:after,
    #progressline i:before,
    #progressline i:after {
      display:none;
    }
    #progressline b>svg {
      display:inherit;
    }

@media screen and (max-width:800px) {
      #progressline {
        top:0px;
        left:18px;
        right:18px;
      }
        #progressline sub,
        #progressline sup {
          display:none;
        }
      #progressline b:before,
      #progressline b:after,
      #progressline i:before,
      #progressline i:after {
        display:inherit;
      }
      #progressline b>svg {
        display:none;
      }
      #bt_fullscreen,
      #bt_zoommanual {
        display:none !important;
      }
}

