/* Bengin xsmb xsmt */
.result-board {
	display: table;
	width: 100%;
	color: #000;
	text-align: center;
	position: relative;
	border-top: solid 1px #e0e0e0
}

.prize-name {
	width: 10%;
	display: table-cell;
	vertical-align: top
}

	.prize-name > div:nth-of-type(2n) {
		background-color: #f9f9f9
	}

	.prize-name > div {
		border-bottom: solid 0.5px #e0e0e0;
		height: 40px;
		line-height: 40px
	}

	.prize-name .prize-text {
		height: 32px;
		line-height: 32px
	}

	.prize-name .prize-six {
		height: 120px;
		line-height: 120px
	}

	.prize-name .prize-four {
		height: 280px;
		line-height: 280px
	}

	.prize-name .prize-three {
		height: 80px;
		line-height: 80px
	}

.table-result {
	display: table-cell;
	border-left: solid 0.5px #e0e0e0;
	font-size: 26px;
	font-weight: bold
}

	.table-result:first-child {
		border-left: 0
	}

	.table-result .prize-special {
		font-size: 32px;
		font-weight: bold;
		color: #f40819
	}

	.table-result .prize-eight {
		font-size: 36px;
		font-weight: bold;
		color: #f40819
	}

	.table-result > div:nth-of-type(2n) {
		background-color: #f9f9f9
	}

	.table-result > div {
		border-bottom: solid 0.5px #e0e0e0;
		line-height: 40px;
		height: 40px
	}

	.table-result .number:hover {
		background: papayawhip;
	}

	.table-result .name-city {
		height: 32px;
		overflow: hidden;
		line-height: 32px;
		font-size: 14px;
		font-weight: normal
	}

.name-city a {
	text-decoration: underline;
	color: #0800bc
}

.table-result .prize-six {
	height: 120px
}

.table-result .prize-four {
	height: 280px
}

.table-result .prize-three {
	height: 80px
}

.table-result.column4 .prize-special {
	font-size: 28px;
}

.table-result.column4 {
	font-size: 28px;
	font-weight: bold;
}

@media only screen and (max-width:800px) {
	.table-result {
		font-size: 24px
	}

		.table-result .prize-eight {
			font-size: 32px
		}

		.table-result .prize-special {
			font-size: 26px
		}

		.table-result .prize-eight {
			font-size: 32px
		}

		.table-result.column4 .prize-special {
			font-size: 20px
		}

		.table-result.column4 {
			font-size: 22px
		}

			.table-result.column4 .prize-eight {
				font-size: 28px
			}

	.column4 .header-lotto div {
		font-size: 13px
	}

	.column4 .name-city {
		font-size: 13px
	}

	.column4 .table-result .prize-special {
		font-size: 20px
	}

	.column4 .table-result {
		font-size: 20px
	}

		.column4 .table-result .prize-eight {
			font-size: 22px
		}

		.column4 .table-result .prize-city {
			font-size: 12px
		}
}
/* End xsmb xsmt */

/* Bengin table-xscity */
.xsmn-city-name {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border-top: solid 1px #e0e0e0;
	float: left;
	width: 100%;
	padding: 8px 0;
}

	.xsmn-city-name a {
		color: #0800bc;
	}

.table-xscity {
	display: table;
	width: 100%;
	color: #000;
	text-align: center;
	position: relative;
	border-top: solid 1px #e0e0e0
}

	.table-xscity div {
		display: table-row;
		border-bottom: solid 0.5px #e0e0e0
	}

	.table-xscity > div:nth-of-type(2n) {
		background-color: #f9f9f9
	}

	.table-xscity .prize {
		width: 10%;
		display: table-cell;
		vertical-align: middle
	}

	.table-xscity .number {
		width: 90%;
		border-left: solid 0.5px #e0e0e0;
		display: table-cell;
		font-size: 32px;
		font-weight: bold
	}

		.table-xscity .number span {
			display: inline-block
		}

	.table-xscity .prize-seven span {
		width: 100%;
	}

	.table-xscity .prize-eight span {
		width: 100%;
		color: #f40819
	}

	.table-xscity .prize-six span {
		width: 31.33%
	}

	.table-xscity .prize-five span {
		width: 100%;
	}

	.table-xscity .prize-four span {
		width: 31.33%
	}

	.table-xscity .prize-three span {
		width: 48%
	}

	.table-xscity .prize-two span {
		width: 100%
	}

	.table-xscity .prize-one span {
		width: 100%
	}

	.table-xscity .prize-special span {
		width: 100%;
		font-size: 40px;
		color: #f40819
	}

@media only screen and (max-width:800px) {
	.table-xscity .number {
		font-size: 24px
	}

	.table-xscity .prize-special span {
		font-size: 32px;
	}

	.table-xscity .prize-seven span {
		font-size: 28px
	}
}
/* End table-xscity */

