@charset "UTF-8";

.details{
	position: fixed;
	vertical-align: middle;
	width: 600px;
	margin: auto;
	padding: 20px 20px ;
	border: 2px solid #888888 ;
	background: #eeeeee ;
	display: none ;
	z-index: 2 ;
}
#modal-overlay {
	z-index: auto;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 100% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}

.button{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
 
.button:hover {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	cursor: pointer ;
	opacity: 0.6;
}