a {
    font-size: 1.0em;
    text-decoration: none;
}

.text-color{
  /*color:#393638;*/
}
h3{
  color: #f59047;
}

.main-total{
    font-size: 150%;
    color: #ff9e55;
    margin-bottom: 0px;
}

input[type=submit] {
    margin-top: 10px;
}

span {
    font-weight: bold;
    width: 350px;
    display: inline-block;
}

.fieldName {
    width: 400px;
    font-weight: bold;
    vertical-align: top;
}

.fieldValue {
    width: 400px;
    font-weight: normal;
    vertical-align: top;
}


.button-color{
    background: #f59047;
    color: #fff;
    border-color: #f59047;
}

.button-color:hover, 
.button-color:click {
    background: #e96635;
    color: #928282;
    border-color: #e96635;
}

span#total-value{
    display: inline;
}

.error-field{
    border: #a94442 solid 1px;
    background-color: #f7d7d6;
}
.error-field::placeholder{
    color: #b86f6f;
}