#cookie-law { font-size: 1.1em; background: #e2e2e2; border-top: 1px dotted #ccc; padding: 10px 0; text-align: left; color: #000; opacity: 0.95; bottom: 0; position: fixed; left: 0; width: 100%; z-index: 99; }
#cookie-law p { padding: 0; margin: 0 20px 0 40px; line-height: 1.6em; text-align: center; color: #000; }
#cookie-law a { color: #31a8f0; border: none; }
#cookie-law a:hover { color: #257eb4; }
#cookie-law input { font-size: 1.1em; margin: 0 0 0 15px; cursor: pointer; border: none; border-radius: 5px; background: #31a8f0; color: #e2e2e2; padding: 4px 6px !important; line-height: 1.1em; height: auto; }

#cookie-law.green a { color: #366b04; }
#cookie-law.green a:hover { color: #366b04; }
#cookie-law.green input { background: #366b04; color: #e2e2e2;}

#cookie-law.yellow a { color: #83784b; }
#cookie-law.yellow a:hover { color: #83784b; }
#cookie-law.yellow input { background: #83784b; color: #e2e2e2;}

#cookie-law.red a { color: #b60f00; }
#cookie-law.red a:hover { color: #b60f00; }
#cookie-law.red input { background: #b60f00; color: #e2e2e2;}


@media (max-width: 1100px) {
	#cookie-law p { text-align: left; }
}
