#content section table.output td.microToolOutput{
    min-width: auto;
    max-width: none;
}

tr.rowHighlight {
    font-weight: bold;
}

.slider, .slider-limit {
    display: none;
}

tr.rowBlue {
    background: #31B2E7;
}

th.rowBlue {
    background: #31B2E7;
}

p.rowBlue {
    background-color: #31B2E7 !important;
}

div.psuedoH3 {
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 1.5em;
    text-transform: none;
    padding: 20px 0;
}

span.span-italic {
    font-style: italic;
    color: #000;
}

span.span-font-weight-normal {
    font-weight: normal;
}