/* Post 1275 — Log File Analysis as a GEO Instrumentation Layer */

.results-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0 2rem;
  font-family: -apple-system, sans-serif;
  font-size: 0.9rem;
}
.results-table thead th {
  padding: 0.65rem 1rem;
  text-align: left;
  font-weight: 700;
  font-size: 0.82rem;
  background: #111;
  color: #fff;
}
.results-table thead th:first-child { border-radius: 6px 0 0 0; }
.results-table thead th:last-child  { border-radius: 0 6px 0 0; }
.results-table tbody td {
  padding: 0.65rem 1rem;
  border-bottom: 1px solid #efefef;
  vertical-align: middle;
}
.results-table tbody td:first-child { font-weight: 700; color: #444; }
.results-table tbody tr:last-child td { border-bottom: none; }
.results-table tbody tr:nth-child(even) td { background: #f8f8f8; }
