.design10 {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
 }
 .design10 th {
  padding: 10px;
  border-bottom: solid 4px #778ca3;
  color: #778ca3
 }
 .design10 td {
  padding: 10px;
  border-bottom: solid 1px #778ca3;
 }
 .design10 tr:nth-child(2n+1) {
  background: #e9faf9;
 }
 .design10 tr:nth-child(2n) {
  background: #f0f2f2;
 }

 .emphasis_design28 {
  color: #454545;
  text-shadow: 3px 3px #81bedb;
}

.total_result td {
  box-align:center;
  height: 29px;
  width: 170px;
}
