#important-message-acceptance-widget {
    z-index: 110;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #264C72;
    color: #FFF;
    padding: 20px 60px 20px 30px;
    border-top:1px solid #FFF;
    cursor: pointer;
}
#important-message-acceptance-widget p {
    margin-top:0 !important;
    margin-bottom:0 !important;
}
#important-message-acceptance-widget .close-button {
    font-weight: bold;
    line-height: 22px;
    text-decoration: none;
    color: #FFF;
    border: 2px solid #FFF;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    text-align: center;
    position: absolute;
    right: 20px;
    top: calc(50% - 20px + 12px);
}
#important-message-acceptance-widget .close-button:before {
    content:'X';
    position:absolute;
    font-size:16px;
    line-height:1;
    text-align:center;
    left: 4px;
    right: 4px;
    top: 3px;
}

.windows #important-message-acceptance-widget .close-button:before {
    top:4px;
}

#important-message-acceptance-widget h4:first-child {
    margin-top:0 !important;
}
#important-message-acceptance-widget {
    z-index:111;
}