.calculator-block{
    position: relative;
    float: left;
    margin-bottom: 10px;
}

.calculator-block:not(.norightm){
    margin-right: 10px;
   
}

.refresh-button.smallheight-but{
    height: 25px;
    line-height: 27px;
    font-size: 13px;
}

.clearboth{
    clear: both;
}

.calculator-table{
    background: #fff;
    border-collapse: collapse; 
     
}

.calculator-table td{
    border: solid #ccc 1px;
    padding: 5px 5px;
    font-size: 13px;
    white-space: nowrap;
}
.calculator-table td.nobr{
    border: solid #ccc 0px;
}

.year-td{
    text-align: center;
    font-weight: bold;
    background: #900;
    color: #fff;
}

.calculator-table.year-table{
    margin-right: 20px;
    margin-bottom: 20px;
}

.refresh-button{
    font-family: "Geometria", Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.7px;
    width: 148px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    border-radius: 3px;
    background-color: #990000;
    display: block;
    outline: none;
    border: none;
    cursor: pointer;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}