/*
table#datatable-1 td {
  border-bottom: 1px solid #cccccc !important;
}

tr.visitor-inactive td {
  background-color: #dfe3fa !important;
}

tr.visitor-active td {
  background-color: #ebfadf !important;
}

tr.visitor-new td {
  background-color: #fae5df !important;
}
*/
.visitor-info h3 {
  font-size: 12px;
  color: #333333;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 2px;
}

.visitor-info {
  font-size: 90%;
}