@charset "UTF-8";

#tx_cookies_showPermanent {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 99;
}
#tx_cookies {
    font-size: 12px;
    font-family:Helvetica, Arial,Sans-Serif;
}
#tx_cookies_inner {
    position: relative;
    background: #eee;
    padding: 10px;
}
#tx_cookies h3 {
    margin: 0;
    font-size: 14px;
}
#tx_cookies p {
    margin: 0;
}
#tx_cookies input[type="checkbox"] {
    float: left;
    margin-right: 3px;
}
#tx_cookies button,
#tx_cookies input[type="submit"],
#tx_cookies_switch input[type="submit"] {
    border: 0;
    background: #aaa;
    cursor: pointer;
    padding: 2px;
    color: white;
}
#tx_cookies #tx_cookies_close {
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 99;
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 2px;
    color: #aaa;
}

#tx_cookies {
    position: fixed;
    top: 20%;
    z-index: 300000;
    right: -30%;
    width: 320px;
    border: 2px solid black;
    background: white;
    padding: 10px;
    /*border-radius: 20px;*/
}
@media only screen and (max-width: 640px) {
  right: 0%;
}
#tx_cookies_inner{
  /*border-radius: 10px;*/
  padding: 15px;
}
#tx_cookies_close{
  padding: 5px 10px!important;
  /*border-radius: 20px;*/
}
#tx_cookies_inner input[type="submit"],
#tx_cookies_switch input[type="submit"] {
  padding: 5px 10px!important;
  /*border-radius: 20px;*/
  margin-bottom:15px;
  font-size:12px;
}
#tx_cookies_inner h3{
  max-width:90%;
  font-family:Helvetica, Arial,Sans-Serif;
  color: #be1421;
  font-size:16px;
}
#tx_cookies_inner p{
  padding-bottom:15px;
}