/**handles:cookie_library_css**/
#cookies{position:fixed;display:none;bottom:0;background:#f44336;color:#fff;width:100%;height:auto;min-height:40px;line-height:20px;border-top:1px dashed #999;z-index:9999999}#cookies p{margin:10px;font-size:13px;padding:0;color:#fff;text-align:justify;line-height:18px;font-weight:200}#cookies .cookie-text{width:80%;padding-left:5%;float:left;margin:0;text-align:left}#cookies .cookie-text a{color:#56d6fc;font-weight:400;font-size:1em;float:right;text-decoration:underline}#cookies .cookie-action{width:20%;padding-left:2%;float:left;margin:0;text-align:center}#cookies .close-cookie{width:auto;max-width:100%;margin:5px auto;padding:5px 15px;background:#f77066;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;color:#fff;border:0;font-size:12px;text-transform:uppercase;-moz-box-shadow:none;box-shadow:none;border-bottom:0!important;text-shadow:none;float:left}#cookies .close-cookie:hover{background:#fff;color:#315b78!important}@media only screen and (max-width:600px){#cookies .close-cookie,#cookies .cookie-action,#cookies .cookie-text{width:100%;padding:2%;float:none;display:block}}