<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.scada_els{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	gap:30px;
}

.scada_el{
	color:#fff;
	font-size:20px;
	width:calc(33.33% - 20px);
	text-align:center;
	min-height:50px;
	padding:5px 10px;
	display:flex;
	align-items:center;
	justify-content:center;
}

@media (min-width:480px) and (max-width:959px){
	.scada_el{
		width:calc(50% - 15px);
	}
}

@media (min-width:0px) and (max-width:479px){
	.scada_el{
		width:100%;
	}
}</pre></body></html>