﻿table.custom {
  border: 1pt solid black;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  padding: 0.2em 0.2em;
  padding-right: 0.2em;
  padding-left: 0.2em;
}

table.custom td, 
table.custom th {
  border: 1pt solid black;
  padding: 0.2em 0.2em;
  padding-right: 0.2em;
  padding-left: 0.2em;
}

table.custom tr:nth-child(even) {
  border: 1pt solid black;
  background: #F5F5F5;
  padding: 0.2em 0.2em;
  padding-right: 0.2em;
  padding-left: 0.2em;
}

table.custom tr {
  border: 1pt solid black;
  padding: 0.2em 0.2em;
  padding-right: 0.2em;
  padding-left: 0.2em;
}

table.custom thead {
  border: 1px solid #000000;
  padding: 0.2em 0.2em;
  padding-right: 0.2em;
  padding-left: 0.2em;
}

table.custom thead th {
  border: 1px solid #000000;
  font-weight: bold;
  text-align: center;
  padding: 0.2em 0.2em;
  padding-right: 0.2em;
  padding-left: 0.2em;
}

table.custom thead th:first-child {
  border: 1pt solid black;
  padding: 0.2em 0.2em;
  padding-right: 0.2em;
  padding-left: 0.2em;
}

table.custom th:last-child, 
table.custom td:last-child {
  border: 1pt solid black;
  padding: 0.2em 0.2em;
  padding-right: 0.2em;
  padding-left: 0.2em;
}

table.custom th:first-child, 
table.custom td:first-child {
  border: 1pt solid black;
  padding: 0.2em 0.2em;
  padding-right: 0.2em;
  padding-left: 0.2em;
}

/*.site-info { display: none; }*/