.title {
    font-size: 14px;
    font-weight: bold;
    color: #930;
    text-align: center;
    margin: 10px;
}
.calc {
    padding-left: 100px;
    padding-bottom: 20px;
    font-family: "Arial";
    font-size: 13px;
    color: black;
}
.calc input, .calc select, .calc textarea {
    font-family: "Arial";
    font-size: 13px;
}

.capital {
    font-weight: bold;
    color: red;
}

span.result {
    font-weight: bold;
    color: blue;
}

.inputrow {
    clear: both;
    height: 30px;
    line-height: 30px;
}

.inputrow .label {
    width: 70px;
    float: left;
    vertical-align: middle;
}

.inputrow .input {
    float: left;
    vertical-align: middle;
}

.buttonrow {
    clear: both;
    padding: 10px;
    padding-left: 30px;
}

.hide {
    display: none;
}

.calc2 {
    padding-left: 100px;
    padding-bottom: 50px;
    font-family: "Arial";
    font-size: 13px;
    color: black;
}

.inputrow2 {
    clear: both;
    height: 25px;
    line-height: 25px;
}

.t {
    color: #c30f15;
    font-weight: bold;
    font-size: 13px;
    padding: 10px;
    text-indent: 20px;
}

.t0 {
  padding: 10px 0 10px 50px;
  font-size: 13px;
  line-height: 160%;
}

.t1 {
  color: #00c;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
}

.t2 {
  color: #c30f15;
  font-weight: normal;
  font-size: 13px;
  text-align: left;
}

.t3 {
  color: #1f497d;
  font-weight: bold;
  font-size: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
}