div.programme table#programme {
  margin-bottom: -3px;
  border-spacing: 3px;
  border-collapse: separate; }
  div.programme table#programme td, div.programme table#programme th {
    padding: 0.5em;
    width: 15rem;
    height: 4rem;
    text-align: center;
    border: 2px none; }
    div.programme table#programme td.time, div.programme table#programme th.time {
      width: 9em;
      padding: 0.5em 0em; }
    div.programme table#programme td.dayheader, div.programme table#programme td.time, div.programme table#programme th.dayheader, div.programme table#programme th.time {
      height: 2rem;
      padding: 0em; }
    div.programme table#programme td.slot, div.programme table#programme td.dayheader, div.programme table#programme th.slot, div.programme table#programme th.dayheader {
      text-transform: uppercase; }
    div.programme table#programme td.alphaThread.lecture, div.programme table#programme th.alphaThread.lecture {
      color: #ffffff;
      background-color: #00555f; }
    div.programme table#programme td.alphaThread.agios, div.programme table#programme th.alphaThread.agios {
      color: #ffffff;
      background-color: #5bc4bf; }
    div.programme table#programme td.alphaThread.exposure, div.programme table#programme th.alphaThread.exposure {
      color: #ffffff;
      background-color: #008a8a; }
    div.programme table#programme td.betaThread.lecture, div.programme table#programme th.betaThread.lecture {
      color: #ffffff;
      background-color: #7a2000; }
    div.programme table#programme td.betaThread.agios, div.programme table#programme th.betaThread.agios {
      color: #ffffff;
      background-color: #f15a38; }
    div.programme table#programme td.betaThread.exposure, div.programme table#programme th.betaThread.exposure {
      color: #ffffff;
      background-color: #c64020; }
    div.programme table#programme td.alphaThread.betaThread.lecture, div.programme table#programme th.alphaThread.betaThread.lecture {
      color: #ffffff;
      background-color: #342d29; }
    div.programme table#programme td.alphaThread.betaThread.agios, div.programme table#programme th.alphaThread.betaThread.agios {
      color: #ffffff;
      background-color: #a9988c; }
    div.programme table#programme td.alphaThread.betaThread.exposure, div.programme table#programme th.alphaThread.betaThread.exposure {
      color: #ffffff;
      background-color: #5e544f; }
    div.programme table#programme td.break, div.programme table#programme th.break {
      color: #5e544f;
      background-color: #ded7ce; }

div.programme div.dayselector .btn-secondary {
  color: #ded7ce;
  background-color: #5e544f; }
  div.programme div.dayselector .btn-secondary.active {
    background-color: #342d29; }

div.programme div.dayselector {
  display: none; }

div.programme td, div.programme th {
  display: none; }

@media only screen and (min-width: 768px) {
  div.programme td, div.programme th {
    display: table-cell; } }

@media only screen and (min-width: 0px) and (max-width: 767px) {
  div#tabbar_daily.dayselector {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  div#tb_show_daily.Day1 ~ #progtable .onDay1 {
    display: table-cell; }
  div#tb_show_daily.Day2 ~ #progtable .onDay2 {
    display: table-cell; }
  div#tb_show_daily.Day3 ~ #progtable .onDay3 {
    display: table-cell; } }

/*# sourceMappingURL=maps/programme.css.map */
