@charset "UTF-8";

body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(0, 0, 0, .87);
    background-color: #fff;
}
table {
    border-collapse: collapse
}
.td-nta {
    width: 150px;
    vertical-align: middle;
    padding-left: 5px;
}
.img-nta {
    width: 140px;
}
.td-tr {
    width: auto;
    text-align: center;
    line-height: 1;
    padding-bottom: 5px;
}
.img-tr {
    width: 80px;
}
.title1-tr {
    text-align: center;
    font-weight: bold;
    font-size: 130%;
    color: #fff;
}
.title2-tr {
    text-align: center;
    font-size: 80%;
    color: #a7a9ac;
}
.td-gsis {
    width: 196px;
    vertical-align: middle;
    padding-right: 5px;
}
.img-gsis {
    width: 186px;
}
.main-frame {
    margin-left: auto;
    margin-right: auto;
}
.zebra:nth-child(odd) {
    background: #fff;
}
.zebra:nth-child(even) {
    background: #f9f9f9;
}
.zebra td {
    padding: 2px;
}
body .lobbyist-row {
    background-color: #eee !important;
    background-image: none !important;
    color: #003476 !important;
    font-weight: bold;
}
body .dpo-row {
    background-color: #eee !important;
    background-image: none !important;
    color: #003476 !important;
    font-weight: bold;
}
.command-link-button:hover {
    color: #fff !important;
    background-color: #3b8de5 !important;
    border-color: #2a7bd1 !important;
}
table#entrance_table .ui-selectoneradio label {
    max-width: 500px;
}
.longselectonemenu label.ui-selectonemenu-label {
    white-space: normal;
    text-align: center;    
}

@media only screen {
    .no-screen {
        display: none;
    }          
}

@media only print {
    .no-print {
        display: none;
    }    
}

@media only screen and (min-width: 1801px) {
    .main-frame {
        width: 70%;
    }                        
}

@media only screen and (max-width: 1800px) {
    .main-frame {
        width: 80%;
    }                        
}

@media only screen and (max-width: 1600px) {
    .main-frame {
        width: 85%;
    }                        
}

@media only screen and (max-width: 1400px) {
    .main-frame {
        width: 90%;
    }                        
}

@media only screen and (max-width: 768px) {
    .main-frame {
        font-size: 95%;
    }        
}

@media only screen and (max-width: 600px) {
    .td-nta {
        display: none;
    }                        
    .td-gsis {
        display: none;
    }                        
    .main-frame {
        width: 99%;
        font-size: 90%;
    }
}

@media only screen and (max-width: 480px) {
    .main-frame {
        font-size: 85%;
    }
}        
