/* UA Global CSS */

/* UA Overrides */
body {
    color: #333;
    font-size: 1.071em;
}

html[data-device-type="mobile"] p, p {
    margin: 1em 0;
    padding-top: 0.0625em;
    padding-bottom: 0.0625em;
    color: #333
}

html[data-device-type="mobile"] #print_pic, html[data-device-type="mobile"] #print {
    display: none;
}

html[data-device-type="mobile"] h1, h1 {
    font-size: 2.35em;
}

html[data-device-type="mobile"] h2, h2 {
    font-size: 2.15em;
}

html[data-device-type="mobile"] h3, h3 {
    font-size: 1.95em;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
}

ol[type="disc"],[list-style-type="disc"] {
    list-style-type: disc;
    margin-bottom: 1em;
    margin-left: 2em;
    color: #333;
}

ol[type="a"],[list-style-type="lower-alpha"] {
    list-style-type: lower-alpha;
    margin-bottom: 1em;
    margin-left: 2em;
    color: #333;
}

ol[type="i"],[list-style-type="lower-roman"] {
    list-style-type: lower-roman;
    margin-bottom: 1em;
    margin-left: 2em;
    color: #333;
}

ol {
    list-style-type: decimal;
    margin-bottom: 1em;
    margin-left: 2em;
    color: #333;
}

li {
    margin-top: 1em;
}

.list-sort-nobullet {
    list-style-type: none;
}

ul[type="disc"],[list-style-type="disc"], ul {
    list-style-type: disc;
    margin-bottom: 1em;
    margin-left: 2em;
    color: #333;
}

/* UA CSS table class for user agreement tables.*/
table.ua_table {
    border:1px solid #000;
    border-collapse:collapse;
    width:auto
}

.ua_table table {
    border:1px solid #000;
    border-collapse:collapse;
    width:auto;
    margin: 0.25em 0.0625em;
}

.ua_table th {
    background-color:#E8F1FA;
    border:1px solid #000;
    padding:0em 0.1875em;
    text-align:center;
    vertical-align:middle
}

.ua_table td {
    border:1px solid #000;
    padding:0em 0.1875em;
    text-align:inherit;
    vertical-align:middle
}

.ua_table td > p, .ua_table p {
    margin:0.0625em;
    padding:0em 0.1875em;
}

.ua_legalhub_div {
    padding:0.3125em
}

/* TOC list CSS Class */
.toc_list
{
    list-style-type: none;
    margin-bottom: 0em;
}


