.eu_cookie_modal {
	font-size: initial;  
	margin: 0;  
	position: fixed;
	background-color: rgba(0,0,0,0.7);
}

.eu_cookie_modal .modal-body{
	padding:50px;
}

.eu_cookie_modal .message {
    font-size: 90%;
    letter-spacing: .03em;
    line-height: 2;
    margin: 0;
    color: #fff;
}

.eu_cookie_modal .cookieBtn {
    border-radius: 4px;
    border: none;
    cursor: pointer;
    font-size: .6em;
    padding: .6em .8em;
    background: #80d20e;
    color: #ffffff;
	font-weight:bold;
}
@media screen and (max-width: 768px) {
	.eu_cookie_modal .cookieBtn {
		font-size: .9em;
		padding: .6em .8em;
	}
}
.eu_cookie_modal .cookieBtn:hover {
    background: #a3ef31;
    color: #ffffff;
}

.btn-default-inverse {
    color: #404040;
    background-color: transparent;
    border-color: #8c8c8c;
	text-transform: lowercase;
}




