body {
    background-color: #f8f9fa;
}

.table th, .table td {
    vertical-align: middle;
}

.moniker {
    font-weight: bold;
    color: #0d6efd;
    cursor: pointer !important;
    text-decoration: underline;
    transition: color 0.2s ease-in-out;
}

.voting-power {
    cursor: pointer !important;
    color: #0d6efd;
    text-decoration: underline;
}

.moniker:hover, .voting-power:hover {
    color: #0a58ca;
}

.sortable {
    cursor: pointer;
    user-select: none;
}

.sortable:hover {
    background-color: #343a40 !important;
}

.address {
    font-size: 0.8em;
    color: #6c757d;
    display: block;
}

.loading-spinner {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 0.15em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}

@keyframes spinner-border {
    to { transform: rotate(360deg); }
}
