#privacy nav ul {
    padding: 0;
    margin-bottom: -6px;
}

#privacy nav ul li {
    padding: 0;
}

#privacy nav ul li a {
    padding: 0;
    display: inline-block;
}

#privacy ol li {
    font-size: 18px;
    padding: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0c153e;
}

.text-center {
    text-align: center;
}

.btn-download {
    font-size: 20px;
    font-weight: 500;
    padding: .3em 1em;
    line-height: 1.7em !important;
    background-color: transparent;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    border-top-width: 2px;
    border-top-color: currentcolor;
    border-right-width: 2px;
    border-right-color: currentcolor;
    border-bottom-width: 2px;
    border-bottom-color: currentcolor;
    border-left-width: 2px;
    border-left-color: currentcolor;
    border-radius: 3px;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all !important;
    transition-property: all !important;
    text-decoration: none !important;
}

.btn-download:hover {
    background-color: #0c153e;
    color: white;
}

.pc-tab>input,
.pc-tab section>div {
    display: none;
}

#tab1:checked~section .tab1,
#tab2:checked~section .tab2,
#tab3:checked~section .tab3,
#tab4:checked~section .tab4,
#tab5:checked~section .tab5 {
    display: block;
}

#tab1:checked~nav .tab1,
#tab2:checked~nav .tab2,
#tab3:checked~nav .tab3,
#tab4:checked~nav .tab4,
#tab5:checked~nav .tab5 {
    color: red;
}

/* Visual Styles */
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pc-tab {
    width: 100%;
    margin: 15px auto;
}

.pc-tab .text-updated {
    font-size: 0.75em !important;
    text-align: right;
}

.pc-tab ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pc-tab ul li label {
    float: left;
    padding: 15px 15px;
    border: 1px solid #ddd;
    border-bottom: 0;
    background: #eeeeee;
    font-size: 14px;
    color: #444;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.pc-tab ul li.tab5 label {
    background: #d0d0d0;
    cursor: pointer;
}

.pc-tab ul li label:hover {
    background: #dddddd;
}

.pc-tab ul li:not(:last-child) label {
    border-right-width: 0;
}

.pc-tab section {
    clear: both;
}

.pc-tab section div {
    padding: 25px;
    width: 100%;
    border: 1px solid #ddd;
    background: #fff;
    line-height: 1.5em;
    letter-spacing: 0.3px;
    color: #444;
}

.pc-tab section div h2 {
    margin: 0;
    letter-spacing: 1px;
    color: #34495e;
}


.pc-tab section div h3 {
    font-size: 15px;
    font-weight: 800;
    text-align: center;
    margin: 20px 0 10px;
}

.pc-tab section div h4 {
    font-size: 15px;
    font-weight: 600;
    margin: 20px 0 10px;
}

.pc-tab section div .tab-list {
    margin: 0 15px 15px 35px;
}

.pc-tab section div ul.tab-list {
    list-style: disc;
}

.pc-tab section div ol.tab-list-abc {
    list-style: lower-alpha;
}

.pc-tab section div p a,
.pc-tab section div ul li a {
    color: #0164c7;
    text-decoration: underline;
}

#tab1:checked~nav .tab1 label,
#tab2:checked~nav .tab2 label,
#tab3:checked~nav .tab3 label,
#tab4:checked~nav .tab4 label,
#tab5:checked~nav .tab5 label {
    background: #6f9ec6;
    color: white;
    position: relative;
}

#tab1:checked~nav .tab1 label:after,
#tab2:checked~nav .tab2 label:after,
#tab3:checked~nav .tab3 label:after,
#tab4:checked~nav .tab4 label:after,
#tab5:checked~nav .tab5 label:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #ffffff;
    left: 0;
    bottom: -1px;
}