<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.calculators-list .calc{
	max-width:300px;
	max-height:300px;
	
	width:300px;
	height:300px;
	
	display: inline-block;
	
	padding:10px;
	
	border:1px solid #ccc;
	border-radius:5px;
	
	margin:5px;
}

.calculators-list .calc .description{
	font-size: 12px !important;
	height:80%;
}

.calculators-list .calc .links{
	font-size: 11px !important;
	position: relative;
	bottom:10px;
}</pre></body></html>