.cookienote { position: fixed; left: 0; right: 0; bottom: 0; padding: 14px; text-align: center; background: #e9e9e9; display: none; z-index: 9999; border-top: 1px solid #ccc }
.cookienote p { overflow: hidden; margin: 0 14px }
.cookienote-accept { float: right; text-transform: uppercase; background: #aaa; padding: 4px 14px; font-size: 11px; color: #333; border-radius: 4px }
.cookienote-accept:hover { color: #333 }


@media (max-width: 767px) {
	.cookienote-accept { float: none }
	.cookienote > div { clear: both; margin: 0 }
	.cookienote-accept + p { clear: both; margin: 14px 0 0 }
}