﻿.bodyContent {
    padding: 50px 5px 0;
    max-width: 980px;
    margin: auto;
    position: relative;
}
.bodyContent h1, h2, h3 {
    margin: 20px 0;
}
.bodyContent h1, .bodyContent h2 {
    font-size: 16px;
}
a, a:visited, a.default, a.default:visited {
    color: #1927F0;
    text-decoration: underline;
}
h3 {
    font-weight: normal;
    font-style: italic;
}
.privacy h3 {
    font-weight: bold;
}
p {
    margin: 20px 0;
}
table{ margin: 20px; }
thead, thead td, thead th {
    background-color: #0e3e64;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
td:first-child {
    font-weight: bold;
    width: 20%;
}
td, th {
    padding: 5px;
    border: solid 1px #000;
}
pre {
    font-size: 14px;
}
h1.centered, h2.centered {
    text-align: center;
}
.largeBreak {
    margin: 60px 0;
}
.underline {
    text-decoration: underline;
}
.bodyContent li {
    list-style: circle;
    margin: 10px 30px;
}
.dash li {
    list-style: none;
}
.num li {
    list-style: decimal;
}
.alpha li {
    list-style: lower-latin;
}
.policySelect {
    position: absolute;
    top: 16px;
    right: 10px;
}
.policySelect select {
    margin-left: 5px;
}
.policySelect label {
    margin-left: 15px;
}

a, a:visited, a.default, a.default:visited {
    text-decoration: none;
    color: #157abb;
}

/*FOR LEGACY SUPPORT*/
#privacyPolicy,  h3.subHeader{font:12px/1.4em Arial, Helvetica, sans-serif;}
#privacyPolicy {line-height:1.4em;}
#privacyPolicy h1 {color:#333;margin:0.5em 0;}
#privacyPolicy h2.title {color:#333;margin:0.5em 0;}

#privacyPolicy h2 {font-size: 12pt;padding-top: 6pt;text-transform: uppercase}
#privacyPolicy h3.subHeader{padding-top:6pt;}
#privacyPolicy .subHeader {text-decoration: underline;}
#privacyPolicy a {color: #4c8acb;}
#privacyPolicy li {margin-bottom: 1em;}
.jpImgContainer {
    
    width: 100%;
    margin-bottom: 10px;
    float: left;
}
.jajp .privacyPolicyJapan{
    display:block;
}

.jajp .jpImg {
    display:block;
    float:right;
}

.match-terms ul, .match-terms ol, .match-terms li {
    list-style: decimal
}

.br.match-terms ul>li  {
    list-style: disc
}

.br.upper {
    text-transform: uppercase;
}

.bullet li {
    list-style: disc
}
.match-terms .alpha li {
    list-style: lower-alpha
}
.red {
    color: #EE0000;
}

.ccpa tbody td {
    vertical-align: top;
}

table.ccpa {
    margin: 0;
}

.ccpa thead, .ccpa thead td {
    background-color: #DDD;
    color: #000;
}

.ccpa tbody td:first-child {
    padding: 10px;
    font-weight: normal;
    width:auto;
}
.ccpa tbody td h3 {
    font-weight: normal;
}

.pp22 h2 + p {
    font-weight: bold;
    font-style: italic;
}
.pp22 h4 {
    display: inline;
    text-decoration: underline;
}
.pp22.match-terms li li {
    list-style: lower-roman;
}
.pp22 .upper, .pp22 h2 {
    text-transform: uppercase;
}

@media print
{    
    .header, .policySelect, h1 + i
    {
        display: none !important;
    }
}