.topw{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 6px;
    padding: 12px;
    color: #fff;
    background-color: #ffb700;
}
.topw h3:first-child{
    font-weight: initial;
}
.bal_am{
    color: #fff;
}
.ucontent{
    max-width: 600px;
}
.wdReq{
    margin-top: 10px;
    padding: 10px;
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
}
#withdraw{
    font-weight: initial;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid #fff;
    margin-left: 10px;
    cursor: pointer;
}
#withdraw:hover{
    background-color: rgba(255,255,255,.15);
}
.transmC{
    margin-top: 10px;
}
.transmC h4{
    margin-bottom: 10px;
    display: inline-block;
    border-bottom: 3px solid #777;
    color: #777;
}
.transmC{
    width: 100%;
    max-width: calc(100vw - 20px);
    overflow-y: auto;
}
table{
    border-collapse: collapse;
    margin-bottom: 10px;
    width: 100%;
}
th,td{
    border: 1px solid #888;
    padding: 10px;
    color: #444;
}
td{
    font-size: 14px;
    color: #666;
}
td:first-child{
    white-space: nowrap;
}
#filter select, #filter input, #filter button{
    display: inline-block;
    width: initial;
    padding: 8px 12px;
}
#filter label{
    font-weight: bold;
}