body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.25;
}

@media (max-width: 999px) {
table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100px;
  table-layout: fixed;
  color: #000;
}
}

@media (min-width: 1000px) {
table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 70%;
  height: 100px;
  table-layout: fixed;
  color: #000;
}
}

table tr {
  background-color: #fff;
  padding: .35em;
  border-bottom: 1px solid #bbb;
}
.sub {
  background-color: #fff;
  padding: .35em;
  border-bottom: 2px solid #014e9f;
}
table thead{
  border-bottom: 5px solid #014e9f;
}
table tr:last-child{
   border-bottom: none
}

@media (max-width: 999px) {
table th,
table td {
  border-right: 1px solid #bbb;
}
}
@media (min-width: 1000px) {
table th,
table td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
}
}

table th:last-child,
table td:last-child{
    border: none;
}
tbody th {
    color: #ff9901;
}
.txt1{
   text-align: center;
   font-size: .95em;
}
.txt2{
   text-align: center;
   font-size: .95em;
    border: none;
}
.txt3{
   text-align: right;
   font-size: .95em;
    border: none;
}
