
table.tt_timetable * {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
table.tt_timetable {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    border-collapse: collapse !important;
    border: 1px solid #e1e1e1;
	 width: 100%;
	 line-height: normal;
	  border-spacing: 2px !important;
    background: #FFF !important;
}

table.tt_timetable thead tr.row_gray {
    background: 0 0 !important;
}

table.tt_timetable thead tr.row_gray {
    background: 0 0 !important;
}
.tt_timetable .row_gray {
    background-color: #fff !important;
}
table.tt_timetable thead tr {
    border: 1px solid #e1e1e1;
}
table.tt_timetable thead th {
    height: 75px;
    border-right: 1px solid #e1e1e1 !important;
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 17px;
    letter-spacing: .08em;
    text-transform: uppercase;
	background:#024242;
}
.tt_timetable th {
    width: 12.5%;
    padding: 10px 15px 12px;
    letter-spacing: normal;
}
.tt_timetable th, .tt_timetable td.tt_hours_column {
    /* text-align: center; */
    vertical-align: middle;
}
.tt_timetable th, .tt_timetable td {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    color: #34495E;
    text-transform: none;
    border: none !important;
}
table.tt_timetable tbody tr:nth-child(odd) {
    background-color: #fff !important;
}
table.tt_timetable tbody tr {
    border-bottom: 1px solid #b9b7b7;
}
.tt_timetable tr {
    background-color: #FFF !important;
}

table tbody tr, table thead tr {
    border: 1px solid #b9b7b7;
}

.tt_tabs .tt_timetable td {
    height: 0px;
}

table.tt_timetable tbody td {
    padding: 40px 10px;
    color: #979797;
    font-size: 18px;
    border-right: 1px solid #b9b7b7 !important;
}

.tt_timetable .event {
    /* position: static; */
    background-color: #fff;
    color: #FFF;
    line-height: 140%;
    text-align: center;
    padding: 0 !important;
    vertical-align: middle;
}
table.tt_timetable .event .event_container {
    padding: 28px 10px 39px;
}
.tt_timetable .event_container {
    padding: 7px 10px;
    position: relative;
}

table.tt_timetable .event .event_header {
    margin-bottom: 5px;
    color: #024242 !important;
    font-size: 18px;
    font-weight: inherit;
}
.tt_timetable .event p, .tt_timetable .event .event_header {
    display: block;
    color: #FFF !important;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 2px;
    text-decoration: none;
    outline: none;
    transition: none !important;
    border: none;
}
table.tt_timetable .event p {
    color: #09d2aa !important;
    font-size: 18px;
    font-weight: inherit;
}
table.tt_timetable .event .after_hour_text, table.tt_timetable .event .before_hour_text {
    color: #404040;
    font-size: 15px;
}
.tt_timetable .event .before_hour_text, .tt_timetable .event .after_hour_text {
    font-size: 13px;
}

table.tt_timetable .event .top_hour {
    margin: 10px 0 0;
}
table.tt_timetable .event .bottom_hour, table.tt_timetable .event .top_hour {
    color: #979797;
    font-size: 13px;
    line-height: 21px;
}
.tt_timetable .event .top_hour {
    margin-top: 15px;
}
.tt_tooltip .tt_tooltip_text {
    display: block;
    /* padding-bottom: 15px; */
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 1000;
    left: -19px;
    bottom: 100%;
    line-height: 1;
    text-align: center;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -ms-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: cubic-bezier(0.35,0,0.35,1);
    -moz-transition-timing-function: cubic-bezier(0.35,0,0.35,1);
    -o-transition-timing-function: cubic-bezier(0.35,0,0.35,1);
    -ms-transition-timing-function: cubic-bezier(0.35,0,0.35,1);
    transition-timing-function: cubic-bezier(0.35,0,0.35,1);
    -webkit-transition-property: opacity, visibility;
    -moz-transition-property: opacity, visibility;
    -o-transition-property: opacity, visibility;
    -ms-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    /* background: url(images/tooltip_arrow.png) no-repeat 15px bottom; */
}