<style type="text/css">




.PicGrid div:first-child
{
	width:100%;
	border:solid 1px #E8B6B7;
	overflow:hidden;
	height:80px;
	position:relative;
	border-radius:5px;
	
}
.PicGrid
{
	padding: 0px 0px 0px 0px;
}
.PicGrid img:first-child
{
	position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
	width: 100%;
	
}




.CloudCheckBox + label
{
	display: inline-block;
	position: relative;
	border: solid 2px #99a1a7;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 5px;
}

.CloudCheckBox:checked + label:after
{
	border:solid 0px;
	content: '\2714';
	font-size: 25px;
	color: #FFFFFF;
	width: 24px;
	height: 24px;
	line-height: 24px;
	position: absolute;
	text-align: center;
	overflow:hidden;
	border-radius:4px;
	background-color: #0060DF;
	left:0px;
}




.water-drop
{
	width:auto; padding:2px 5px;
	border-top-left-radius:10px;
	border-top-right-radius:0px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:10px;
}
.CapsuleLabel
{
border-radius:5px;
border:solid 1px;
padding:0px 5px;
display:inline;
min-width:40px;
text-align:center;
}
.capsule
{
		
	border-radius:5px;
	width:100%;
	border:solid 1px;
	overflow:hidden;
}
.CapsuleBtnWhite
{
	border-radius:5px;
	
	color:#000000;
	
	background-color:#FFFFFF;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	line-height: 1.9;
	font-size: 14px;
	padding: 0 .75em;
	display: inline-block;
	outline: 0;
	border:solid 1px;
}
.CapsuleBtn
{
	border-radius:5px;
	
	color:#FFFFFF;
	
	background-color:#0000FF;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	line-height: 1.9;
	font-size: 14px;
	padding: 0 .75em;
	display: inline-block;
	outline: 0;
}
.BigInput
{
	width:100%;
	height:30px;
	font-size:medium;
	padding:0px 5px;
	box-sizing:border-box;
		
}
.FloatCenter
{
	position:fixed;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.BigScreen
{
	width:100%;
	margin-top:5px;
	background-color:#09204C;
	color:#FFFFFF;
	font-size:25px;
	

}
.ScreenTable td
{
	
	border-bottom:1px solid;	

}
</style>