.js #popup_infobox {
	display: none; }

.no-js #popup_infobox {
	max-width: 100%; }

.no-js #popup_infobox button {
	display: none; }
	
button.popup_close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 42px;
	height: 42px;
	font-size: 28px;
	line-height: 28px;
	color: #FFF;
	font-weight: bold;
	background: #e9bdc5;
	display: block;
	border: 2px solid #e9bdc5;
	border-radius: 6px;
	 -webkit-transition: color 0.2s ease; 
	    -moz-transition: color 0.2s ease; 
	      -o-transition: color 0.2s ease; 
	         transition: color 0.2s ease; }
	         
button.popup_close:hover {
	color: #444; }
