
.stripeMe table {
	border-collapse: collapse;
	width: 100%;
	margin: 24px;
	font-size: 1.1em;
}

.stripeMe th {
	background: #C4DF9B;
	color: #2E3192;
	font-weight: bold;
	padding: 2px 11px;
	text-align: left;
	/*border-bottom:1px solid #00A651;*/
	/*border-right: 1px solid #fff;*/
	line-height: 2;
}

.stripeMe td {
	padding: 6px 11px;
	border-bottom: 1px solid #C4DF9B;
	vertical-align: top;
}

.stripeMe td * {
	/*padding: 6px 11px;*/
}

.stripeMe tr.alt td {
	background: #F5FFCC;
}

.stripeMe tr.over td {
	/*background: #bcd4ec;*/
	background: #FFF799;
}

.nothing table {
	border-collapse: collapse;
	width: 50%;
	margin: 24px;
	font-size: 1.1em;
}

.nothing th {
	background: #3e83c9;
	color: #fff;
	font-weight: bold;
	padding: 2px 11px;
	text-align: left;
	border-right: 1px solid #fff;
	line-height: 1.2;
}

.nothing td {
	padding: 6px 11px;
	border-bottom: 1px solid #C4DF9B;
	vertical-align: top;
}

