﻿/* STYLESHEET FOR STANDARD NEMISYS COOKIE BAR */
/* (originally inline within cookie control, modified to work responsively) */

.cookie_bar { background-color: #352d2d; min-height: 100px; color: #fff; padding-left:5px; padding-right:5px; }
.cookie_bar_inner { margin: 0 auto; padding:5px; display: table; }
.cookie_logo { width: 200px; float: left; margin-left: 0; }
.cookie_logo h2 { font-weight: bold; font-size: 20px; }
.cookie_bar_content { width: 100%; max-width:900px; font-size: 12px; }
.cookie_bar_content p { margin: 0; }
.cookie_bar_content a { color: #fff; font-weight: bold; text-decoration: none; }
.cookie_clear { clear: both; display:block; }
.continue_link { font-size: 18px; }
#cookie_options { width: 100%; margin: 8px 0 0 0; padding: 6px 6px; position: relative; z-index: 200; float: right; }
#cookie_options li { font-size: 11px; line-height: 22px; white-space: nowrap; float: right; margin-left: 10px; padding: 0; list-style: none; }
#cookie_options li a { color: #fff; font-weight: bold; }
