.rate {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
  white-space: nowrap;
  border-collapse: collapse;
}

.rate thead {
  border-bottom: 2px solid #261606;
}

.rate tr {
  border-bottom: 1px dotted #cccccc;
}

.rate tr > th {
  color: #261606;
  background-color: #ff9800;
}

.rate tr {
  height: 40px;
}

.rate td {
  width: 16%;
}
