@charset "utf-8";
/* CSS Document */

.wpb_wrapper table, th, td{border: none;}

.calculator-template-default input[type="text"]{
height:30px;
background: #f2f2f2 !important;
}

.calculator-template-default input[type="button"]{
height: 35px;
width: 100px;
background: #1b366d !important;
color: #ffffff;
border-radius: 3px !important;
box-shadow: none !important;
border-style: none;
}

.calculator-template-default table img{
float: right;
padding: 0 0 20px 20px;
position: absolute;
right: 20%;
margin-top: 40px;
}
.calculator-template-default .segmentalCalc img{
margin-top: -80px;
right: 16%;
}
