﻿
.WeedAlertHeader {
    font-size: 10pt;
    padding: 20px;
    background-color: #A5112D !important;
    color: #ffffff !important;
}

input[type="text"] {
    width: 250px;
    float: none;
}

input[type="radio"] {
    width: auto;
    display: inline;
}

input[type="checkbox"] {
    width: auto;
    display: inline;
}

.printOnly {
    display: none;
}

.widNavLinks {
    text-align: right;
    margin-top: 10px;
}

tfoot td {
    border-top: 1px solid #063f5c;
    background-color: #ffffff;
}

.title {
    top: 0px;
    height: 50px;
    clear: right;
    float: right;
    position: relative;
    width: auto;
}

.title a {
    font-size: 3.5em;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.landing-toc__grid {
    width: 220px;
}

.fieldLabel {
    display: inline-block;
    width: 250px;
}

input[type="text"].searchField, .searchField {
    width: 350px;
}

@media screen and (max-width: 60em) {

    .title a {
        font-size: 2em;
    }

    .landing-toc__list {
        display: none;
    }

    input[type="text"] {
        width: 150px;
    }

    .searchField {
        width: 250px;
    }
}

@media print {
    body {
        background-color: #ffffff;
    }

    h1, h2, h3, h4 {
        page-break-after: avoid;
    }

    td {
        vertical-align: top;
    }

    .WeedAlertHeader {
        font-size: 10pt;
        padding: 20px;
        background-color: #A5112D !important;
        color: white !important;
    }

    .printOnly {
        display: block;
    }

    .noprint {
        display: none;
    }

}
