/* CSS Document Cookie Banner*/
#pop {
    padding: 30px 14%;
    background: #ccc;
    color: #000;
    position: fixed;
    left: 0;
	right: 0;
    bottom: 0;
    z-index: 99999;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top: 1px solid #fff;
}
#pop p {
	margin: 0;
	padding: 0;
}
#pop p a {
	color: #000;
	}
#pop p a:hover {
	text-decoration: none;
	}
#pop a.close {
        padding: 10px 14px;
        text-decoration: none;
        position: absolute;
        right: 10px;
        top: 25px;
        color: #FFF;
        font-size: 0.95em;
		background: #666;
		-webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
		font-weight: bold;
    }

.hidden {
    display: none!important;
}
