.stats-sorting-body {
    padding: 10px;
}

#stats-sorting-select {
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
}

.stats-sorting-description,
.stats-sorting-error {
    font-size: 12px;
    line-height: 1.35;
    margin: 8px 0 0;
}

.stats-sorting-description {
    color: #666;
}

.stats-sorting-error {
    color: #b42318;
}

.stats-sorting-error.is-notice {
    color: #8a6d3b;
}

#stats.stats-sorting-loading {
    opacity: .55;
    transition: opacity .15s ease;
}

#stats-sorting-select:disabled {
    cursor: progress;
}
