/**
 * WaPoNe
 *
 * @category   WaPoNe
 * @package    WaPoNe_CookieNotification
 * @copyright  Copyright (c) 2017 WaPoNe (http://www.fantetti.net)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

#cookienotification-block {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 6;
    padding: 7px 20px 2px;
    display: block;
    line-height: 1.2em;
    font-size: 12px;
    margin: 0;
    
    }

#cookienotification-block > p {
    float: left;
    margin-left: 3%;
    //margin-right: 10px;
    margin-top:5px;
   }

button#btn-cookienotification-more {
    cursor: pointer;
    padding: 3px 5px ;
    font-size: 12px;
    border: solid black 1px;
    float: left;
    margin:0 10px;
           }

button#btn-cookienotification-allow {
    cursor: pointer;
    padding: 3px 5px;
    font-size: 12px;
    border: solid black 1px;
         }
button#btn-cookienotification-allow:hover {
   background-color:#333;
   color:#000;
         }
