thead {
  background: #005A9C;
  color: white;
}

thead th {
  font-weight: normal;
}

table,
td,
th {
  border: 1px solid gray
}

table {
  width: 100%;
}

td {
  vertical-align: top;
  padding: 5px;
}

.nanotabs>ul li {
  float: left;
  list-style: none;
}

.nanotabs>ul li a {
  display: block;
  padding: 4px 6px;
  margin-right: 3px;
  border-left: 1px solid #b9ab2d;
  border-right: 1px solid #b9ab2d;
  border-top: 1px solid #b9ab2d;
  border-collapse: collapse;
  background: #fcfaee;
  color: #b9ab2d;
  font-family: sans-serif;
  text-decoration: none;
}

.nanotabs>ul li a:hover {
  background: #FFFCE5;
  color: #550;
}

.nanotabs>ul li a.selected {
  background: #555;
  color: #FFF;
}