.table-custom {

}
.table-custom table {
  border-collapse: collapse;
}
.table-custom table thead {

}
.table-custom table tbody {

}
.table-custom table tr {

}
.table-custom table tr th {
  border: 1px solid #fff;
  text-align: center;
  padding: 6px 10px;
  font-size: 90%;
  font-weight: bold;
  vertical-align: middle
}
.table-custom table tr td {
  border: 1px solid #fff;
  text-align: center;
  padding: 6px 10px;
  font-size: 90%;
  line-height: 1.5;
  vertical-align: middle
}