.table-bordered {
  border-color: #aaa;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border: 0px !important;
}

.table-bordered thead {
  background-color: #e6e6e6;
}



.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}


.table-bordered tr:nth-child(even) {background-color: #f2f2f2}
.table-bordered tbody tr:hover {background-color: lightcoral}


.table-bordered tbody tr td {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 10pt;
  color:black;
  padding: 3pt;
  white-space: nowrap;
  text-overflow:ellipsis;

}

.table-bordered tbody {
  border-bottom: 1px solid #aaa;
}

.table-bordered thead tr th {
  font-family: SourceSansProRegular sans-serif;
  font-size: 10pt;
  color: #3a3a3a;
  padding: 3pt;
  white-space: nowrap;
  text-overflow:ellipsis;
}



.table-bordered td {
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}

.table-bordered th {
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-bottom: 0;
}
