body {
    background-color: #f0f5f7 !important;
    background-image: none !important;
    text-align: center;
}

#cookieWarning {
    display: none;
}

.inner-alert {
    width: 90%;
    height: 56px;
    line-height: 56px;
    background-color: #fff3e0;
    background-size: cover;
    text-align: left;
    padding: 0 16px;
    margin: 0 auto;
    box-shadow: 0px 1px 15px 1px rgba(0, 44, 59, 0.14);
}
.inner-alert i, .inner-alert span {
    text-decoration: none solid #bf360c;
    color: #bf360c;
}
.inner-alert i {
    font-size: 24px;
}
.inner-alert span {
    text-align: left;
    font-family: Roboto;
    font-size: 15px;
    line-height: 21px;
    padding: 0 16px;
}
