﻿#errorMessage {
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 14px;
    color: red;
}

#routeImage {
    width: 100%;
}

#imageContainer {
    margin-top: 20px;
    margin-bottom: 20px;
    margin: auto;
}

.timetable {
    border-collapse: collapse;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
    box-sizing: border-box;
    display: inline-table;
}

.timepoint {
    border: black solid .5pt;
    vertical-align: top;
    font-family: verdana;
    font-size: 9px;
    text-align: center;
}

.headingrow {
    border: black solid .5pt;
}

thead {
    display: table-header-group;
}

th, td {
    border: black solid .5pt;
    vertical-align: top;
    font-family: verdana;
    font-size: 9px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
