/* FORMS - USED IN MULTIPLE PLACES ==============================================================*/
label {
        font-family: 'Roboto', sans-serif;
        font-smoothing: antialiased;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #026937;
        font-weight: normal;
}

table {
    min-width: 100%;
}

label,
span[id*='theLinks'] {
        margin: 20px 0 1px 0;
        text-transform: uppercase;
        font-size: 14px;
}

label,
span[id*='theLinks'] a {
        color: #026937;
}

span[id*='theLinks'] {
        display: block;
        font-size: 12px;
}

body input[type="button"] {
        background: #026937;
        color: #fff;
        border-radius: 3px;
        box-shadow: none;
        border: none;
        text-shadow: none;
        font-weight: bold;
}

select option {
    border: 1px solid #CECECE;
    width: 45%;
    font-size: 1.4em;
    background: #fff;
    color: #333;
}

select.pickListStyle option {
    border: none;
    width: 100%;
    font-size: 14px;
}

@media screen and (max-width: 992px)  {
    input[type='submit'],
    select {
        width: 100%;
    }
}



