#clbc-weekly-update-form {
    padding: 24px;
    background-color: #f1f1f2;
    margin-bottom: 24px;
    height: auto;
    margin-top: 24px;
}

#clbc-weekly-update-form .ctct-button {
    display: none;
}

#clbc-weekly-update-form .title {
    margin-bottom: 8px;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.4em;
}

#clbc-weekly-update-form .subtitle {
    display: block;
}

#clbc-weekly-update-form .ctct-label-top {
    font-size: 12px;
}

#clbc-weekly-update-form .ctct-form-field-submit input:not([type="submit"]) {
    font-size: 12px;
}

#clbc-weekly-update-form input:not([type="submit"]) {
    padding: 5px 6px;
}

#clbc-weekly-update-form .ctct-form-field {
    margin-bottom: 10px;
}

#clbc-weekly-update-form .ctct-form-field-submit {
    margin-bottom: 0;
}

#clbc-weekly-update-form .ctct-disclosure {
    display: none;
}

#clbc-weekly-update-form .ctct-form-field input[type="submit"] {
    width: 100%;
}

#clbc-weekly-update-form .notice {
    color: #999;
    display: block;
    margin-top: 10px;
    line-height: 1.3em;
    text-align: center;
}