@import url("base.css");

div#wrapper
{
display:inline-block;
position:relative;
width:100%;
height:100%;
left:0;
right:0;
bottom:0;
top:0;
margin:0;
}
div#wrapper > div
{
display:table;
margin:auto;
width:28%;
height:100%;
text-align:center;
}
span.btnClose
{
float:right;
display:inline-block;
}
span.btnClose:hover
{
cursor: pointer;
}
@media only screen and (max-width: 768px)
{
	div#wrapper > div
	{
		width: 100%;
		display:table;
		margin:auto;
		height:100%;
		text-align:center;
	}
}	