.content-div .content-div hr {
	margin-top: .5em;
	margin-bottom: 1em;
	height: 1px;
	border-top: 1px solid #d3d3d3
}

.content-div .container-fluid {
	padding: 0
}

.content-div table {
	border-radius: 3px;
	background-color: #fff
}

.content-div th {
	background-color: #399;
	color: #fff;
	font-weight: 700
}

.content-div .table-summary td {
	height: 55px
}

.content-div .table tbody > tr > td.vert-align {
	vertical-align: middle
}

.content-div td, th {
	text-align: center
}

.content-div table {
	border-radius: 3px;
	background-color: #fff
}

.content-div th {
	background-color: #399;
	color: #fff;
	font-weight: 700
}

.content-div td {
	border-color: #f9f9f9
}

.content-div .table thead > tr > th.vert-align {
	vertical-align: middle
}

.content-div td, th {
	text-align: center
}

.content-div canvas {
	height: 400px !important;
	width: 100% !important;
	margin-bottom: 30px
}

.content-div .legend {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 10px
}

.content-div .legend-item {
	margin: 0 auto;
	margin-left: 0
}

.content-div .legend-item-box {
	margin: 0;
	width: 10em;
	white-space: nowrap;
	display: -ms-flexbox;
	display: flex
}

.content-div label span.legend-text {
	margin: 0;
	font-size: 12px;
	margin-left: 20px;
	color: #333
}

.content-div input.check {
	display: none
}

.content-div label.check {
	cursor: pointer;
	position: relative;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	background: #399;
	transition: all .3s ease-in-out;
	font-size: 9pt;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	border-radius: 2px
}

.content-div label .fas {
	position: absolute;
	top: -7px;
	left: 1px;
	opacity: 0;
	-webkit-transform: scale(0);
	transition: all .3s ease-in-out;
	line-height: 30px
}

.content-div input:checked + label {
	background: #399
}

.content-div input:checked + label .fas {
	opacity: 1;
	-webkit-transform: scale(1)
}

.content-div label img {
	margin-left: 0;
	margin-bottom: 2px
}

#soi-monthly-graph {
	height: 400px;
	clear: both;
}

#soi-monthly-range-wrapper {
	margin-bottom: 15px;
}
