@charset "utf-8";
body {
	background-color : #111111;
	color            : #EEEEEE;
	font-family      : monospace;
	margin           : 20px;
	text-align       : left;
}
.horizontal-center {
	text-align : center;
}
.rc-box {
	background-color : #FFFFFF;
	-webkit-border-radius : 5px; -moz-border-radius : 5px; border-radius : 5px;
	-webkit-box-sizing : border-box; -moz-box-sizing : border-box; box-sizing : border-box;
	color            : #000000;
	display          : inline-block;
	/*left             : 50%;*/
	margin           : 0px;
	/*margin-left      : -172px;*/
	padding          : 20px;
	/*position         : fixed;*/
	text-align       : left;
	width            : 344px;
}
.rc {
	height : 76px;
}
.note {
	margin     : 20px;
	padding    : 20px;
	text-align : left;
}
.inner-note {
	text-align    : left;
	word-wrap     : break-word;
}
input[type="submit"] ,
input[type="reset"] {
	margin-bottom : 10px;
}
hr {
	border           : 0;
    height           : 1px;
	/* style taken from https://css-tricks.com/examples/hrs/ - see hr.style-two */
	background-image : linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
	margin-bottom    : 20px;
}
.rc-box hr {
	background-image : linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.top-space {
	margin-top : 10px;
}