﻿dl.deptLblValPair input{max-width:200px;}
dl.deptLblValPair label{white-space:nowrap;}

.buttonNav div.pgNumTxt {
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
    color: #666;
    margin: 0 5px 3px;
}

.field-validation-error {
    display: inline-block;
    margin-left: 5px;
    color: #F00;
    font-weight: bold;
}

table{width:100% !important;}
table th.nowrap{white-space:nowrap;}

.currentTime {
    display: inline;
    text-align: right;
    color: #5A5A5A;
}

.verificationInfo {
    color: #5A5A5A;
}

.verificationInfoDetails {
    text-align: center;
    color: #5A5A5A;
    width: 60%;
    margin: auto;
}

@media print{
    * {
        overflow: visible !important;
    }
    body {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }
}

.centeredEmailMessage {
    text-align: center;
    align-items: center;
}