/**
 * Cookie Notification
 *
 * @category   Content & Customizations
 * @package    WaPoNe_CookieNotification
 * @author     Michele Fantetti <michele@fantetti.net>
 * @copyright  Copyright (c) 2017-2020 WaPoNe (https://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: 10px 20px;
    display: block;
    line-height: 1.2em;
    font-size: 14px;
    margin: 0;
}

#cookienotification-block > p {
    float: left;
    margin-right: 10px;
}

button#btn-cookienotification-more {
    cursor: pointer;
    padding: 5px;
    font-size: 14px;
    border: solid black 1px;
    float: left;
    margin-right: 10px;
}

button#btn-cookienotification-allow {
    cursor: pointer;
    padding: 5px;
    font-size: 14px;
    border: solid black 1px;
}

#cookienotification-block {
    bottom: 0 !important;
    background-color: #d13453 !important;
	color: #fff !important;
	font-weight: 500 !important;
}