/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.lookup-main-heading h1 {
    text-align: center;
} 
.redeem-main-heading h1 {
    text-align: center; 
}
.redeem-secondary-heading h2 {
    text-align: center;
}

.program-status {
    margin-bottom: 10px;
}

#gift-certificate-label {
    font-weight: bold;
}
span.available-amount {
    font-size: 28px;
    font-weight: bold;
}