﻿html, body {
    height: 100%;
}

#map {
    height: 100%;
}

.driverColor {
    height: 25%;
    background: yellow;
}

.rounded {
    border-collapse: separate;
    border-radius: 20px;
    border: 1px solid #000;
    border-spacing: 0;
    -moz-border-radius: 10px;
}

.tblList {
    /*    max-width: 350px;*/
    border: 1px solid black;
    border-radius: 10px;
    text-align: center;
}

    .tblList thead, .tblList tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    .tblList tfoot {
        display: table-row;
        width: 100%;
        table-layout: fixed;
    }

    .tblList thead {
        border-bottom: 1px solid black;
    }

    .tblList td {
        /*padding-left: 1em;*/
    }

.listContainer {
    margin-top: 20px;
    margin-bottom: 20px;
}

.listBody {
    display: block;
    /*    overflow: auto;*/
    /*    height: 127px;*/
    height: 100%;
    font-size: 10px;
}

    .listBody tr {
        cursor: pointer;
    }

        .listBody tr:nth-child(even) {
            background-color: lightgray;
        }

.tblListRow {
    display: table;
    width: 100%;
    table-layout: fixed;
    text-align: left;
}

thead, tfoot {
    font-size: 10px;
    text-align: left;
}

.haulwareLink {
    width: 100%;
    font-weight: bold;
    font-style: italic;
}

#imgLogo {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#ticketImageDisplay {
    width: 100%;
    cursor: pointer;
    margin-top: 50px;
    margin-bottom: 50px;
}

.ticketImageDisplay {
    width: 100%;
    cursor: pointer;
    margin-top: 50px;
    margin-bottom: 50px;
}