H3 {
	margin-bottom: 6px;
	margin-left: 2px;
}
.calculator {
	font-family: "Helvetica Neue", Helvetica, sans-serif
}
.form-style-1 {
    margin:10px;
    max-width: 500px;
    padding: 20px 12px 10px 20px;
    font-family: "Helvetica Neue", Helvetica, sans-serif
}
.form-style-1 li {
    padding: 0;
    display: block;
    list-style: none;
    margin: 10px 0 0 0;
}
.form-style-1 label{
    margin:0 0 3px 0;
    padding:0px;
    display:block;
    font-weight: bold;
}
.form-style-1 input[type=text], 
.form-style-1 input[type=date],
.form-style-1 input[type=datetime],
.form-style-1 input[type=number],
.form-style-1 input[type=search],
.form-style-1 input[type=time],
.form-style-1 input[type=url],
.form-style-1 input[type=email],
textarea, 
select{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border:1px solid #ffdd00;
    padding: 7px 0px 7px 8px;
    margin: 0px;
    min-width: 80px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;  
    font-family: "Helvetica Neue", Helvetica, sans-serif
}
.form-style-1 input[type=text]:focus, 
.form-style-1 input[type=date]:focus,
.form-style-1 input[type=datetime]:focus,
.form-style-1 input[type=number]:focus,
.form-style-1 input[type=search]:focus,
.form-style-1 input[type=time]:focus,
.form-style-1 input[type=url]:focus,
.form-style-1 input[type=email]:focus,
.form-style-1 textarea:focus, 
.form-style-1 select:focus{
    -moz-box-shadow: 0 0 8px #ffdd00;
    -webkit-box-shadow: 0 0 8px #ffdd00;
    box-shadow: 0 0 8px #ffdd00;
    border: 1px solid #ffdd00;
}
.form-style-1 .field-divided{
    width: 49%;
}

.form-style-1 .field-long{
    width: 100%;
}

.form-style-1 .field-select{
    width: 100%;
}
.form-style-1 .field-textarea{
    height: 100px;
}
.form-style-1 input[type=submit], .form-style-1 input[type=button]{
    background: #333;
    padding: 8px 15px 8px 15px;
    border: none;
    color: white;
}
.form-style-1 input[type=submit]:hover, .form-style-1 input[type=button]:hover{
    background: #ffdd00;
    color: #333;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}
.form-style-1 .required{
    color:red;
}
.inputtable td:nth-child(3) {
	padding-left: 15px;
}
.inputtable td {
	padding-right: 7px;
}
.inputtable th {
	text-align: left;
	font-size: 1.2em;
}
.calc_tb table {
  font-family: "Helvetica Neue", Helvetica, sans-serif
}

.calc_tb caption {
  text-align: left;
  color: silver;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px;
}

.calc_tb thead {
  background: #333333;
  color: white;
}

.calc_tb th,
.calc_tb td {
  padding: 5px 10px;
}

.calc_tb tbody tr:nth-child(even) {
  background: WhiteSmoke;
}

.calc_tb tbody tr td:nth-child(2),
.calc_tb tbody tr td:nth-child(3),
.calc_tb tbody tr td:nth-child(4),
.calc_tb tbody tr td:nth-child(5),
.calc_tb tbody tr td:nth-child(6),
.calc_tb tbody tr td:nth-child(7) {
  font-family: "Helvetica Neue", Helvetica, sans-serif
}

.calc_tb tfoot {
  background: #ffdd00;
  color: #333333;
  text-align: right;
}

.calc_tb tfoot tr th:last-child {
  font-family: monospace;
}
.iconinput {
    float: right;
    margin-right: 10px;
    margin-top: -24px;
    position: relative;
    z-index: 2;
}
