.nav-tabs {
  border-bottom: 1px solid transparent;
}
.table, thead, tr, th, tbody, td {
  border-color: transparent;
}
.table td {
  border-top: 1px solid transparent;
}
.table th {
  border-top: 1px solid transparent;
}
.table thead th {
  border-bottom: 2px solid transparent;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #e9f0f5;
}