table.calc {
  width: 500px;
}

table.calc>tbody>tr>th {
  background: #F1F1F1;
  font-weight: normal
}

table.calc>tbody>tr>th,
table.calc>tbody>tr>td {
  border: 1px solid #D7D7D7;
  padding: 5px 5px;
}

table.fee {
  width: 100%;
  height: 100%;
}

table.fee th {
  background: #F1F1F1;
  font-weight: normal;
  border-bottom: 1px solid #D7D7D7
}

table.fee th,
table.fee td {
  padding: 5px 5px;
  border-right: 1px solid #D7D7D7;
  height: 30px;
}

.sfbz_title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-top: 30px;
}
table.sfbz {
  margin-top: 20px;
}
table.sfbz th, table.sfbz td {
  border: 1px solid #D7D7D7;
  padding: 8px 8px;
}


table.sfbz td.remark {
  display: none;
}

table.sfbz td.remark.content {
  width: 200px;
  text-align: left;
}

div.remark {
  line-height: 30px;
}

div.remark .header {
  font-weight: 700;
}

div.remark li {
  list-style: decimal;
  margin-left: 15px;
}

#periodInput::-webkit-outer-spin-button,
#periodInput::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#periodInput {
    -moz-appearance: textfield; /* Firefox */
}