#cookieChoiceInfo {
    position: fixed;
    width: 100%;
    margin: 0px;
    left: 0px;
    top: auto !important;
    bottom: 0px;
    padding: 10px !important;
    z-index: 9999 !important;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5) !important;
    color: red;
    letter-spacing: 2px;
    font-size: 12px;
}

    #cookieChoiceInfo span {
        margin-right: 15px;
        margin-top: 7px;
        color: #fff;
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

    #cookieChoiceInfo a {
        padding: 5px 15px;
        color: #fff;
        text-transform: uppercase;
        background: red;
        text-decoration: none;
    }

        #cookieChoiceInfo a:hover {
            text-decoration: none;
            opacity: 0.5;
        }

@media screen and (max-width:768px) {
    #cookieChoiceInfo {
        text-align: center !important;
    }

        #cookieChoiceInfo span {
            float: left;
            clear: left;
            display: block;
            width: 100%;
            margin-bottom: 10px;
        }

        #cookieChoiceInfo a {
            width: 50%;
            margin-left: 25% !important;
            margin-bottom: 10px !important;
            float: left;
            clear: left;
            display: inline-block !important;
        }
}
