/*mod_table_simple.css*/
@import "mod_table_base.css";

.simpleTable {
	border : none;
	margin-bottom : 1em;
	background : transparent;
}

.simpleTable th,
.simpleTable td {
	border : none;
	background : transparent;
	padding : 0.2em 4em 0.2em 0;
	font-weight : normal;
	text-align : left;
	vertical-align : top;
}