/*
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.categoryList { 
    padding: 10px;    
    font-size: 12px;
    line-height: 20px;
    /*min-width: 270px;*/
    border-radius: 10px;
    font-weight: bold;
    border-style: solid;
    clear:both;
    background-color: white;
}

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

.payin_calculator.categoryList p {
    margin: 0px !Important;
}

.info {
    cursor: pointer;
}