#legalNotificationBar {
    width: 100%;
    min-height: 70px;
    padding: 26px 40px 21px;
    background-color: #f4364c;
    text-align: center;
    position: relative;
    box-sizing: border-box
}

#legalNotificationBar a {
    color: inherit !important;
    text-decoration: underline !important
}

#legalNotificationBar p {
    margin: 0;
    font-size: inherit
}

#legalNotificationBar > span {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 11px;
    right: 15px;
    cursor: pointer
}
