﻿.TestResults table{
    width: auto;
    display: inline-block;
}

.TestResults .SubGroupColumn {
}


.four-way-results > tbody > tr > td, .four-way-results > tbody > tr > th {
    padding: 1px 5px 1px 5px;
}

.table-smaller {
    font-size: 1.4rem;
}

fieldset {
    border: 0;
}

#report-form fieldset {
    padding-bottom: 0;
    padding-top: 0;
}

.fieldset-inline legend{
    font-size: .95rem;
    font-weight: bold;
    text-decoration: none;
    border: none;
    margin: 6px 0 0 0;
    padding-right: 1.5em;
}

@media (min-width: 768px) {
    .fieldset-inline legend {
        text-align: right;
    }

    .dropdown-medium {
        width: 400px;
        float: left;
    }
}
.form-horizontal .form-group {
    margin-left: 0;
}


.TestResults table tr td {
}

.TestResults table thead tr th {
    vertical-align: bottom;
    color: #FFFFFF;
    background-color: #112039;
}

.TestResults table tr .CountColumn {
    width: 50px;
}

.TestResults table tr .PercentColumn {
    width: 95px;
}

.TestResults table tr .SummaryColumn {
    width: 60px;
}

.TestResults .SubGroupColumn {
    width: 251px;
}


.TestResults table thead th, .TestResults td {
    text-align: center;
}

.highlight-cell {
    color: #FFFFFF;
    background-color: #112039;
}

.ui-tabs .ui-tabs-panel {
    padding: .5em;
}

.table-agd {
    margin: 0 auto 15px auto;
}

.TestResults .table-agd .PercentColumn {
   width: 150px;
}

.table-agd th.SubGroupColumn {
    width: 270px;
}

.spacer {
    display: inline-block;
    width: 20px;
}