.wrap {
    margin: 20px 20px 0 0;
}

#yesim_epi_log {
    background: #1d2327;
    color: #f0f0f1;
    padding: 15px;
    border-radius: 5px;
    font-family: 'Courier New', monospace;
    font-size: 12px;
    max-height: 400px;
    overflow-y: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
}

#yesim_epi_log::before {
    content: 'Log import:';
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    color: #72aee6;
}

#yesim_epi_loading_indicator {
    margin-left: 10px;
    color: #f56e28;
    font-weight: bold;
}

.button-primary#yesim_epi_button {
    background: #f56e28;
    border-color: #e55a1a;
}

.button-primary#yesim_epi_button:hover {
    background: #e55a1a;
    border-color: #d44909;
}

.form-table th {
    width: 250px;
}

.large-text {
    width: 100%;
    max-width: 600px;
    min-height: 100px;
}

.regular-text {
    width: 100%;
    max-width: 400px;
}

.submit {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}