@font-face {
    font-family: 'frutiger_boldregular';
    src: url('../font/ftb-webfont.woff2') format('woff2'),
         url('../font/ftb-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }
  
  body, html {
    width: 100%;
    height: 100%;
  }
  
  body {
    background: #292929;
    color: white;
    font-family: frutiger_boldregular;
    margin: auto;
    overflow: hidden;
  }
  
  table {
    width: 100%;
    height: 100%;
    border-spacing: 0px;
  }
  
  td, th {
    border: 0px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    
  }
 
  tr {
    border: 0px;
    margin: 0px;
    padding: 0px;
  }
  
  img {
    display: block;
    width: 100%;
  }
  
  .cam {
    width: 60%;
    height: 0px;
  }
  
  .cam td {
    width: 20%;
  }
  
  .bar {
    background: #008938;
    table-layout: fixed;
    font-size: 2.2em;
    text-align: left;
  }
  
  .bar div {
    padding: 10px;
  }
  
  .time {
    float: right;
    padding-right: 20px;
  }
  
  .bigcam {
    height: 100%;
  }

  .bigcam iframe {
    width: 100%;
    height: 100%;
    border: 0px;
    scrolling
  }
  
  .cal {
    background: #333;
    text-align: left;
    vertical-align: top;
    font-size: 2.3em;
    width: 40%;
  }
  
  .cal .title-bar {
      margin: 15px;
  }

  .cal .item {
      padding: 0px;
      padding-top:20px;
      padding-bottom:20px;
  } 
        
        .cal .item .title, .cal .item .cal-sub {
                padding-left: 10px;
                padding-right: 10px;
        }
  .cal .item .title {
      white-space: nowrap;
      overflow-x: hidden;
      max-width: 512px;
      max-height: 50px;
      padding-top: 5px;
      padding-bottom: 5px;
  }
  
  
  .cal .item .cal-sub {
    white-space: nowrap;
    overflow-x: hidden;
    max-width: 512px;
    max-height: 50px;
  }

  .cal .item:nth-child(odd) {
      background-color: #292929;
  }

  .cal .cal-sub {
      font-size: 17pt;
  }

  .cal .cal-sub-sub {
      color: gray;
  }
  
  .scroller {
    white-space: nowrap;
    overflow: scroll;
    max-width: 512px;
    height: 50px;
    height: 0px;
  }
  
  .scroller .inner {
    width: 999999999px;
  }
  
  .announcements {
    position: absolute;
    width: 40%;
    bottom: 148px;
    padding: 10px;
    padding-top: 15px;
            background-color: lightyellow;
    color: black;
    min-height: 123px;
  }

  .announcements .no {
    float: right;
  }

  .announcements .title {
    padding-bottom: 5px;
  }

  .announcements .message, .solar .message {
    font-size: 17pt;
  }

  .timebar {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 5px;
    background: yellow;
  }

  .timebar .progress {
    background-color: orange;
    width: 80%;
    height: 100%;
  }
  
  .solar {
    position: absolute;
    width: calc(40% - 5px);
    bottom: 0;
    padding: 10px;
    padding-top: 15px;
    color: black;
    background-color: orange;
    min-height: 123px;
  }

  .solar .title {
    padding-bottom: 20px;
  }

  .solar .part {
    float: left;
    width: 33.3333333%;
  }

  .solar .box-title {
    font-size: 12pt;
    padding-bottom: 5px;
  }

  .solar .box {
    margin-top: 5px;
    font-size: 12pt;
  }

  .solar .box span {
    font-size: 17pt;
  }