/* LAYOUT */
.agegate-container {
    text-align: center;
}
.agegate-positioner {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em
}
.agegate-content {
    display: inline-block;
    vertical-align: middle;
}

/* APPEARANCE */
.agegate-prompt {
    font-size: 14px;
    font-weight: bold;
}
.agegate-label {
    font-size: 13px;
    font-weight: bold;
}
.agegate-field {
    margin-right: 6px;
    margin-left: 4px;
    font-size: 11px;
}
.agegate-submit {
    font-size: 12px;
}
.agegate-deny {
    font-size: 16px;
    font-weight: bold;
}


