/*
  File: static/stylesheets/cookie.alert.css
  Created @ 2015/10/03 13:34
  Last modified @ 2016/07/08 08:24
*/

.cookie-alert { float: left; width: 100%; position: fixed; left: 0; bottom: 0; z-index: 1001; color: #FFF; background: #805200; }
    .cookie-alert-content { width: 96%; max-width: 920px; margin: 0 auto; padding: 1em 2%; position: relative; text-align: left; }
        .cookie-alert-content a { color: #FFF; }
        .cookie-alert-content .cookie-alert-close { position: absolute; right: 1%; top: 0.5em;  color: #FFF; font-weight: bold; font-size: 110%; text-decoration: none; }
        .cookie-alert-content .cookie-alert-close:hover { text-decoration: underline; }