/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 30-may-2018, 9:09:17
    Author     : daniel
*/

.payin_calculator.productNo { 
    padding: 10px;    
    font-size: 12px;
    line-height: 20px;    
    border-radius: 10px;
    font-weight: bold;
    border-style: solid;
    text-align: center;
}

.payin_calculator.productNo span.payinPrice {
    font-size: 20px;
    vertical-align: bottom;
    margin: 0px 5px;
}

.payin_calculator.productNo p {
    margin: 0px !Important;
}
.payin_calculator.productNo p span.title {
    font-size: 17px;
    font-weight: bold;
}

.info {
    cursor: pointer;
}