.withdrawal-wrapper .row>div {
    margin: 0 !important;
}

.withdrawal-wrapper {
    padding: 15px;
    background: #f6f6f6;
    border-radius: 5px;
    margin-bottom: 20px;
}

.withdrawrecord-edit h1 {
    display: none;
}

.withdrawal-wrapper .panel-body {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    margin-top: 10px;
    color: #c29131;
}

.withdrawrecord-edit .control-group .controls {
    margin: 0;
    margin-top: 15px;
}

table#walletrecordList tr th:nth-child(2) {
    display: none;
}

table#walletrecordList tr td:nth-child(2) {
    display: none;
}


