.m-timetable {
  position: relative;
  font-size: 12px;
  overflow: hidden;
  margin-bottom:3em; }
  .m-timetable .hlf-reference-table {
    position: absolute;
    line-height: 24px;
    border-top: 75px solid #FFFFFF;
    width: 20%; 
    height: 750px;}
  .m-timetable .hlf-reference-table tr:first-child td{
  	background-image: url("img/lines-bg.png");
  }
  .m-timetable .hlf-reference-table tr:nth-child(2n+1) td{
  	border-top: 1px solid #a1a1a1;
  	font-weight:bold;
  }
  .m-timetable .hlf-reference-table tr:nth-child(2n) td {
  	border-top: 1px solid #ffffff;
    background-color: #FFFFFF;
  }
  .m-timetable .hlf-reference-table tr:last-child td {
    border-bottom: 1px solid #FFFFFF;
  }  
  .m-timetable #hlf-reference-table-right {
  	display: none; }
    @media only screen and (min-width: 481px) {
      .m-timetable .hlf-reference-table {
        width: 20%; } }
    @media only screen and (min-width: 605px) {
      .m-timetable .hlf-reference-table {
        width: 10%; } }
    @media only screen and (min-width: 850px) {
      .m-timetable .hlf-reference-table {
        width: 5%; } 
      .m-timetable #hlf-reference-table-right {
      	display: table;
      	margin: 0 95%;
      	top: 0;
      }
      #hlf-reference-table-right td {
      	text-align: right;
      } }
      
      #hlf-table .hlf-table-day:last-child {
      	border-right: 1px solid #a1a1a1;
      }
  .m-timetable #hlf-table {
    background-color: transparent;
    /* Old browsers */
    /* background-image: url("img/lines-bg.png") !important;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a1a1a1), color-stop(0.01, #a1a1a1), color-stop(0.01, white), to(white));
    background-image: -webkit-linear-gradient(top, #a1a1a1 1px, white 1px);
    background-image: -moz-linear-gradient(top, #a1a1a1 1px, white 1px);
    background-image: linear-gradient(to bottom, #a1a1a1 1px, white 1px);
    -webkit-background-size: auto 25px;
    background-size: auto 25px;
    background-position: 0 0; */
    padding-left: 20%;
    text-align: right; }
    @media only screen and (min-width: 481px) {
      .m-timetable #hlf-table {
        padding-left: 20%; } }
    @media only screen and (min-width: 605px) {
      .m-timetable #hlf-table {
        padding-left: 10%; } }
    @media only screen and (min-width: 850px) {
      .m-timetable #hlf-table {
        padding-left: 5%;
        padding-right: 5%; } }
  .m-timetable .hlf-table-day {
    display: inline-block;
    width: 100%;
    min-height: 751px;
    vertical-align: top;
    position: relative;
    line-height: 25px;
    left: 0;
    top: 0;
    border-left: 1px solid #a1a1a1;
    text-align: left; 
    background-color: #FFFFFF; }
    @media only screen and (min-width: 481px) {
      .m-timetable .hlf-table-day {
        width: 50%; } }
    @media only screen and (min-width: 605px) {
      .m-timetable .hlf-table-day {
        width: 33.333334%; } }
    @media only screen and (min-width: 850px) {
      .m-timetable .hlf-table-day {
        width: 16.666667%; } }
    .m-timetable .hlf-table-day h4 {
      background-color: #fff;
      padding-bottom: 42px;
      line-height: 20px;
      height: 75px;
      font-weight: normal;
      padding: 1em 0.9em; }
    .m-timetable .hlf-table-day > ul{
	    border-top:1px solid #a1a1a1;
    }  
    .m-timetable .hlf-table-day > ul > li {
      position: absolute;
      width: 100%;
      border: 1px solid #fff;
      border-top: 0 none;
      display: table; }
    .m-timetable .hlf-table-day .hlf-table-data {
      display: none; }
    .m-timetable .hlf-table-day .hlf-table-agenda-events,
    .m-timetable .hlf-table-day .hlf-table-agenda-subslots {
      display: none; }
    .m-timetable .hlf-table-day .hlf-table-agenda-title {
      text-align: center;
      display: table-cell;
      color: #fff;
      font-weight: bold;
      vertical-align: middle;
      line-height: 1.2;
      padding: 0 5px; }
