﻿section.fieldset-widget fieldset {
    text-align: left;
    white-space: nowrap;
    background-color: white;
}

section.fieldset-widget div.table-header {
    font-size: 0.9em;
    font-weight: bold;
    white-space: nowrap;
    border-bottom: 1px solid grey;
}

section.fieldset-widget div.table-row {
    font-size: 0.8em;
    border-bottom: 1px solid grey;
    background-color: #dfdfdf;
    color: black;
}

section.fieldset-widget div.table-row-odd {
    background-color: #eeeeee;
}

fieldset > div > div.long-content {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#trip-search-form label {
    width: auto;
    white-space: nowrap;
    font-size: 14px;
}

    #trip-search-form label input {
        height: 20px;
        width: 20px !important;
        vertical-align: bottom;
    }

#trip-search-results > div {
    white-space: normal;
    text-align: center;
}


div.modal-trip-list {
    margin-top: 1%;
}

    div.modal-trip-list div.modal-trip-list-table {
        max-height: 300px;
        overflow-y: scroll;
    }

    div.modal-trip-list div.modal-table-header {
        color: white;
        background-color: black;
    }

    div.modal-trip-list div.modal-table-row {
        border: 1px solid lightgray;
    }

    div.modal-trip-list label {
        margin-bottom: 0px;
    }