/**
 * Valdecode - Cookie Law Compliance
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the The MIT License (MIT)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.valdecode.com/license/cookielaw/license.txt
 *
 * @category    Valdecode
 * @package     Valdecode_CookieLaw
 * @copyright   Copyright (c) 2014 Valdecode
 * @license     http://www.valdecode.com/license/cookielaw/license.txt  The MIT License (MIT)
 */
#cookielaw {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	overflow: hidden;
	position: fixed;
	bottom: 0px;
	background: #B55353;
	width: 100%;
	opacity: 0.9;
	z-index: 9999;
	font-size: 0.96em;
	font-weight: normal;
	padding: 12px 20px;
}

#cookiemessage, #cookieactions { float: left; padding: 4px 0; }
#cookiemessage { margin-right: 10px; }

#cookiemessage, #cookieactions a { color: #eee; }
#cookieactions a { background: #AB4141; padding: 3px 5px; }
#cookieactions a#cookieinfo { margin-right: 10px; }
