* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.dsa-cookie-notice-close:hover {
    background-color: #000
}

.dsa-cookie-notice-close {
    position: absolute;
    display: block;
    height: 20px;
    bottom: 20px;
    width: 20px;
    line-height: 20px;
    right: 5px;
    top: 5px;
    text-decoration: none;
    color: rgb(14, 132, 215) !important;
    background-color: white;
}

.dsa-cookie-notice {
    font-family: arial;
    font-size: 12px;
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 28px;
    z-index: 99999 !important;
    background-color: rgba(14, 132, 215, 0.66);
    margin: auto;
    width: 100%;
    text-align: center;
    color: #fff;
}

.cookie-inner p {
    margin-bottom: 0;
}

.dsa-cookie-notice a {
    color: #fff;
    font-weight: 700;
}

.dsa-cookie-notice.hide {
    display: none
}

.cookie-inner {
    padding: 25px
}
