@font-face {
	font-family: "OpenSansRegular";
	src: url("../fonts/OpenSans-Regular.ttf");
}
@font-face {
	font-family: "OpenSansBold";
	src: url("../fonts/OpenSans-Bold.ttf");
}
@font-face {
	font-family: "OpenSansLight";
	src: url("../fonts/OpenSans-Light.ttf");
}
@font-face {
	font-family: "ShadowsIntoLightTwo";
	src: url("../fonts/ShadowsIntoLightTwo-Regular.ttf");
}

input[class=button] {
  padding: 5px 15px;
  margin-top: 5px;
  background: #f0f0f0;
  color: #950629;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
}

body {
	margin: 0 0 0 0;
}

a {
	text-decoration: none;
}
a img {
	vertical-align: middle;
}

.filledbox {
	background-color: #950629;
	font-family: "OpenSansBold";
	color: #ffffff;
	padding: 7px;
	border-radius: 10px;
	
}
div.filledbox {
	display: inline-block;
}
div.filledbox a{
	color: #ffffff;
	white-space: nowrap; 
}
div.filledbox a:link {
	color: #ffffff;
}
div.filledbox a:visited {
	color: #ffff;
}
div.filledbox a:hover {
	color: #ffff;
}
div.filledbox a:active {
	color: #ffff;
}

.whitebox{
	font-family: "OpenSansBold";
	color: #950629;
	display: block;
	padding-top: 7px;
}
div.whitebox a{
	color: #950629;
	white-space: nowrap;
}
div.whitebox a:link {
	color: #950629;
}
div.whitebox a:visited {
	color: #950629;
}
div.whitebox a:hover {
	color: #950629;
}
div.whitebox a:active {
	color: #950629;
}

.borderbox{
	margin-bottom: 40px;
}

.title {
	padding-top: 70px;
	padding-bottom: 70px;
	font-family: "OpenSansBold";
	font-size: 50px;
	color: #950629;
	white-space: nowrap;
	}
.subtitle {
	font-family: "OpenSansBold";
	color: #950629;
	margin-bottom: 7px;
}
.hide {
	display: none;
}
.floatright {
	float: right; 
}
.floatleft {
	float: left; 
} 
.tpadding {
	padding-top: 30px;
}
.bpadding {
	padding-bottom: 30px;
}
.padding5 {
	padding: 5px;
}
.vspace {	
	margin-top: 50px;
}
.vhspace {	
	margin-left: 50px;
}
.padding10bottom{
	padding-bottom: 10px;
}
.padding10top{
	padding-top: 10px;
}
.padding20right{
	padding-right: 20px;
}
.textbottom{
	vertical-align:	bottom;
}
.texttop{
	vertical-align:	top;
}
.textinfo{
	color:#666666;
}
.textred{
	color: #ff0000;
}
.textcol {
	color: #950629;
}
.textwhite{
	color: #ffffff;
}
.textbold {
	font-family: "OpenSansBold";
}
.textsmall {
	font-size: 65%;
}
.textbig {
	font-size: 180%;
}
.textright{
	text-align: right;
}
.textcenter{
	text-align: center;
}
:root .textcenter{
	text-align: -moz-center;
}
div.textcenter table {
	margin-left: auto;
	margin-right: auto;
}

.message{
	margin-left:30px;
	color:#666666;
	padding: 2;
	font-family: "OpenSansBold";
}

.dropdownstyle{
	width: 400px;
	height:20px;
	vertical-align:middle;
}

div.flags span {
	display: inline-block;	
	width: 55px;
	height: 55px;
}

#mrcttab {
	width: 100%;
	font-family: "OpenSansRegular";
	font-size: 34px;
}
#mrcthometab {
	width: 100%;
	font-family: "OpenSansRegular";
	font-size: 18px;
}
#menu {
	font-family: "OpenSansRegular";
	font-size: 22px;
	width: 30%;
	padding-top: 7px;
	padding-right: 20px;
}
#regdata {
	font-family: "OpenSansRegular";
	font-size: 22px;
	border-left: solid 2pt #950629;
	padding: 7px;
	padding-left: 50px;
	margin-bottom:  20px;
}
#score{
	font-family: "OpenSansRegular";
	font-size: 18px;
	margin-left: 50px;
	
}

.headtab {
	width: 80%;
}
.maintab {
	width: 70%;
}
.mainstyle_ct {
	text-align: center;
	padding-top: 30px;
	background-color: #d9d9f0;
}
.mainstyle_mr {
	text-align: center;
	padding-top: 30px;
	background-color: #e4d5f3;
}
.header {
	display: flex;
	flex-direction: row;
}
.header_text {
        position: relative;
	top: 50%; 
	transform: translateY(15%);
	margin-left: 20px;
}
.header_name{
	font-family: "OpenSansBold";
	color: #950629;
	font-size: 30px;
	line-height: 1;
}
.header_info {
	font-family: "OpenSansRegular";
	color: #000000;
	font-size: 20px;
	line-height: 1.1;
	margin-top: 10;
}
.mrct_redline_top {
	background: #950629;
}
.redline_text{
	font-family: "ShadowsIntoLightTwo";
	color: #ffffff;
	font-size: 30px;
	margin: 4px;
	padding-left: 20px;	
}
.footer {
	display: flex;
}
#footer_text {
	font-family: "OpenSansRegular";
	font-size: 16px;
	padding-top: 60px;
	margin-bottom: 0px;
	vertical-align: bottom;
	color: #707172;
}
#footer_line {
 	border-top: 1px solid #950629;	
}
.footer_name {
	font-family: "OpenSansBold";
	color: #000000;
}
.footer_info {
	font-family: "OpenSansRegular";
	font-size: 16px;
	color: #000000;
	position: relative;
	top: 50%; 
	transform: translateY(+25%);
	margin-left: 10px;
}
.footer_link {
	font-family: "OpenSansRegular";
	font-size: 16px;
	color: #000000;
}
