#cookie-info {
    position: absolute;
    position: fixed;
    bottom: 0;
    height: 55px;
    margin: 0;
    padding: 10px;
    font-size: 11px;
    background-color: #FAFAFA;
    z-index: 999;
    border-top: 1px solid #DADBDB;
    width: 100%;
}

#cookie-info .cookie-info-container{
    width: 66.66666667%;
    margin: 0 auto;
    position: relative;
}

#cookie-info a {
	font-size: inherit;
	color: grey;
}

#cookie-info a.closeButton {
	position: absolute;
	right: 10px;
}

#cookie-info h3{
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
    #cookie-info .cookie-info-container{
        width: 100%;
    }
}