body {
    margin-top: 44px;
}

@media (min-width: 1200px) {
  .lead {
      font-weight: normal;
      line-height: 1.5em;
  }
  .teletext-header {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
  .teletext-header > li {
    position: relative;
    display: block;
  }
  .teletext-header > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
  }
  .teletext-header > li > a:hover,
  .teletext-header > li > a:focus {
    text-decoration: none;
    background-color: #eee;
  }
  .teletext-header > li.disabled > a {
    color: #777;
  }
  .teletext-header > li.disabled > a:hover,
  .teletext-header > li.disabled > a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
  }
  .teletext-header .open > a,
  .teletext-header .open > a:hover,
  .teletext-header .open > a:focus {
    background-color: #eee;
    border-color: #337ab7;
  }
  .teletext-header .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
  }
  .teletext-header > li > a > img {
    max-width: none;
  }

  .teletext-header {
    float: left;
  }

  .teletext-title {
    color: #00ffff;
  }

  .clock-right {
    float: right !important;
    margin-right: 0px;
    color: #ffff00;
  }

  .clock-right ~ .clock-right {
    margin-right: 0;
  }

  .clock-nav {
    margin: 7.5px -15px;
  }

  .clock-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
  }

  .date-left {
    float: left !important;
  }

  .date-right {
    float: right !important;
    margin-right: -15px;
  }

  .date-right ~ .date-right {
    margin-right: 0;
  }

  .date-nav {
    margin: 7.5px -15px;
  }

  .date-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
  }

html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  letter-spacing: 0.125em;
}

@media (min-width: 1200px) {
    .footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 50px;
    background-color: #000000;
  }
}

@media (max-width: 1200px) {
  .footer {
    padding-top: 10px;
  }
}

.foot {
  font-size: 32px;
}

.foot-red {
  background-color: #ff0000;
  color: #ffffff;  
}

.foot-green {
  background-color: #00ff00;
  color: #000000;
}

.foot-yellow {
  background-color: #ffff00;
  color: #000000;
}

.foot-blue {
  background-color: #0000ff;
  color: #ffffff;
}

.remote-control {
  background-color: #0000ff;
}

.remote-control-foot {
  background-color: #0000ff;
}

@media (min-height: 1081px) {
  .remote-control-foot {
    height: 100vh;
  }
}