@charset "UTF-8";

#modal-content {
	width: 50% ;
	margin: 0 ;
	padding: 10px 20px ;
	border: 2px solid #aaa ;
	background: #fff ;
	position: fixed ;
	display: none ;
	z-index: 40000 ;
}
  
#modal-overlay {
	z-index: 8999 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.10 ) ;
}

#modalRankPopup-content {
	width: 50% ;
	margin: 0 ;
	padding: 10px 20px 20px;
	border: 2px solid #aaa ;
	background: #fff ;
	position: absolute ;
	display: none ;
	z-index: 40000 ;
}
  
#modalRankPopup-overlay {
	z-index: 8999 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.10 ) ;
}

.button-link {
	color: #00f ;
	text-decoration: underline ;
}
 
.button-link:hover {
	cursor: pointer ;
	color: #f00 ;
}
