/*company overrides*/
html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 115px; /* Margin bottom by footer height */
}
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 115px; /* Set the fixed height of the footer here */
    background-color: #f5f5f5;
}
.btn {
    text-transform:none;
    border:0;
    font-size: 1.125rem
}
.timetable table{
    border: 2px solid #009FE3;
    padding: 5px !important;
}
.timetable th {
    border: 1px solid #ffffff;
    background-color: #009FE3;
    color:#ffffff;
}
.timetable  td {
    border: 1px solid #009FE3
}
.faq_question{
    width:100%; background-color:#009FE3; padding:5px; margin-bottom:3px; text-align:left; color:#ffffff
}