body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444444;
	margin: 0px;
	background: url(images/bg.png) 0px 0px no-repeat;
}

p {
	margin-top: 0px;
}

a {
	color: #990000;
}

a:hover {
	color: #ffffff;
}

#front {
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(#9a9a9a, #c9c9c9);
}

#back {
	display: none;
	position: absolute;
	left: 30px;
	top: 27px;
	background: url(images/Back.png) 9px 0 no-repeat;
	width: 256px;
	height: 189px;
}

#main {
	width: 100%;
	height: 100%;
	margin: 0;
	display: flex;
	flex-direction: column;
}

.content {
	flex: 1;
	overflow: auto;
}

#main_back {
	width: 230px;
	text-align: center;
	margin-top: 21px;
	margin-left: 4px;
	color: #d2d2d2;
	padding-top: 28px;
}

#main_back div a {
	color: #d2d2d2;
}

#main_back div a:hover {
	color: #ffffff;
}

#result {
	display: none;
	margin-top: 15px;
	font-size: 14px;
}

#result br {
	content: '';
	display: block;
	margin-bottom: 5px;
}

#name_result_number {
	font-weight: bold;
	font-size: 37px;
}

.matchDesc {
	color: #990000;
	font-size: 12px;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 15px;
}

.n9 {
	font-size: 12px;
}

.red {
	color: #990000;
}

.numLink {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

.numLink:hover {
	color: #ff0000;
	background-color: #ffffff;
	border-left: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	border-top: 3px solid #ffffff;
}

.head_link {
	float: left;
}

.txChNumber {
	font-size: 37px;
	font-weight: bold;
	color: #990000;
	text-align: center;
	margin-bottom: 15px;
}

.txChNumberSub {
	font-size: 27px;
	font-weight: bold;
	color: #990000;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

#links {
	height: 44px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	display: flex;
	background: linear-gradient(
		#f6a6a6 0%,
		#d75d5d 50%,
		#bd0101 50%,
		#9d0000 100%
	);
}

.selected-link {
	background: linear-gradient(#666666, #c7c7c7);
}

.selected-link a {
	color: #990000;
}

#links li {
	flex: 1 1 auto;
	display: flex;
	align-items: stretch;
}

#links a {
	color: white;
	font-size: 1rem;
	text-decoration: none;
	padding: 0 5px;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

#name_numerology {
	display: block;
	padding: 20px;
	box-sizing: border-box;
}

#date_numerology {
	display: none;
	font-size: 14px;
	padding: 20px;
}

#date_explanation {
	display: block;
	font-size: 14px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 23px;
	line-height: 140%;
	color: #990000;
	font-weight: bold;
}

#name_explanation {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 23px;
	line-height: 140%;
}

#date_result {
	display: none;
	margin-top: 30px;
	line-height: 170%;
	font-size: 19px;
}

#matching {
	display: none;
	padding: 20px;
}

#matches_table {
	display: none;
	padding: 20px;
	font-size: 19px;
}

#match_key {
	display: none;
}

#match_no_data {
	display: none;
	padding-top: 45px;
	color: #990000;
}

#match_key_main {
	color: #990000;
}

#match_key_sub {
	color: #990000;
}

#match_key_sub_display {
	display: inline;
}

#name_whole {
	font-size: 16px;
	font-weight: bold;
	margin-top: 30px;
	overflow: auto;
}

.mt_num {
	font-weight: bold;
	color: #990000;
	width: 14px;
	vertical-align: top;
}

.match_tbl_btn {
	position: absolute;
	z-index: 19;
	left: 204px;
	top: 43px;
}

#tx1,
#tx2,
#tx3,
#tx4,
#tx5,
#tx6,
#tx7,
#tx8,
#tx9,
#tx10,
#tx11,
#tx12,
#tx13,
#tx14,
#tx15,
#tx16,
#tx17,
#tx18,
#tx19,
#tx20,
#tx21,
#tx22,
#tx23,
#tx24,
#tx25,
#tx26,
#tx27,
#tx28,
#tx29,
#tx30,
#tx31,
#tx32,
#tx33,
#tx34,
#tx35,
#tx36,
#tx37,
#tx38,
#tx39,
#tx40,
#tx41,
#tx42,
#tx43,
#tx44,
#tx45,
#tx46,
#tx47,
#tx48,
#tx49,
#tx50,
#tx51,
#tx52,
#txNoExist,
#key_harmony {
	display: none;
	text-align: left;
	padding: 20px;
	overflow: auto;
	font-size: 17px;
	line-height: 23px;
}

#status_bar {
	position: absolute;
	top: 153px;
}

#doneButton {
	margin-top: 0px;
	color: #d2d2d2;
}

input {
	height: 33px;
	font-size: 17px;
	padding: 0px 10px;
}

.name-detail {
	margin-bottom: 5px;
}
