.confirm_store_cont{
	display: none;
}

#lights_out{
	width:100%;
	height:100%;
	top:0;
	left:0;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 900;
}

#csc_popup_cont{
	max-width: 400px;
	width:auto;
	height:auto;
	font-size:18px;
	border:5px solid #000;
	position:fixed;
	top:20%;
	margin-left: -180px;
    left: 50%;
    background-color: #fff;
    z-index: 1000;
}

.csc_title{
	width:100%;
	background-color: #b0deff;
}

.csc_title > div{
	padding: 20px 10px;
    font-size: 26px;
    font-weight: 800;
    color: #003d67;
    font-family: arial;
    text-align: center;
}

#csc_popup_cont p{
	margin:20px 10px 10px 10px;
	text-align: center;
    line-height: 30px;
}

#csc_options{
	text-align: center;
}

#csc_popup_cont ul{
	margin: 0;
	padding:0;
	list-style-type: none;
}

#csc_popup_cont ul li{
	display: inline-block;
	padding:20px;
}

#csc_popup_cont ul li a{
	color:#003d67;
	font-weight: 800;
}

#csc_popup_cont ul li a:hover{
	color:#000;
}