@charset "utf-8";


h4 {
  margin-top: 1.8em;
  font-size: 1.1em;
  font-weight: bold;
}

/**/
table.tim-tbl {
  width: 68%;
  margin-bottom: 1.5em;
  border-collapse: collapse;
  text-align: center;
}
table.tim-tbl th {
  width: 30%;
  padding: 0.3em 0;
  font-weight: normal;
  border: solid 1px #343434;
  background-color: #badef8;
}
table.tim-tbl td {
  width: 10%;
  padding: 0.3em 0;
  border: solid 1px #343434;
}
table.tim-tbl td.td-bg {
  background-color: #badef8;
}

/**/
table.check-tbl {
  width: 100%;
  margin: 0.2em 0 1em 0;
  border-collapse: collapse;
  text-align: center;
}
table.check-tbl th {
  padding: 0.3em 0;
  font-weight: normal;
  border: solid 1px #343434;
  text-align: center;
  background-color: #badef8;
}
table.check-tbl td {
  padding: 0.3em 0.5em;
  border: solid 1px #343434;
  text-align: left;
}

