/*
    Copy and paste this css to create a specif one for a project (project_name.css)
    DO NOT CHANGE THIS ONE, THIS IS THE DEFAULT TEMPALTE
*/

body {
    line-height: 1.6em;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
}

a:link, a:visited, a:active {
    text-decoration: none;
    color: #0070AF;
}

a:hover {
    text-decoration: none;
}

.logo {
    padding: 0;
    margin: 0;
}

.logo1 {
    padding: 0 5px 0 0;
    padding: 0 0.3rem 0 0;
    margin: 0;
}

.logo2 {
    padding: 0 0 0 5px;
    padding: 0 0 0 0.3rem;
    margin: 0;
}

.date-time-text {
    padding: 0;
    margin: 0;
    font-weight: bold;
}

.stop-legend-text {
    padding: 0;
    margin: 0;
}

.stop-name-text {
    padding: 0;
    margin: 0;
    margin-top: 0;
    margin-bottom: 1px;
    color: #0070AF;
    font-weight: bold;
    font-size: medium;
}

.title-text {
    padding: 0;
    margin: 3px 0 3px 0;
    margin: 0.2rem 0 0.2rem 0;
    font-weight: bold;
}

.table-header {
    background-color: #0070AF;
    color: white;
    text-transform: uppercase;
    line-height: 1.2em;
    font-size: 14px;
    font-weight: bold;
}

.table-cell-header{
    padding:5px;
}

.table-header-right-border {
    border-right: 2px solid white;
}

.table-row {
    padding-bottom: 2px;
    padding-top: 2px;
    border-bottom: 1px solid lightgrey;
    line-height: 1.2em;
}


.header-cell {
    display: table-cell;
    padding-bottom: 5px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    vertical-align: middle;
    text-align: center;
}

.row-cell {
    background: white;
    color: black;
    border-bottom: 1px solid #0070AF;
    padding-top: 2px;
    padding-bottom: 2px;
}

.destination-cell {
    padding-left: 5px;
}

.transporter-logo{
    height: 24px;
}

/* ROUTE NUMBER */
.line_box {
    width: 32px;
    height: 32px;
    /*padding-top: 6px;*/
}