.calculator_left {
 float:left; width:50%;}
.calculator_right {
 float:right; width:50%;}
.payin_calculator {
   background: ;
   display: block;
   overflow: auto;
border: none !Important;
}
.payin_calculator .calc-body .btn.btn-minus {
background-image: url("/modules/imaxpayin7/views/img/menos-up.png");
background-repeat: no-repeat;
background-size: contain;
}
.payin_calculator .calc-body .btn.btn-plus {
background-image: url("/modules/imaxpayin7/views/img/mas-up.png");
background-repeat: no-repeat;
background-size: contain;
}
.payin_calculator .calc-body .btn.btn-minus.mousedown {
background-image: url("/modules/imaxpayin7/views/img/menos-down.png");
}
.payin_calculator .calc-body .btn.btn-plus.mousedown {
background-image: url("/modules/imaxpayin7/views/img/mas-down.png");
}
.installments-count {
background-image: url("/modules/imaxpayin7/views/img/cuotas.png");
background-repeat: no-repeat;
background-size: cover;
border: none !Important;
background-color: transparent;
}
.payin_calculator .finance-title {
color:#225a88;
}
.payin_calculator .finance-subtitle {
color:#37a8db;
}
.payin_calculator .finance-footer {
color:#000000;
}
.payin_calculator .finance-htmlfooter {
color:#ff0a26;
clear:both;
}
.payin_calculator .installments-sub {
color:#37a8db;
}
.payin_calculator .calc-results, 
.payin_calculator .calc-results span
{
color:#225a88;
}
.payin_calculator.vertical .calc-body .btn-minus::after ,
.payin_calculator.vertical .calc-body .btn-plus::after {
content:"" !Important;
}
