/*!
 * CSS for configurable banner which appears at the top of the page
 * provides a per-environment configurable alert to the user
 *
 * @see \Application\View\Helper\EnvBanner
 * @author jserle
 */

#environment-banner {
    height: 30px;
    padding: 5px 0 1px 0;
    text-align: center;
    font-size: 1.6em;
    margin: 0px;
}