/*
This file contains quick and dirty tweaks and should be merged with the main css at some point.
*/

.bg {
  background-image: none;
}

.programpage .listbox {
  table-layout: fixed;
}

@media (min-width: 1280px) {
  .programpage .list {
    width: 368px;
  }
}

@media (min-width: 1366px) {
  .programpage .list {
    width: 298px;
  }
}

@media (min-width: 1920px) {
  .programpage .list {
    width: 349px;
  }
}