fieldset label{
	display:inline-block;
	width:110px;
	text-align:right;
}

#addCards fieldset:nth-of-type(4) label:not(:nth-of-type(1)){
	width:auto;
}

#addCards fieldset:nth-of-type(5) label:not(:nth-of-type(1)){
	width:auto;
}

#checkCards fieldset label{ /* gallery */
	width:auto;
}

#checkCards figure{
	height: 500px;
}

#checkCards img{
	height:480px;
	width:330px;
}

#insImgs fieldset label{ /* insert_images */
	width:auto;
}

fieldset img{
	width:30%;
	margin-left:1em;
	margin-right:1em;
}

.hand{
	color:black;
	text-decoration:none;
}

.hand:hover{
	color:blue;
}

[dir=rtl] .hand:before{
	content: '\261C\00A0'; /* leftwards */
}

[dir=ltr] .hand:before{
	content: '\261E\00A0'; /* rightwards */
}

figure{
	float:left;
}

fieldset figure{
	width:30%;
	margin-left:1em;
	margin-right:1em;
}

fieldset figure img{
	width:100%;
}

figcaption{
	text-align:center;
}

p{
	clear:both;
}