﻿.divGridResults {
    background-color: white;
    border: 0;
    margin: auto;
    width: 100%;
}

    .divGridResults h1 {
        color: maroon;
        font-size: 21px;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .divGridResults h2 {
        color: maroon;
        font-size: 21px;
        margin: 0;
        padding: 0;
        padding-left: 10px;
        text-align: left;
    }

    .divGridResults table {
        border-color: #d3d3d3;
        border-style: solid;
        border-width: 1px;
        margin: 0;
        margin-left: 5px;
        width: 99%;
    }

        .divGridResults table tr {
            height: 21px;
            vertical-align: top;
        }

            .divGridResults table tr:hover {
                background-color: #c7d4dd !important;
            }

            .divGridResults table tr:first-child {
                background-color: #cccccc;
                height: 25px;
                vertical-align: middle;
            }

            .divGridResults table tr:nth-child(even) {
                background-color: white;
            }

            .divGridResults table tr:nth-child(odd) {
                background-color: #f3f3f3;
            }

            .divGridResults table tr th {
                border: 0;
                font-size: 0.8em;
                font-weight: bold;
                padding-left: 2px;
                padding-right: 2px;
                text-align: left;
            }

            .divGridResults table tr td {
                border: 0;
                font-size: 0.8em;
                padding-left: 2px;
                padding-right: 2px;
                text-align: left;
            }

            .divGridResults table tr:first-child td {
                background-color: #cccccc;
                color: black;
                height: 25px;
                vertical-align: middle;
                white-space: nowrap;
            }


.divGridResultsClip table tr td {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
