/* CSS pre SmartiePal Integration Plugin */

.smartiepal-masthead {
    background-color: #f7f7f7;
    padding: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.smartiepal-masthead__inside-container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.smartiepal-masthead__logo-container {
    margin-bottom: 10px;
}

.smartiepal-masthead__logo {
    max-height: 60px;
}

.smartiepal-lower {
    background: #fff;
    padding: 20px;
    border: 1px solid #e5e5e5;
    max-width: 800px;
    margin: 0 auto;
    border-radius: 4px;
}

.smartiepal-setup-instructions p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.form-table th {
    text-align: left;
    padding-right: 20px;
}

.form-table td input.regular-text,
.form-table td textarea.large-text {
    width: 100%;
}

