﻿
select {
    height: 32px;
    min-width: 296px;
    font: normal 12pt arial;
}

#buttonSubmitForm {
    width: 150px;
    height: 50px;
    border: solid 1px #336699;
    border-radius: 5px;
    cursor: pointer;
    font: bold 13pt arial;
}

#_NoBots {
    display: block;
    width: 380px;
    min-height: 100px;
    overflow: auto;
    border: solid 1px #808080;
    border-radius: 5px;
    background-color: #f5f5f5;
    padding-bottom: 20px;
}

    #_NoBots *:focus {
        outline: none !important;
        outline-width: 0 !important;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }

#_CapResp {
    float: left;
    width: 100px;
    height: 32px;
    border: solid 1px #808080;
    margin: 9px 5px 1px 5px;
    padding: 5px;
    text-align: center;
    border-radius: 3px;
    text-transform: uppercase;
    font: normal 14pt arial;
    letter-spacing: .7pt;
}

#_NoBots button {
    float: left;
    width: 80px;
    height: 32px;
    margin: 9px 5px 1px 5px;
    border: solid 1px #808080;
    border-radius: 3px;
}

@media screen and (max-width: 992px) {

    #_NoBots {
        display: block;
        width: 380px;
        min-height: 100px;
        overflow: auto;
        border: solid 1px #ffffff;
        border-radius: 0px;
        background-color: #ffffff;
        padding-bottom: 20px;
    }
}