/**
 * @author Design & Accessible Team ( Angie Radtke  )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */


body
{
        background: #fff;
        color: #000000;
        font-size: 100.1%;
        padding: 0px;
        text-align: center;
}

body.contentpane {
		width:auto;
		margin:10px;
		text-align: left;
}
img { border: 0 none; }


.cookie-consent-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 100000;
  box-sizing: border-box;
  max-width: 920px;
  margin: 0 auto;
  padding: 16px 18px;
  background: #ffffff;
  border: 1px solid #d7c4a2;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  color: #2c281d;
  font-size: 14px;
  line-height: 1.45;
}

.cookie-consent-banner a {
  color: #6d3f16;
  text-decoration: underline;
}

.cookie-consent-actions {
  margin-top: 12px;
  text-align: right;
}

.cookie-consent-actions button {
  margin-left: 8px;
  padding: 7px 14px;
  border: 1px solid #2c281d;
  background: #2c281d;
  color: #ffffff;
  cursor: pointer;
}

.cookie-consent-actions button#cookie-consent-reject {
  background: #ffffff;
  color: #2c281d;
}

@media (max-width: 640px) {
  .cookie-consent-banner {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  .cookie-consent-actions {
    text-align: left;
  }

  .cookie-consent-actions button {
    margin: 8px 8px 0 0;
  }
}
