#cookit {
    width: 50%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: table;
    overflow: hidden;
    z-index: 5005;
    border-radius: 10px;
}

@media screen and (max-width: 1080px) {
#cookit {
        width: 70%;
        right: 20px;
        bottom: 20px;
    }
}

@media screen and (max-width: 560px) {
    #cookit {
        width: 100%;
        right: 0;
        bottom: 0;
        border-radius: 0;
    }
}

#cookit #cookit-container {
    width: calc(100% - 40px);
    height: auto;
    padding: 15px 20px;
    margin: auto;
    position: relative;
    clear: both;
    display: table;
}

#cookit #cookit-container p {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    font-size: 0.8em;
    line-height: 1.4em;
    text-align: justify;
    font-weight: 500;
}

@media only screen and (max-width: 767px) {
    #cookit #cookit-container p {
        font-size: 0.7em;
    }
}

#cookit #cookit-container a {
    width: auto;
    height: auto;
    padding: 0;
    margin: 22px 0 0 0;
    float: left;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
    font-weight: 400;
}

@media only screen and (max-width: 440px) {
    #cookit #cookit-container a {
        float: none;
        clear: both;
        text-align: center;
        width: 100%;
        display: table;
        margin: 10px auto 0 auto;
    }
}

#cookit #cookit-container a:hover {
    opacity: .9
}

#cookit #cookit-container #cookit-button {
    width: auto;
    height: auto;
    padding: 8px 30px;
    margin: 15px 0 0 0;
    position: relative;
    clear: none;
    float: right;
    display: table;
    font-weight: 400;
    font-size: 0.9em;
}

@media only screen and (max-width: 440px) {
    #cookit #cookit-container #cookit-button {
        width: calc(100% - 20px);
        padding: 10px 10px;
        margin: 10px 0 0 0;
        clear: both;
        float: none;
        text-align: center;
    }
}