@charset "UTF-8";
#modal-content {
	width: 35% ;
	margin: 0 ;
	padding: 30px 20px ;
	background: #fff ;
	position: fixed ;
	display: none ;
	z-index: 1005 ;
	font-size: 14px;
	text-align: center;
}

#modal-content #close{
position: absolute;
    top: 5px;
    right: 5px;
    width: 24px;
    height: 24px;
    background: url(../img/close.png) 0px 0px no-repeat;
    cursor: pointer;
    z-index: 1103;
}
#modal-overlay {
	z-index: 1000 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}

.button-link {
	color: #00f ;
	text-decoration: underline ;
}

.button-link:hover {
	cursor: pointer ;
	color: #f00 ;
}

@media screen and (max-width: 768px){
#modal-content {
	width: 80% ;
}
}