<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Start:/structure/insts/idodv/units/podgotov/exam/style.css?1737556135345*/
	.cards {
		display: flex;
		align-items: stretch;
		text-align: center;
	}

	.card {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.card h4 {
		color: #0057a3;
		font-weight: 600;
	}

	dialog .dialog-content {
		max-height: 800px;
	}

	@media (max-width: 768px) {
		.cards {
			flex-direction: column;
		}
	}
/* End */
/* /structure/insts/idodv/units/podgotov/exam/style.css?1737556135345 */
</pre></body></html>