#js-overview .shadow {
  position: absolute;
  top: 5px;
  bottom: -5px;
  left: 5px;
  right: -5px;
  background-color: #000;
  opacity: 0.4;
}

#js-overview table {
  border: 1px solid #333;
}
#js-overview table caption {
  background-color: #fff;
  font-weight: bold;
  font-size: 12px;
  padding: 1px;
  border: 1px solid #666;
  text-align: center;
}
#js-overview table thead th:nth-child(odd) {
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 1px;
  border: 0 none;
  background-color: #996;
  border-bottom: 1px solid #333;
}
#js-overview table thead th:nth-child(even) {
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 1px;
  border: 0 none;
  background-color: #969;
  border-bottom: 1px solid #333;
}
#js-overview table tbody td:nth-child(odd) {
  line-height: 1;
  padding: 1px;
  border: 0 none;
  background-color: #ffd;
  border-bottom: 1px dotted #000;
}
#js-overview table tbody td:nth-child(even) {
  line-height: 1;
  padding: 1px;
  border: 0 none;
  background-color: #e9e0e9;
  border-bottom: 1px dotted #000;
}

#js-overview .overview-btn {
  text-align: center;
  font-weight: bold;
  background-color: transparent;
  color: #930;
  cursor: pointer;
  width: 50px;
  float: right;
  border: 1px solid #fff;
  margin-bottom: 2px;
  margin-left: 2px;
}
#js-overview .overview-title {
  float: left;
  font-weight: bold;
  font-size: 14px;
}
