.e30-notification {
    width: 100%;
    background-color: #dbf3d5;
    text-align: center;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    font-weight: bold;
    color: #246b12;
}

.e30-notification-cta {
    width: 100%;
    text-align: center;
    background-color: #21a200;
    height: 34px;
}

.e30-notification-cta a {
    background-color: #078b1b;
    color: white !important;
    /* padding-top: 25px; */
    /* vertical-align: bottom; */
    /* position: absolute; */
    /* bottom: 0; */
    /* text-align: center; */
}

@media screen and (min-width:100px) and (max-width:767px) {
    .container.e30-notification {
        margin-top: 6px !important;
    }
}