#cookie-notice {
	position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    padding: 15px 20px;
    text-align: center;
    z-index: 9999;
    box-shadow: 2px 2px 10px #00000040;
	display: none;
}

#cookie-notice p {
	margin-bottom: 0 !important;
    float: left;
    width: 80%;
    text-align: left;
    font-size: 13px;
    color: #5d5d5d;
    line-height: 1.5;
    padding-right: 20px;
}

#cookie-notice .btn-primary {
	display: block;
    background: #a6ce3a;
    border: none;
    font-weight: 600;
    font-size: 13px;
    padding: 5px 3px;
    width: 20%;
    float: right;
    margin-top: 4px;
	color: #fff;
}

#cookie-notice span {
	display:block;
}