#cookie-law-banner { padding-top: 1.5em; padding-bottom: 1.5em; display: none; width: 100%; z-index: 10000; position: relative; }
.cookie-container { min-height: 50px; max-width: 960px; min-width: 220px; width: 90%; margin: 0px auto; padding: 10px; position: relative; }
.cookie-button { width: 40px; position: absolute; top: -4px; right: -4px; box-shadow: -1px 1px 1px 1px rgba(0, 0, 0, 0.2); }
.cookie-text { border: 4px solid rgb(222, 222, 222); padding: 1em 1.5em 1em 1em; min-height: 24px; }
.cookie-text p { margin-bottom: 10px; }
.cookie-text p:last-child { margin-bottom: 0px; }
#cookie-law-banner .close-button { font-weight: 700; background: rgb(222, 222, 222) none repeat scroll 0% 0%; display: block; height: 40px; width: 40px; line-height: 40px; font-size: 25px; text-align: center; text-decoration: none; cursor: pointer; }
#cookie-law-banner .close-button:hover { background: rgb(170, 170, 170) none repeat scroll 0% 0%; color: rgb(255, 255, 255); }
