@charset "UTF-8";
.closing_box {
	padding-bottom: 2em;
}
.closing_box p {
	margin: 0 !important;
	padding: 0 0 1em 0;
}
.closing_box table {
	border-bottom: 1px solid #CCC;
	border-collapse: collapse;
	display: block;
	margin: 1.5em 1.5em 2.5em;
}
.closing_box table tr th, .closing_box table tr td {
	border-left: 1px solid lightgray;
	border-top: 1px solid lightgray;
	padding: 0;
	text-align: center;
}
.closing_box table tr th {
	background-color: #DFEFFF;
	width: 250px;
}
.closing_box table tr td {
	vertical-align: middle;
}
.closing_box table tr th:last-child, .closing_box table tr td:last-child {
	border-right: 1px solid lightgray;
}
.closing_box table tr th span, .closing_box table tr td span {
	color: red;
}
.closing_box table tr th span span, .closing_box table tr td span span {
	font-size: 0.75em;
}
.closing_box .holiday {
	background: #FDE;
}
.closing_box .subheading {
	padding-left: 1em;
	padding-top: 1em;
}
.closing_box .description {
	padding-left: 2em;
}