
#cookies-consent {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    padding: 10px 10px 20px 65px;
    background-color: #333a40;
    color: #bfc2c8;
    top: 0;
    left: 0;
    z-index: 1000;
}
#cookies-consent>div.text {
    font-size: 16px;
    display: block;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    line-height: 22px;
}

#cookies-consent>div.text a {
    color: #7d8f9f;
    text-decoration: none;
}

#cookies-consent .choices {
    text-align: right;
    float: right;
}

#cookies-consent .btn{
	border-radius: 5px;
	border: 0px;
	margin-right: 50px;
}

@media screen and (max-width: 1046px){
	#cookies-consent .choices {
    float: none;
    margin-top: 8px;
	}
}