@charset "UTF-8";

body,
h1,
h2,
h3 {
	font-family: 微软雅黑, 楷体, 宋体;
}

.bg-blue {
	background: #39f;
}

.text-red {
	color: #ff6347;
}

.pause-time-1 {
	background-color: #dd9d27;
}

.pause-time-2 {
	background-color: #e77a30;
}

.pause-time-3 {
	background-color: #df2a0a;
}

.history-record {
	padding-left: 15px;
	padding-right: 15px;
}

#history {
	border: 1px solid #999;
	border-radius: 5px;
	box-shadow: 2px 2px 5px 1px #eee inset, -2px -2px 5px 1px #eee inset;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
#history p {
	width: 450px;
	line-height: 40px;
	margin: 0px;
}
