a#submit{

    background: #bebebe;

    color: #fff;

    padding: 6px 0;

    display: block;

    font-size: 21px;

    text-align: center;

    text-decoration: none !important;

}

a#submit:hover{

    background: #466379;

}

#hide{

    display: none;

}

.calculate_table {

  border: 1px solid #ebebeb;
  width: 480px;
  /* margin: 0 auto; */
  color: #343232;
  font: 18px Calibri;

}

.calculate_table tr:nth-child(2n-1) {

    background: #f5f5f5;

}

.calculate_table tr:last-child {

    background: #466379;

    color: #FFF !important;

}

.calculate_table tr:last-child td {

    font: bold 18px Calibri;

}

.calculate_table input {

    height: 25px;

    text-align: right;

    width: 65px;

}

.calculate_table tr td {

    padding: 6px;

}

.calculate_table tr td span {

    font-weight: bold;

}

.calculate_table tr td:last-child {

 /*   padding-right: 40px;*/

    text-align: right;

}

.calculate_table tr td select {

    height: 25px;

    width: 65px;

}














