/**
 * 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 #555 1px;
  color: #fff;
  padding: 5px;
  margin-bottom: 4px;
  background: #2c58a6; /* Old browsers */
  background: -moz-linear-gradient(top, #89AFF2 0, #2c58a6 1px, #3677E0 1.1px, #2c58a6 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #89AFF2 0, #2c58a6 1px, #3677E0 1.1px, #2c58a6 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #89AFF2 0, #2c58a6 1px, #3677E0 1.1px ,#2c58a6 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;
  color: #ff0;
}