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
.pointerHover:hover {
cursor: pointer;
}
.vitalRow {
margin-top: 8px;
font-size: 1.05em;
}
.demographics-overlay {
position: absolute;
width:calc(100% - 20px);
min-width: 900px;
height: 600px;
background-color: white;
border: solid 1px #cccccc;
border-radius: 3px;
opacity: 1;
z-index: 50;
padding: 10px;
overflow-x: hidden;
overflow-y: hidden;
box-shadow: 0px 6px 3px #666666;
}
.demographics-inner {
width:100%;
height:580px;
overflow-y: scroll;
overflow-x: hidden;
}
.indent {
margin-left:15px;
}
.indent-content {
margin-left:50px;
}
.more-demographics {
padding:3px;
font-size:.88em;
text-align:center;
}
.more-demographics:hover {
cursor: pointer;
background-color: #dfefff;
}
.table-military {
margin-top: 10px;
font-size: .9em;
max-width: 650px;
}
.table-military th {
padding: 3px;
}
.table-military td {
padding: 3px;
}
.ppc {
padding-left:30px;
}
.demographics-label {
color: #333333;
font-weight: 400;
line-height: 200%;
padding-right: 5px;
font-size: .95em;
}
.btn-postings {
border-radius: 3px;
border: solid 1px #b3b3b3;
height: 44px;
padding-top: 0px;
font-size: 1.0em;
margin-top: 0px;
margin-bottom: 3px;
}