.content {
	padding-bottom: 50px;
}
.content > .inner > .inner-content > .tbls {

}
.content > .inner > .inner-content > .tbls > table {
	border: 1px solid #d1cfcf;
	font-weight: lighter;
	color: #333333;
}
.content > .inner > .inner-content > .tbls > table > tbody {

}
.content > .inner > .inner-content > .tbls > table > tbody > tr {
	height: 64px;
	border-bottom: 1px solid #d1cfcf;
	font-size: 1em;
	cursor: pointer;
} 
.content > .inner > .inner-content > .tbls > table > tbody > tr.hides {
	height: 140px;
	background: #ececec;
	line-height: 34px;
	display: none;
}
.content > .inner > .inner-content > .tbls > table > tbody > tr:nth-child(1) {
	height: 84px;
	background: #ececec;
	text-align: center;
	font-size: 1.5em;
}
.content > .inner > .inner-content > .tbls > table > tbody > tr:nth-child(2) {
	height: 40px;
	background: #ececec;
}
.content > .inner > .inner-content > .tbls > table > tbody > tr > td.spec {
	border-left: 1px solid #d1cfcf;
	border-right: 1px solid #d1cfcf;
}
.content > .inner > .inner-content > .tbls > table > tbody > tr > td {

}
.content > .inner > .inner-content > .tbls > table > tbody > tr > td:nth-child(1) {
	width: 570px;
	padding-left: 25px;
}
.content > .inner > .inner-content > .tbls > table > tbody > tr > td:nth-child(2) {
	width: 319px;
	text-align: center;
}
.content > .inner > .inner-content > .tbls > table > tbody > tr > td:nth-child(3) {
	width: 319px;
	text-align: center;
}
.content > .inner > .inner-content > .tbls > .lucky {
	font-weight: lighter;
	color: #333333;
	padding-top: 50px;
}
.content > .inner > .inner-content > .tbls > .lucky > .title {
	font-size: 1.875em;
}
.content > .inner > .inner-content > .tbls > .lucky > .details {
	font-size: 1.5em;
	line-height: 50px;
}
.content > .inner > .inner-content > .tbls > .lucky > .contact {
	font-size: 1.875em;
	line-height: 65px;
	padding-top: 30px;
}