html,body,h1,h2,h3,h4,h5,h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "Arimo", cursive;
}

.other-color {
	margin-bottom: 0px;
	color: white;
	background: #337ab7;
}

.light-color {
	background: #ebf3f9;
}

.Stage {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.Bottom {
	margin-right: auto;
	margin-left: auto;
}
.Top {
	margin-right: auto;
	margin-left: auto;
}
.inlineClass {
	display: inline;
}

.Container {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.BoxStyle {
	float: left;
	background: #f6f6f6;
	border-width: 0.5;
	border-style: solid;
	border-color: #9e9e9e;
}

.FireStyle {
	float: left;
	background: #d8065f;
	border-width: 0.5;
	border-style: solid;
	border-color: #bf0101;
}

.EmptyButtonStyle {
	float: left;
	border-width: 0;
}

.ButtonStyle {
	float: left;
	background: #1892ae;
	border-width: 0;
}
.ScoreStyle {
	float: left;
}
.WaitText {
	font-family: "Arimo";
	color: #bd0303;
}

.GoText {
	font-family: "Arimo";

	color: #20c100;
}

.vertical_center {
	display: flex; /*弹性容器通过设置 display 属性的值为 flex 或 inline-flex将其定义为弹性容器。 */
	align-items: center;
}

.Go {
	float: left;
	background: #53f224;
	border-width: 0.5;
	border-style: solid;
	border-color: #9e9e9e;
}

.NoGo {
	float: left;
	background: #2f5722;
	border-width: 0.5;
	border-style: solid;
	border-color: #9e9e9e;
}

.Stop {
	float: left;
	background: #ff4e23;
	border-width: 0.5;
	border-style: solid;
	border-color: #9e9e9e;
}

.NoStop {
	float: left;
	background: #582d23;
	border-width: 0.5;
	border-style: solid;
	border-color: #9e9e9e;
}
