/* ====== Column widths ====== */
/* Microsoft classes tables, first column width */
.mstable td.column-1 {
	width: 45%;
}

/* ====== Business Intelligence ====== */
/* --- BusinessIntelligence --- */
.ms-BusinessIntelligence tfoot th,
.ms-BusinessIntelligence thead th {
	background-color: #00a4ef;
	color: #ffffff;
}

.ms-BusinessIntelligence .odd td {
	background-color: #eeeeee;
}

/* ====== General ====== */
.tablepress .row-hover tr:hover td {
	background-color: #e5e5e5;
}

.tablepress tfoot th div,
.tablepress thead th div {
	font-weight: bold;
	color: #FFFFFF;
}

.tablepress tbody td,
.tablepress tfoot th,
.tablepress thead th {
	border-top: none;
	border-right: 1px solid #999999;
	text-align: center;
	vertical-align: middle;
}

.tablepress tbody td.column-1,
.tablepress tfoot th.column-1,
.tablepress thead th.column-1 {
	text-align: left;
}