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
#container {
display: block;
margin-left: auto;
margin-right: auto;
font-family: Verdana, Geneva, sans-serif;
padding: 20px;
h1 {
text-align: center;
color: #292f33;
}
}
#details {
table {
border: 2px solid #06447d;
width: 100%;
padding: 5px;
margin-top: 5px;
margin-bottom: 5px;
}
h4 {
text-align: left;
color: #292f33;
}
tr {
border-right: 1px solid #C1DAD7;
border-left: 1px solid #C1DAD7;
border-bottom: 1px solid #C1DAD7;
background: #fff;
padding: 6px 6px 6px 12px;
color: #292f33;
}
}
.serverError {
display: block;
text-align: left;
color: red;
}
.noData {
margin-top: 5px;
padding: 10px;
border: 2px solid #06447d;
display: block;
text-align: left;
color: gray;
font-style: italic;
}
.contents {
font-size: large;
font-weight: bold;
display: block;
padding-bottom: 5px;
padding-top: 5px;
color: #292f33;
}
.hr {
border: 3px solid #8BB6E3;
width: 100%;
margin-top: 1%;
margin-bottom: 1%;
}
//retina screen, mobile form factor
@media screen and (max-width: 668px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
table {
font-size: 12px;
line-height: 12px;
}
}