.consent {
    background: 	rgba(0, 0, 0, 0.7);
	display:  		none;
	position:  		fixed;
	left:			0;
	right:			0;
	bottom:			0;
	top:			0;
    z-index:        1004;
}
.consent .inside {
    color:#666666;
	background:     white;
	box-shadow:     0px 5px 5px 5px rgba(0, 0, 0, 0.3);
    border-radius:  15px 15px 0 0;
    display:        inline-block;
	right: 			10%;
    left:           10%;
	height: 		auto;
	padding: 		40px 60px;
	text-align: 	center;
	position:       fixed;
    min-height:     20px;
    bottom:         -100%;
}
.consent a.button {
    color:          white;
	border-radius: 	10px;
	display: 		inline-block;
	padding: 		10px 40px;
	font-size: 		16px;
	
	box-shadow: 	0px 5px 5px 0px rgba(0, 0, 0, 0.14);
	/*text-shadow: 	0px 5px 5px rgba(0, 0, 0, 0.14);*/
}
.consent a.close {
    position:       absolute;
    right:          15px;
    top:            15px;
}
.consent p {
	display: 	inline-block;
	font-size: 15px;
}
/* MOBILE */
@media (max-width: 467px) {
	.consent {
		position: fixed;
	}
	.consent div {
		width: auto;
	}
}
