@charset "UTF-8";
/* CSS Document */

table.mainTable {
    width: 100%;
}

.formatted table.mainTable table,
.formatted table.mainTable table td {
    border: 0;
}

.formatted table.mainTable td {
    vertical-align: middle;
}

table.mainTable label {
    font-weight: 700;
}

table.mainTable tr th {
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 10px 10px 5px;
    background-color: #faf0cd;
    border-bottom: 1px solid #DDD;
    color: #333333;
	font-weight: 700;
    white-space: nowrap;
}

/*
table.mainTable th a {
    background: transparent !important;
    color: #333 !important;
    text-decoration: underline;
}
*/

table.mainTable th a {
    background: url(/https/apps.nasponline.org/img/icons/sort.png) 99% 40% no-repeat;
    background-size: 20px;
    padding-right: 24px;
    color: #333 !important;
    text-decoration: underline;
}

.mainTable tr td {
    width: 30%;
    vertical-align: top;
}

    .mainTable tr td:last-child {
        vertical-align: middle;
    }

    .mainTable tr td a.button {
        white-space: nowrap;
    }

    .mainTable tr td:first-child, .mainTable tr th:first-child {
        white-space: nowrap;
        padding-left: 10px;
    }

.mainTable tr td {
    width: auto;
    vertical-align: top;
}

table.mainTable {
    border: 0;
}

    table.mainTable tr:nth-child(even) {
        background: #EEE;
    }

    table.mainTable tr:nth-child(odd) {
        background: #FFF;
    }

    table.mainTable tr td {
        padding: 7px;
        border-bottom: 0;
    }

table.checkboxList, table.radioButtonList, table.checkboxList td, table.radioButtonList td {
    border: 0;
}

@media all and (max-width: 1024px) {
    table.mainTable tr td {
        white-space: normal !important;
    }
}

@media all and (max-width: 979px) {
    table.mainTable {
        float: left;
        margin-top: 20px;
    }

        table.mainTable tr th {
            display: none;
        }

        table.mainTable tr td {
            float: left;
            width: 100%;
            padding-left: 10px;
        }

    .wrap-div-inner.line2 .col-1 {
        display: none;
    }
}
