#cookie_popup {
	display: block;
	width: 800px;
	padding: 10px 1050px;
	background-color: #fff;
	position: fixed;
	bottom: 0px;
	left: 50%;
	margin-left: -1450px;
	-webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.8);
	   -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.8);
			box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.8);
	text-align: center;
	z-index: 15000;
}

#cookie_popup #popup_accept_btn {
	font-weight: bold;
	font-size: 11px;
	color: #4c4c4c;
}

#cookie_popup #popup_accept_btn:hover {
	text-decoration: underline;
}

#cookie_popup #popup_close_btn {
    display: block;
    width: 10px;
    height: 10px;
    background: url('/lib/javascript/cookie_popup/img/close.png');
    position: absolute;
    top: 12px;
    right: 960px;
}

#cookie_popup #cookie_text {
	margin: 0;
	font-size: 11px;
	line-height: 18px;
	color: #4c4c4c;
	display: inline;
}

#cookie_popup #cookie_text a {
	font-size: 11px;
	text-decoration: none !important;
	font-weight: bold;
	color: #4c4c4c;
}

#cookie_popup #cookie_text a:hover {
	text-decoration: underline !important;
}

@media only screen and (max-device-width: 640px) {
    #cookie_popup_overlay {
        position: relative;
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        background-color: green;
        clear: both;
    }

    #cookie_popup_overlay #cookie_popup {
        position: relative;
        width: 100%;
        padding: 10px 0;
        margin: 0;
        left: auto;
        bottom: auto;
        position: relative;
    }

    #cookie_popup_overlay #cookie_popup #popup_close_btn {
        right: 10px;
    }
}
