/* RP Stats */
.rpstats_section {
    width: 100%;
    margin: 0 0 16px 0;
}
.rpstats_alert {
    margin: 0 0 16px 0;
    padding: 10px 12px;
    border-radius: 4px;
}
.rpstats_alert ul {
    margin: 0 0 0 18px;
    padding: 0;
}
.rpstats_alert_success {
    background: #e8f7e8;
    border: 1px solid #b8e0b8;
}
.rpstats_alert_error {
    background: #fdeaea;
    border: 1px solid #efb6b6;
}
.rpstats_total_cell {
    width: 20%;
    vertical-align: top;
}
.rpstats_input {
    width: 100%;
    max-width: 520px;
    box-sizing: border-box;
}
.rpstats_inline_option {
    display: inline-block;
    margin-right: 18px;
}
.rpstats_checkcol {
    width: 1%;
    white-space: nowrap;
}
.rpstats_logsub {
    margin-top: 6px;
    line-height: 1.5;
}
.rpstats_note {
    margin-top: 6px;
    font-style: italic;
}
.rpstats_date {
    margin-top: 6px;
    font-size: 0.92em;
    opacity: 0.85;
}
.rpstats_log_table td {
    vertical-align: top;
}

		