Summary Table

Categories Total Count
PII 0
URL 0
DNS 0
EKL 0
IP 0
PORT 0
VsID 0
CF 0
AI 0
VPD 0
PL 0
Other 0

File Content

body.terms-of-cond-wrapper {
width: initial;
overflow-y: auto;
}

/* Terms of Conditions Style */
div.terms-of-cond {
padding: 1em;
margin: 0;
}

@media only screen and (min-width: 768px) {
/* tablets and desktop */
div.terms-of-cond {
padding: 2em;
margin: auto 5em;
}
}

.terms-of-cond {
color: #000;
background-color: #fff;
font-family: Georgia, "Times New Roman", Times, serif;
}

.terms-of-cond h1 {
font-weight: normal;
text-align: center;
border-bottom: .1em solid #194B7E;
padding-bottom: .2em;
margin-bottom: 1.2em;
}

.terms-of-cond a {
color: blue;
text-decoration: underline;
}

.terms-of-cond hr.eof {
border: none;
border-bottom: .2em solid #194B7E;
padding-top: 1.8em;
margin: 1em 0;
}

.terms-of-cond p.eof {
text-align: center;
}

.terms-of-cond p.eof a {
font-size: 1.2em;
}

.table-of-contents {
}

.table-of-contents ol,
.table-of-contents {
list-style-type: none;
padding: 0 1em 0 1em;
margin: 0;
}

table.app-abb{
width: 100%;
margin: 0;
padding: 0;
}

.app-abb th {
background: #000;
color: #fff;
border: 1px solid #000;
width: 50%;
padding: 0 0 0 10px;
margin: 0;
text-align: left;
}

.app-abb td {
background: #fff;
color: #000;
width: 50%;
border: 1px solid #000;
padding: 0 0 0 10px;
margin: 0;
}

.important {
border: 1px solid #599AD3;
border-left: 0 none;
border-right: 0 none;
color: #599AD3;
font-style: italic;
margin: auto 3em;
padding: 10px;
}