.additional_info__desc--content
{
  color: red;
}
body { font-family: Avenir, Lato; }

.navbar-inverse {
  background: #5c0104;
  border-color: #080808;
}
.nav-tabs > li.active::before {
  background: #1E274A;
}
.schedule__desc,
.schedule__time { color: #000; }

.schedule__item--major .schedule__desc,
.schedule__item--major .schedule__time { font-weight: bold; color: #5c0104; }

.green .schedule__desc,
.green .schedule__time { font-weight: bold; color: #5c0104; }

.break .schedule__desc,
.break .schedule__time { font-weight: bold; color: #F3BB27; }
.schedule__desc em {
  font-weight: normal; color: #5c0104;
}

.footer {
    background: #5c0104;
    border-color: #5c0104;
}
#SyskonfLogoContainer {
    background: #5c0104;
}

/* FOOTER */
.footer__content{
 min-height: 80px;
 padding-bottom: 0px;
}
.footer [class^="col-"]{
 margin-bottom: 0px;
}
  
h4 {
  font-size: 1.2em;
  color: rgb(0, 91, 51);
}
.w-img70 img { max-width: 70%; }
  .w-img60 img { max-width: 60%; }
.w-img50 img { max-width: 50%; }
.w-img40 img { max-width: 40%; }
.w-img30 img { max-width: 30%; }
.w-img20 img { max-width: 20%; }