
.current-balance{float: left; width: 260px; background: #dfdfdf; padding: 40px 30px; font-family: "Times New Roman","PT Serif"; margin-bottom: 40px;}
    .cur-bal-title{font-size: 24px; color: #262626; margin-bottom: 10px;}
    .cur-bal-descr{font-size: 14px; color: #838383; line-height: 18px;}
    .cur-bal-count{color: #262626; font-size: 24px; margin-top: 20px; line-height: 24px;}
        .cur-bal-count span{font-size: 14px; line-height: 14px; display: inline-block; vertical-align: middle; position: relative; top: -3px;}

.balance-table{margin-left: 325px;margin-bottom: 100px; background: #dfdfdf; padding: 45px; padding-top: 34px;}
    .bal-tbl{border-collapse: collapse;width: 100%;}
    .bal-tbl td{vertical-align: top; color: #6b6b6b; padding: 4px 0 4px 10px; font: 12px "arial",serif; background: #d5d5d5;
    border-bottom: 6px solid #dfdfdf;}
    .bal-tbl tr:first-child td div{padding-bottom: 10px; border-bottom: 1px solid #d3d3d3; padding-left: 10px;}
    .bal-tbl tr:first-child td{color: #999999; background: none; text-transform: uppercase; font: 12px "Georgia","arial";
     padding-left:0;padding-bottom: 20px;}
    .bal-tbl-time{display: inline-block; margin-left: 10px;}
    .bal-tbl-order{float: left; margin-left: 25px; color: #262626; border-bottom: 1px solid #e0703f;}
    .bal-tbl-order:hover{border-bottom: 1px solid transparent; color: #262626;}
    .bal-tbl td.gray{background: #c8c8c8;}
    .bal-tbl td.gray.bal-tbl-sum{color: #262626;}
    .bal-tbl td.bal-tbl-last{width: 45%;}
    .bal-tbl-last span{ max-width: 145px; float: left;}
    .bal-tbl tr td:first-child{width: 30%}
    .to-excel-btn{margin: 20px 0 0 0;display:inline-block;vertical-align:middle; background: #484848; width:180px; height:36px; font:11px Georgia, "Times New Roman", Times, serif;
        color:#f1f1f1; text-transform:uppercase; line-height:36px;}
    .to-excel-btn:hover{color: #f1f1f1;}
        .to-excel-btn i{display: inline-block; background: url(../img/icon/excel.png); width: 16px; height: 16px; margin:0 10px;
        position: relative; top: 3px;}
