﻿
.headerDL {
    font-weight: bold;
    font-size: 1.5em;
    font-family: Arial;
}

.Address {
    font-size: 0.8em;
    font-weight: bold;
    font-family: Arial;
}

.SubHeader {
    font-size: 0.8em;
    font-weight: bold;
    text-decoration: underline;
}

.LabelFor {
    font-size: 0.8em;
    font-family: Arial;
    /*font-weight: bold;*/
}

.Instructions {
    font-family: Arial;
    font-size: 0.7em;
}


.EditInstructions {
    font-size: 1em;
    font-family: "Source Sans Pro", Tahoma, Verdana, Segoe, sans-serif;
    line-height: 1.5;
    color: #4A4A4A;
    font-weight: normal;
    font-style: normal;
}

.EditSubHeader {
    font-size: 1em;
    font-weight: bold;
    text-decoration: underline;
}

.EditAddress {
    font-size: 1.2em;
    font-weight: bold;
    font-family: Arial;
}

.divTableFont {
    font-family: Arial;
    font-size: 1em;
}

.DivHeight {
    height: 25px
}

.ScrollBbar {
    position: fixed;
    top: 50px;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
}


.divTable {
    display: table;
    width: 100%;
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}

.divTableCell, .divTableHead {
    display: table-cell;
    padding: 3px 5px;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}

.btnrnd {
    height: 40px;
    width: 45px;
    border-radius: 50%;
}

#register .short {
    font-weight: bold !important;
    color: #FF0000 !important;
    font-size: larger !important;
}

#register .weak {
    visibility: visible !important;
    font-weight: bold !important;
    color: orange !important;
    font-size: large !important;
}

#register .good {
    font-weight: bold !important;
    color: #2D98F3 !important;
    font-size: larger !important;
}

#register .strong {
    font-weight: bold !important;
    color: limegreen !important;
    font-size: larger !important;
}

#register .super {
    font-weight: bold !important;
    color: darkgreen !important;
    font-size: larger !important;
}

#register .match {
    font-weight: bold;
    color: darkgreen;
    font-size: larger;
}

#register .notMatch {
    font-weight: bold;
    color: #FF0000;
    font-size: larger;
}





