table.ars {
	font-size: 13px;
}

table.ars td {
	border-left: solid 1px;
	text-align: center;
}

table.ars td.right {
	border-right: solid 1px;
}

table.ars tr.top td {
	border-top: solid 1px;
}

table.ars tr.bottom td {
	border-bottom: solid 1px;
}

table.ars tr.title {
	background: orange;
}

table.ars td.title {
	font-size: 15px;
	font-weight: bold;
	border-top: solid 1px;
}

table.ars tr.column-header {
	background: yellow;
}

table.ars td.column-header {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	border-top: solid 1px;
}

