
/**
 * cookie choices
 * 
 * @author    Timo Paul <mail@timopaul.biz>
 * @copyright (c) 2016, Timo Paul Dienstleistungen
 * @license   GNU General Public License 
 *            http://www.gnu.de/documents/gpl-2.0.de.html
 */

#cookieChoiceInfo {
  background-color: #fff;
  padding: 10px;
  z-index: 1000;
  text-align: center;
  border-style: solid;
  border-color: #575756;
  border-width: 1px;
  position: fixed;
  width: 300px;
  min-width: 300px;
  max-width: 90%;
  right: 0;
  bottom: 0;
  overflow: auto
}
#cookieChoiceInfo .button {
  display: block;
  border: solid #420e2e 1px;
  color: #fff;
  padding: 5px;
  margin-bottom: 4px;
  background: #008bd1; /* Old browsers */

/*  background: -moz-linear-gradient(top, #8f5477 0, #8f5477 1px, #742b58 1.1px, #4c1436 100%); FF3.6-15 */
/*  background: -webkit-linear-gradient(top, #8f5477 0, #8f5477 1px, #742b58 1.1px, #4c1436 100%);  Chrome10-25,Safari5.1-6 */
/*  background: linear-gradient(to bottom, #8f5477 0, #8f5477 1px, #742b58 1.1px ,#4c1436 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8f5477', endColorstr='#4c1436',GradientType=0 ); IE6-9 */
}

#cookieChoiceInfo .button:hover {
  text-decoration: none;
}
