#cookies-message {
    border-top: 1px solid #ebebeb;
    text-align: center;
    position: fixed;
    bottom: 0px;
    background-color: #ffffff;
    width: 100%;
    z-index: 1030;
    font-family: 'Notes mediumtf', sans-serif;
	padding: 0 20px 0 20px;
	font-size: 16px;
	line-height: 16px;
}

#cookies-message span {
    color: #444444;
    display: inline-block;
    font-size: 16px;
    margin-top: 11px;
}

#cookies-message a {
    text-decoration: none;
    white-space: nowrap;
	font-size: 16px;
	line-height: 16px;
	margin: 10px 5px;
	display: inline-block;
}

#cookies-message a:hover {
    text-decoration: underline;
}

#cookies-message button {
    box-sizing: border-box;
    display: inline-block;
    color: #ffffff;
    text-align: center;	
	font-size: 14px;
    border: 0;
    width: 45px;
    height: 30px;
    margin: 10px 0 10px 10px;
}

@media (max-width: 1516px) {
    #cookies-message button {
        display: block;
        margin: 10px auto;
        width: 80px;
    }
}

@media (max-width: 480px) {
    #cookies-message button {
        width: 100%;
		padding: 0 20px 0 20px;
		margin-bottom: 20px;
    }
}