﻿h1 {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #507f70;
    padding-top: 5px;
    padding-bottom: 5px;
}

hm1 {
    font-size: 24px;
    font-weight: bold;
    color: #507f70;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

h3 {
    font-size: 20px;
    font-weight: bold;
    color: #507f70;
    padding-top: 5px;
    padding-bottom: 5px;
}

hm3 {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #507f70;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#MainHeaderRightText {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: bold;
    color: #507f70;
    padding-top: 5px;
    padding-bottom: 5px;
}

#MainHeaderSubDiv {
    width: 100%;
    height: 5px;
    background-color: #507f70;
}

.HorizonLine {
    width: 100%;
    border-color: #a3b2a4;
}

.EOIMainQuestionBarList {
    background-color: rgba(163, 178, 164, 0.984375);
    border-radius: 7px;
    padding-left: 25px !important;
}

.EOIMainSideBarList li .Static {
    font-weight: bold;
    color: #507f70;
}

.EOIMainSideBarList li a .Static {
    font-weight: bold;
    color: #507f70;
}

.EOIMainSideBarList a:link {
    color: #507f70;
    text-decoration-line: none;
}

.EOIMainSideBarList a:hover {
    text-decoration-line: underline;
    font-weight: bold;
    background-color: rgba(80, 127, 112, 0.6875);
}

.EOIMainSideBarList a:active {
    color: #507f70;
    text-decoration-line: underline;
}

.CollapsePanelSubHeader {
    font-size: 15px;
    font-weight: bold;
    color: #507f70;
    padding-top: 5px;
    padding-bottom: 5px;
}

.StandardLabel {
    font-size: 16px;
    color: #507f70;
    padding-top: 5px;
    padding-bottom: 5px;
}

.TableLabel {
    font-size: 12px;
    color: #507f70;
    padding-top: 5px;
    padding-bottom: 5px;
}

.CustomButton {
    width: 200px;
    font-weight: bold;
    padding: 3px 0 3px 0;
    border: 5px solid #79ab9c;
    border-radius: 7px;
    transition: background-color .5s, border .5s, color .5s;
}

    .CustomButton:hover {
        border: 5px solid #507f70;
    }

.GoButton {
    background-color: #79ab9c;
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.4);
    color: white;
}

    .GoButton:hover {
        background-color: #507f70;
        color: white;
    }