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

.dsa-cookie-notice-close:hover {
    background-color: #000;
    color: white!important
}



.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(53, 73, 74) !important;
    background-color: #8dbbbc;
    text-align: center;
    border-radius: 100%;
}

.dsa-cookie-notice {
    font-family: arial;
    font-size: 12px;
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 99999 !important;
    background-color: rgba(53, 73, 74, 0.8);
    margin: auto;
    width: 320px;
    text-align: left;
    color: white;
    line-height: normal!important;
    border-top: 8px solid #8dbbbc;
}

.dsa-cookie-notice p{
    line-height: normal;
}

.dsa-cookie-notice a {
    color: white
}

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

.cookie-inner {
    padding: 25px
}
