<html><body><p>body {
    /*background-color:red !important;*/
}

.row {
    margin-left: 0px;
}

/*CDC head fix for "row" class*/
#header div.container div.row {
    margin-left: -15px !important;
    /*background-color:red;*/
}

.a2z-bar ul li a {
    width: 40px;
}


.alert-purple {
    border-color: rgba(255, 255, 255, 0.75);
    color: #503608;
    background-color: #f7efd7;
}

.alert-tan {
    border-color: #bfa862;
    color: #503608;
    background-color: #E4DABC;
}

.alert-info {
    border-color: #bfa862;
    color: #503608;
    background-color: #E4DABC;
}

    .alert-info h1, .alert-info h2, .alert-info h3, .alert-info h4 {
        color: #503608;
    }

.active.btn-primary {
    color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: rgb(255, 255, 255);
    text-shadow: 0px -1px 0px rgba(0,0,0,0.25);
    background-image: linear-gradient(#8e620f, #503608);
    background-repeat: repeat-x;
    background-color: #503608;
}

    .btn-primary:hover {
        color: rgb(255, 255, 255);
        background-color: #503608;
    }

    .btn-primary:focus {
        color: rgb(255, 255, 255);
        background-color: #503608;
    }

    .btn-primary:active {
        color: rgb(255, 255, 255);
        background-color: #503608;
    }

.active.btn-primary {
    color: rgb(255, 255, 255);
    background-color: #503608;
}

.disabled.btn-primary {
    color: rgb(255, 255, 255);
    background-color: #503608;
}

[disabled].btn-primary {
    color: rgb(255, 255, 255);
    background-color: #503608;
}


.active.btn-info {
    color: rgba(255, 255, 255, 0.75);
}

.btn-info {
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: rgb(255, 255, 255);
    text-shadow: 0px -1px 0px rgba(0,0,0,0.25);
    background-image: linear-gradient(#ba8012, #8d610e);
    background-repeat: repeat-x;
    background-color: #8d610e;
}

    .btn-info:hover {
        color: rgb(255, 255, 255);
        background-color: #8d610e;
    }

    .btn-info:focus {
        color: rgb(255, 255, 255);
        background-color: #8d610e;
    }

    .btn-info:active {
        color: rgb(255, 255, 255);
        background-color: #8d610e;
    }

.active.btn-info {
    color: rgb(255, 255, 255);
    background-color: #8d610e;
}

.disabled.btn-info {
    color: rgb(255, 255, 255);
    background-color: #8d610e;
}

[disabled].btn-info {
    color: rgb(255, 255, 255);
    background-color: #8d610e;
}

a.btn-info {
    text-decoration: none !important;
    color: #fff !important;
}


.active.btn-danger {
    color: rgba(255, 255, 255, 0.75);
}

.btn-danger {
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: rgb(255, 255, 255);
    text-shadow: 0px -1px 0px rgba(0,0,0,0.25);
    background-image: linear-gradient(#8e620f, #503608);
    background-repeat: repeat-x;
    background-color: #503608;
}

    .btn-danger:hover {
        color: rgb(255, 255, 255);
        background-color: #503608;
    }

    .btn-danger:focus {
        color: rgb(255, 255, 255);
        background-color: #503608;
    }

    .btn-danger:active {
        color: rgb(255, 255, 255);
        background-color: #503608;
    }

.active.btn-danger {
    color: rgb(255, 255, 255);
    background-color: #503608;
}

.disabled.btn-danger {
    color: rgb(255, 255, 255);
    background-color: #503608;
}

[disabled].btn-danger {
    color: rgb(255, 255, 255);
    background-color: #503608;
}



.section-highlight {
    padding: 8px 10px 8px 10px;
    border-color: #aac2dd;
    color: #000;
    /*background-color: #cfdceb;*/
    margin-bottom: 20px;
    border-bottom: 1px solid #aac2dd;
}

.section-highlight-alt {
    color: #468847;
    background-color: #d7ead7;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

    ul ul,
    ol ul,
    ul ol,
    ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

    .list-inline &gt; li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
    }

.niosh-logo-box {
    float: right !important;
    padding-right: 8px;
}

.niosh-logo {
    margin-top: 15px;
}

.tic2-search-box-nav {
    margin-left: 0px;
}

.tic2-search-box-envelop {
    padding: 5px !important;
}


.tic2-search-result-nav {
    margin-left: -20px;
}



@media (max-width: 980px) {

    .tic2-search-box-envelop {
        padding: 0px !important;
    }

    .tic2-search-result-nav {
        margin-left: -7px;
    }

    .tic2-search-box-nav {
        margin-left: 2px;
    }

    .nav-buttons {
        text-align: right;
    }

    .titlebar h1 {
        font-size: 1.4em;
    }

    [class*='span'] {
        margin-left: 2px;
        float: left;
        min-height: 1px;
    }
}


@media (max-width: 800px) {
    .tic2-search-box-nav {
        margin-left: 0px;
    }

    .tic2-search-box input[type='button'], .tic2-search-box input[type='submit'] {
        margin-top: 10px !important;
    }

    .tic2-search-box input[type='submit'] {
        margin-left: 90px !important;
    }


    .nav-buttons {
        text-align: left;
    }

    .titlebar h1 {
        font-size: 1.4em;
    }

    [class*='span'] {
        margin-left: 5px;
        float: left;
        min-height: 1px;
    }
}

@media (max-width: 768px) {
    .tic2-search-box-nav {
        margin-left: 0px;
    }

    .nav-buttons {
        text-align: left;
    }

    .titlebar h1 {
        font-size: 1.4em;
    }


    .niosh-logo {
        margin-top: 10px;
        margin-bottom: 5px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        border: 1px solid #dddddd;
    }

        .table-responsive &gt; .table {
            margin-bottom: 0;
            background-color: #fff;
        }

            .table-responsive &gt; .table &gt; thead &gt; tr &gt; th,
            .table-responsive &gt; .table &gt; tbody &gt; tr &gt; th,
            .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; th,
            .table-responsive &gt; .table &gt; thead &gt; tr &gt; td,
            .table-responsive &gt; .table &gt; tbody &gt; tr &gt; td,
            .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; td {
                white-space: nowrap;
            }

        .table-responsive &gt; .table-bordered {
            border: 0;
        }

            .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
            .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
            .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
            .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
            .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
            .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child {
                border-left: 0;
            }

            .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
            .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
            .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
            .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
            .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
            .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child {
                border-right: 0;
            }

            .table-responsive &gt; .table-bordered &gt; thead &gt; tr:last-child &gt; th,
            .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
            .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th,
            .table-responsive &gt; .table-bordered &gt; thead &gt; tr:last-child &gt; td,
            .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
            .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td {
                border-bottom: 0;
            }
}

@media (max-width: 360px) {
    .tic2-search-box-envelop {
        padding: 0px !important;
    }

    .tic2-search-result-nav {
        margin-left: -15px;
    }

    .tic2-search-box-nav {
        margin-left: -4px;
    }

    .tic2-search-box input[type='button'], .tic2-search-box input[type='submit'] {
        margin-top: 10px !important;
    }

    .tic2-search-box input[type='submit'] {
        margin-left: 0px !important;
    }

    .titlebar h1 {
        font-size: 1.3em !important;
        visibility: collapse;
        display: none;
    }

    .nav-buttons {
        text-align: left;
    }
}

.boxsizingBorder {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    width: 100% !important;
}


label {

    display: inline;
}

td.inline {
    display: table-cell !important;
    padding: 0.5em;
}

.error-style {
    color: red;
    font-weight: bold;
    font-size: 1.2em;
    padding-left: 0.5em;
}

tr.alert-block {
    color: #000;
}

tr.alert-info {
    color: #000;
}


.highlight-search-term {
    color: #a93b00 !important;
    font-weight: bold;
    background-color: yellow !important;
}
</p></body></html>