@charset "utf-8";
/* CSS Document */

h1 {
	text-align:center;
	margin:12px;
}

h3 {
	text-align:center;
	margin:6px;
}


h4 {
	text-align:center;
	color:#9e0b0f;
	font-size: 16px;
	margin:0px;
}

h4.white {
	text-align:center;
	color:white;
	font-size: 16px;
	margin:0px;
}

p {
	text-align:center;
	margin:6px;
}

b {
	color:#9e0b0f;
	text-decoration-line: underline;
}

body {
	font-family:'Crimson Pro', serif;
	font-weight: 400;
	width: 420px;
	margin:auto;
}

table {
	border-collapse: collapse;
	text-align: center;
	margin:auto;
}

td.cStats {
	padding-left: 6px;
	padding-right: 6px;
	vertical-align: bottom;
}

/* tr:nth-Child(even) {background-color: #CDFBFF;}
tr:nth-Child(odd) {background-color: #EEF9FF;} */

div.redBG {
	background-color:#9e0b0f;
	color: white;
	padding-top: 6px;
	padding-bottom: 6px;
}

div.lightBG {
	background-color:white;
	padding-top: 12px;
}

div.darkBG {
	background-color:#f1dede;
	padding-top: 12px;
	padding-bottom: 6px;
}

div.sizeOption {
	display:none;
}

.mRender {
	position:relative;
}

.mRegion0 {
	position:absolute;
	left:300px;
	top:160px;
}

hr {
	border-color:#9e0b0f;
}

td.first {
	width: 140px;
	text-align: right;
	vertical-align: top;
	padding: 8px;
	border-bottom: 1px solid #DADADA;
	font-size: 14pt;
}
td.second {
	width: 660px;
	vertical-align: top;
	padding: 8px;
	border-bottom: 1px solid #DADADA;
	font-size:14pt;
	
}

td.single {
	width: 600px;
	vertical-align: top;
	padding: 8px;
	border-bottom: 1px solid #DADADA;
	font-size:14pt;
}

td.double {
	width: 600px;
	vertical-align: top;
	padding: 8px;
	border-bottom: 1px solid #DADADA;
	font-size:14pt;
}

.genText {
	padding-bottom: 12px;
}

.button {
	background-color:#9e0b0f;
	border:none;
	color:white;
	padding: 5px 10px;
	font-family: 'Crimson Pro', serif;
}

.button:hover {
	background-color: #631518;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #9e0b0f;
  color: white;
  font-family: 'Crimson Pro', serif;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  color: white;
  font-family: 'Crimson Pro', serif;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #a44f52;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #631518;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #9e0b0fcc;
  border-top: none;
  margin-bottom: 24px;
}


