/* Balance box */
.sww-balance-box {
    padding: 12px;
    background: #f8f8f8;
    border-radius: 6px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}

/* Wallet transactions frontend table */
#walletTable {
    width: 100%;
    border-collapse: collapse;
}

#walletTable th,
#walletTable td {
    padding: 8px;
    border: 1px solid #e1e1e1;
    text-align: center;
}

#walletTable th {
    background: #fafafa;
    font-weight: 600;
}
