.check_balance__title {
    font-size: 30px;
    line-height: 32px;
    color: #4a4a4a;
    margin: 0 0 29px;
    letter-spacing: 1px;
}
.check_balance__user_name {
    font-size: 24px;
    line-height: 26px;
    color: #333;
    margin: 0 0 11px;
    letter-spacing: 1px;
}
.check_balance__user_id {
    display: block;
    margin: 0 0 23px;
}
.check_balance__user_id>span {
    color: #00b1b2;
    display: inline-block;
    margin: 0 0 0 5px;
}
.check_balance__info_status, .table_balance__cost span {
    color: #93a4aa;
}
.table_balance {
    line-height: 18px;
    font-size: 16px;
    width: 100%;
}
.check_balance__row {
    margin: 0 0 40px;
}
.check_balance__row--dotted {
    padding: 0 0 15px;
    margin: 0 0 28px;
}
.table_balance td {
    border-bottom: 1px solid #d6e1e5;
}
.table_balance thead td {
    font-family: Roboto, Tahoma, Verdana, Arial, sans-serif;
    padding: 9px 29px;
}
.table_balance tr td:first-child {
    padding-left: 0;
}
.table_balance tr td:last-child {
    padding-right: 0;
}
.table_balance tbody td {
    padding: 19px 29px 16px;
    font-family: Roboto, Tahoma, Verdana, Arial, sans-serif;
}
.table_balance--justify {
    border-top: 1px solid #d6e1e5;
}
.table_balance--justify tr td:first-child {
    font-size: 12px;
    line-height: 14px;
}
.table_balance--justify tbody td {
    padding: 13px 29px 8px;
}
.table_balance__status {
    color: #bad538;
}
.table_balance__status:before {
    display: inline-block;
    content: "";
    width: 14px;
    margin: 0 8px 0 0;
    height: 10px;
    background: url(../img/sprite.png) -289px -282px no-repeat;
}
.table_balance__cost--ib, .table_balance__spot, .table_balance__tarif {
    display: inline-block;
    vertical-align: top;
    margin: 0 24px 0 0;
}
.table_balance__tarif {
    color: #00b1b2;
}