.roundups-admin-content {
    max-width: 800px;
    margin-top: 20px;
}

.roundups-card {
    background: #fff;
    border: 1px solid #ccd0d4;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

.roundups-card h2 {
    margin-top: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}

.roundups-connection-test {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

#connection-status {
    margin-left: 10px;
    font-weight: 500;
}

.form-table input[type="text"] {
    width: 400px;
}

.button {
    margin-left: 5px;
}

.roundups-card p {
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
}