.body {
	max-width: 660px;
	margin: 0 auto;
	padding: 0 10px;
}
.mahjong {
	margin: 2em auto;
	width: 550px;
}
.buttons {
	margin-bottom: .4em;
}
.board {
	user-select: none;
	user-drag: none;
	position: relative;
	height: 385px;
	width: 550px;
	background-image: url(/mahjong/board.gif);
}

.tile {
	position: absolute;
	width: 38px;
	height: 46px;
	background-image: url(/mahjong/set1/tile.gif);
}

.tile img {
	padding-left: 1px;
	padding-top: 1px;
}

.results {
	max-width: 550px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1em;
}

.results span {
	font-weight: bold;
}

.message {
	position: absolute;
	top: 150px;
	z-index: 9999;
}
#thup {
	left: 250px;
}
#gameOver {
	left: 190px;
}
.rules {
	margin-bottom: 3em;
}
.rules p {
	margin-bottom: 1em;
}
h2 {
	line-height: 2em;
	font-size: 130%;
	font-weight: normal;
}
