.general .body {
	padding: 0 1em;
}
.general .button {
	padding: 2px 15px;
	cursor: pointer;
}
.general .buttons {
	margin: 12px 0 8px 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.general .buttons .button {
	float: right;
}
.general .scoreTable {
	border: 2px solid #453501;
	border-collapse: none;
	background: #F5F2E8;
	color: #0A0D17;
	font-size: 15px;
	width: 100%;
}
.general .scoreTable td {
	padding: 2px 8px;
	border: 1px solid #79600d;
}
.general #r_2k, .general #r_sum {
	border-top: 2px solid #453501;
}
.general .row-comb {
	text-align: left;
	width: 66%;
}
.general .tmpscore, .general .score {
	width: 34%;
	text-align: right;
}
.general .tmpscore {
	font-size: 13px;
	cursor: pointer;
	color: #79600d;
}
.general .score {
	font-weight: bold;
	cursor: normal;
}
.general .total {
	font-weight: bold;
}
.general .actions {
	margin: 12px auto;
	text-align: center;
}
.general .roll-button {
	margin: 12px auto;
}
.general .roll-button:disabled {
	cursor: not-allowed;
}
.general .bubble {
	display: none;
}
.general .bubble {
	box-sizing: border-box;
	background: #F5F2E8;
	color: #0A0D17;
	border-radius: 0.25rem;
	padding: 1rem;
	position: relative;
	margin-top: 1.5rem;
}
.general .bubble::before {
	content: '';
	position: absolute;
	background: inherit;
	height: 1.5rem;
	width: calc(1.5rem / 2 * 3);
	bottom: calc(100% - 2px);
	left: calc(50% - (1.5rem / 2 * 3) / 2);
	clip-path: polygon(12.5% 100%, 50% 0, 87.5% 100%)
}
.general .die {
	margin: 0 4px;
	cursor: pointer;
}
.general .rules {
	margin: 30px 0;
}
.general .rules h2 {
	margin-top: 1.7em;
	line-height: 2em;
	font-size: 130%;
	font-weight: normal;
}
.general .rules p {
	margin-bottom: 1em;
}
.general .rules ul {
	list-style: inside disc;
	counter-reset: my-counter;

}
@media(min-width: 768px) {
	.general .game {
		display: grid;
		grid-template-columns: 1fr 1fr;
		background: url('/general/img/board.gif') #bca67c;
		padding: 1.2em;
	}

	.general .actions {
		padding-left: 1.2em;
	}

	.general .bubble {
		background-color: #fff;
		color: #222;
	}
}
