.overview {
  width: 100%;
  border-collapse: collapse; }

.overview td{
  border: 1px solid #7d7d7d;
  padding: 10px 15px;
  line-height: 1.5;
  font-size: 16px;
  vertical-align: top; }

.overview .data-title {
  background-color: #cdcdcd; }

.overview-row {
  margin-top: 40px;
}

.history-detail {
  border-collapse: collapse;
  width: 100%;
  margin-top: 40px; }

.history-detail td {
  border: 1px solid #7d7d7d;
  padding: 10px 15px;
  line-height: 1.8;
  font-size: 16px;
  vertical-align: top; }

.history-detail tr td:first-child {
  border-right: none;
  color: #54bef9; }

.history-detail tr td:last-child {
  border-left: none; }
