body {
    width: 960px;
    margin: 0 auto;
    font-family: sans-serif;
    color: #666;
    font-size: 14px;
}

svg text {
    fill: #999;
    font-size: 11px;
}

table.info-table {
    color: #999;
    font-size: 14px;
}

table.info-table .amount {
    font-family: monospace;
    white-space: pre;
}

.hidden {
    display: none;
}

section {
    margin: 20px 0;
    display: flex;
    align-items: center;
}

label {
    margin-right: 10px;
}

.note {
    margin-left: auto;
    color: #999;
    font-size: 12px;
    max-width: 350px;
    text-align: justify;
}

.select {
    height: 30px;
    font-family: sans-serif;
    font-size: 16px;
    width: 400px;
}
