﻿.SubsectionData {
    width: 720px;
    display: inline-block;
    padding-bottom: 8px;
}

#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: #003b6a;
    color: #FFFFFF;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}

    #back2Top:hover {
        background-color: #4f81bd;
        color: #FFFFFF;
    }

.Header {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 15px;
}

.TabBtnBox {
    display: flex;
}

.TabTittle {
    padding: 10px;
    background-color: #003b6a;
    color: white;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-right: 5px;
    cursor: pointer;
}

    .TabTittle.Selected {
        background-color: #ede9e9;
        color: black;
        font-weight: bold;
    }

.TabBox {
    background-color: #ede9e9;
    padding: 5px 15px;
}

.DisplayNone {
    display: none;
}

.HeaderNumber {
    display: inline-block;
    width: 50px;
    vertical-align: top;
}

.ConditionHeader {
    clear: both;
    padding: 8px 0px;
    font-size: 15px;
    font-weight: bold;
}

.ConditionContainer div, .ConditionContainer li {
    font-family: Arial,Verdana,"Arial Narrow",Helvetica;
    font-size: 14px;
}

.ConditionContainer {
    width: 810px;
}

    .ConditionContainer .Content {
        margin-top: 10px;
    }

        .ConditionContainer .Content hr {
            background-color: black;
        }

    .ConditionContainer .SubTitle {
        font-size: 18px;
        font-weight: bold;
        padding-bottom: 10px;
    }

.SubContent > div {
    padding: 0 0 10px 15px;
}

.SubContent ul {
    padding-left: 45px;
}

    .SubContent ul li.yellow {
        background-color: yellow;
    }

    .SubContent ul li.noBullet {
        list-style-type: none;
    }

        .SubContent ul li.noBullet .linkGrp {
            display: flex;
            flex-direction: column;
            padding-top: 5px;
            padding-bottom: 5px;
        }

.SubContent .SubList {
    padding-left: 55px;
}

.SubContent .address {
    padding-left: 35px;
}

.SubContent .Row {
    display: flex;
    padding-bottom: 5px;
}

    .SubContent .Row .Num {
        margin-right: 5px;
        min-width: 35px;
    }

.SubContent .SubRows {
    padding-left: 55px;
}

.SubContent .SubRows2 {
    padding-left: 75px;
    padding-bottom: 5px;
}

.SubContent .SubRows div {
    padding-bottom: 5px;
}

.SubContent .olTitle {
    font-size: 16px;
    font-weight: bold;
    padding-left: 15px;
    padding-top: 10px;
}

.olContent {
    padding-left: 15px;
}

.SubContent .Link div {
    padding-bottom: 0;
    padding-left: 10px;
}

.ulTitle {
    font-weight: bold;
}

.PreWarning {
    width: 720px;
    padding-left: 65px;
    padding-top: 25px;
}

.olContent ul {
    margin-left: 30px;
    margin-top: 4px;
}

.ContentFooter {
    text-align: center;
    margin-bottom: 10px;
}

.inforcementDate {
    color: gray;
    text-align: center;
}

.TermTitle {
    color: #154885;
    text-align: center;
    font-size: 20px !important;
}

.downloadPDF {
    font-family: Arial,Verdana,"Arial Narrow",Helvetica;
    font-size: 14px !important;
}

p, ul, li, h3, h4, h2, span, div {
    font-family: Arial, Verdana, "Arial Narrow", Helvetica;
    font-size: 14px;
}

.DownloadBtn {
    margin: 20px;
}

a.download2 {
    padding: 10px 20px;
    text-align: center;
    background-color: #003764;
    color: #ffffff;
    font-size: 16px;
}

.pdfViewer { width:98%; height:800px; padding-top:10px; }
