* {font-family: verdana;}

.niscontainer {
    font-size: 16px;
}
h1, h2, h3 {
    font-family: Verdana, Helvetica, sans-serif;
    background: none;
    margin: 0;
    padding: 0;
    display: block;
    width: auto;
    height: auto;
    position: static;
    text-indent: 0;
    color: black;
}
h1 {
    font-size: 1em;
}
h2 {
    font-size: .8em;
}

/* Over rides for styles in authCommon.css
_______________________________________________________________________________*/
input.sacsub {
    height: auto;
}

/* Business Performance
________________________________________________________________________________*/
.biz-perf {
    padding: 20px;
    /*font-size: 12px;*/
    margin-top: 30px;
    margin-bottom: 10px;
}
.biz-perf h1 {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 20px;
}
.biz-perf h2 {
    color: rgba(0,0,0,.8);
    border-bottom: 3px solid rgba(0,0,0,.70);
    padding-bottom: 5px;
    font-size: 1.7em;
    margin-bottom: 10px;
}
.perf-input{
    width: 72px;
    font-size: 1.2em;
    padding: 0 4px;
    margin-right: 10px;
}
.perf-input2 {
    width: 125px;
}
.stat-section {
    margin-bottom: 15px;
}
.tbl-std {
    padding: 0;
    margin-bottom: 30px;
}
.tbl-std label {
    margin-bottom: 4px;
}

.row-padding-top {
    padding-top: 15px;
}

/* Business Performance - All OEM
________________________________________________________________________________*/

.all-oem {
    font-size: 14px;
}
.all-oem p {
    line-height: 20px;
    margin-bottom: 10px;
}
.all-oem h1 {font-size: 22px;}

.all-oem h2 {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid rgba(0,0,0,.7);
    padding-bottom: 3px;
}

.all-oem .perf-input {
    width: 60px;
}
.all-oem .perf-input2 {
    width: 125px;
}
.perf-input-alt {
    width: 60px;
    font-size: 14px;
}

/*override bootstraps hover font color*/
.all-oem .sacsub:hover {
    color: #fff;
}
