.cron {
    background: #282c34;
    color: #abb2bf;
    padding: 1rem;
    border-radius: 12px;
    text-align: center;
    margin-bottom: 1.25rem;
}

.cron_cont{
    font-family: 'Courier New', monospace;
    font-size: 1.2rem;
    font-weight: 600;
    color: #98c379;
    word-break: break-all;
}

.cron_info{
    margin-top: 0.5rem;
    color: #61afef;
}

.divlists{
    padding: 0.25rem;
    border: 1px solid #eeeeee;
    margin-top: 0.75rem;
    border-radius: 3px;
}

.divlists>div{
    width: 50%;
    float: left;
    padding: 0.25rem;
}

.divlists>div>div{
    margin-bottom: 0;
}