@charset "utf-8";
/* CSS Document */

/* applying additional styles to the tables with header row and column */

table th[scope="row"] {
	text-align:left;
	padding-left:20px;
}

table.sm-row-height td {
padding: 7px 10px 7px 10px;
}	