.cnbm-cron-status h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 30px 0 15px 0;
}

.cnbm-cron-status h3 {
    font-size: 16px;
    font-weight: 600;
}

.cnbm-cron-status code {
    background: #f6f7f7;
    padding: 2px 6px;
    border-radius: 3px;
    font-family: Consolas, Monaco, monospace;
    font-size: 13px;
}

.cnbm-cron-status pre {
    margin: 10px 0;
}

.cnbm-cron-status table th {
    font-weight: 600;
    background: #f6f7f7;
}