/* ---- Table ---- */
table {
  border-collapse: collapse;
  margin-bottom: 15px;
  width: 90%;
}
caption {
  text-align: left;
  font-size: 15px;
  padding-bottom: 10px;
}
table td, table th {
  padding: 5px;
  border: 1px solid #fff;
  border-width: 0 1px 1px 0;
  border-width: 1px;border-style: solid;border-color: #e6e6e6;
}
thead th {
  background: #91c5d4;
}
thead th[colspan], thead th[rowspan] {
  background: #66a9bd;
}
tbody th, tfoot th {
  text-align: left;
  background: #91c5d4;
}
tbody td, tfoot td {
  text-align: center;
  background: #ffffff;
}
tfoot th {
  background: #b0cc7f;
}
tfoot td {
  background: #d7e1c5;
  font-weight: bold;
}
tbody tr.odd td {
  background: #bcd9e1;
}