#monitoringWrapper {
	overflow: hidden;
	position: relative;
}

#monitoringWrapper select {
	
}

#monitoringWrapper .monitoringCellGraph select {
	height: 18px;
	font-size: 11px;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	line-height: 10px;
}

#presetWrapper {
	justify-content: space-between;
}

#presetLabel {
	line-height: 40px;
	margin-right: 10px;
}

.monitoringCol {
	width: calc(25% - 6.25px);
	background: rgba(255, 255, 255, 0.5);
	height: calc(100% - 60px);
	margin: 0 0 5px 5px;
	position: relative;
}

.monitoringCell {
	background: rgba(255, 255, 255, 0.5);
	margin: 3px;
	padding: 5px;
	margin-bottom: 10px;
}

.monitoringCellNumbers {
	position: relative;
	margin: 10px 0 5px 0;
}

.monitoringperiod1,
.monitoringperiod2,
.monitoringperiod3 {
	width: 33%;
	float: left;
	text-align: center;
}

.monitoringPeriodLabel {
	font-size: 10px;
	color: var(--main-color);
}

.monitoringPeriodValue {
	font-size: 20px;
}

.monitoringCellGraph {
	background: #fff;
	border: 1px solid var(--border-color-light);
	position: relative;
}

#managePresetsContainer {
	max-width: 800px;
}

@media only screen and (max-width: 1300px) {



}

@media only screen and (max-width: 600px) {



}

@media only screen and (max-width: 480px) {



}

@media only screen and (max-height: 480px) {



}