/* Таблица с данными по балансу */
.balance-details-payment{
    margin-top: 16px;
    padding-left: 0;
    list-style-type: none;
}
.balance-details-payment li{
    width: 50%;
    min-width: 300px;
    border-bottom: 1px dotted #000;
}

.balance-details-payment .label{
    position: relative;
    bottom: -7px;
    float: left;
    font-size: 20px;
    color: #999;
    background-color: #FFF;
}
.balance-details-payment .value{
    float: right;
    top: 1px;
    position: relative;
    background-color: #FFF;

    font-size: 24px;
    text-align: right;
}




/* Таблица с кнопками для управления балансом */
.finance-payment-actions{
    min-width: 300px;
    width:50%
}
.finance-payment-actions tr td:first-child{
    text-align: left;
}
.finance-payment-actions tr td:last-child{
    text-align: right;
}




