/**
 * Custom CiviCRM Form Styling
 */

/* Hide helprow-pre class */
.helprow-pre {
    display: none;
}

.crm-form-text {
    width:100%;
    max-width:100%;
}
.crm-section .label label {
    font-size: 12px;
    color:#333;
}
.crm-public-footer {
    display:none;
}
button, .button {
    background:#ccc;
    border-radius: 3px;
    border:none;
    outline:none;
    font-size: 12px;
    text-decoration: none;
    padding: 4px 6px;
}