.account-box {
    position: relative;
}
#account-select {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 10;
    display: none;
}
#result-table td, #result-table th {
    vertical-align: middle !important;
    text-align: center;
}
#result-table td.red {
    color: red;
    font-weight: bold;
}
#log-area {
    font-family: 'Consolas', 'monospace';
}
#account-list .account-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 0;
    border-bottom: 1px solid #eee;
}
#account-list .account-row:last-child {
    border-bottom: none;
}
#account-list .del-btn {
    color: #d9534f;
    border: none;
    background: none;
    font-size: 16px;
    cursor: pointer;
} 