* {
    margin: 0;
    padding: 0;
}
body {
    color: #a0c4ff;
    font-family: 'Noto Sans KR', sans-serif;
    margin: 0;
    padding: 0;
}
.wrap {
    margin: 0 auto;
}
.whale-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
    background: #040b1b;
    border: 1px solid #2a3458;
    border-radius: 4px;
}
.whale-table th,
.whale-table td {
    border: 1px solid #2a3458;
    padding: 15px 0px;
    text-align: center;
    white-space: nowrap;
}
.whale-table thead tr {
    background: #0a1628;
    color: #d5d5d5;
    font-size: 11px;
}
.whale-table tbody tr:hover {
    background: #071020;
}
.whale-table td.today {
    color: #22c55e;
    font-weight: bold;
}
.whale-table td.ratio.up   { color: #22c55e; }
.whale-table td.ratio.down { color: #e05555; }
.whale-table td.total {
    color: #a0c4ff;
    font-weight: bold;
}
.whale-table tfoot td.stat-row {
    background: #0a1628;
    padding: 15px 30px;
    text-align: right;
}
.stat-label {
    color: #4a6a8a;
    font-size: 11px;
    margin-left: 16px;
    margin-right: 4px;
}
.stat-label:first-child {
    margin-left: 0;
}
.stat-val {
    font-size: 12px;
    color: #a0c4ff;
}
.stat-val.up   { color: #22c55e; }
.stat-val.down { color: #e05555; }