.appoint{

width: 100%;
background-color:#99d6ff;
text-align:center;

}
#pop{
height:auto;
width:40%;
position:fixed;
margin-top:20px;
bottom:50%;
right:50%;
border:2px solid;
background:grey;
border-radius:9px;
padding:5px;
}
.hits{
	color:white;
	text-align:center;
background-color:#000066;
}
#close{
right:10;
top:10;
float:right;
}
img{
width:90%;
margin:auto;
}