@charset "utf-8";

.red_counter {
	font-size:10px;
	font-weight:bold;
	color:white;
	background-color:red;
	padding:2px;
	border-radius:5px;
	border:1px solid white; }


BODY {
	padding:50px;
}

td.money { text-align:right; font-variant: tabular-nums; }