/* Export Table */
.bootstrap-table .table {
	background-color: rgba(233, 234, 233, 0.8);
}

.csv-boot-table {
	border: 1px solid #dddddd;
}

/* CSV Table Classes */
TABLE.CSVTable {
	border-collapse: collapse;
	width: 100%;
	background-color: rgba(233, 234, 233, 0.8);
}

/* Header */
TABLE.CSVTable THEAD TR {
	/* background: #E8EDFF; */
}

TABLE.CSVTable TH {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 1.2em;
}

/* Table Cells */
TABLE.CSVTable TD, TABLE.CSVTable TH {
	padding: 8px;
	text-align: center;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid transparent;
}

/* Default background color for rows */
TABLE.CSVTable TR {
	/* background: #F0F0F0; */
}

/* Background color for odd rows */
TABLE.CSVTable TR.odd {
	/* background: #F9F9F9; */
}

/* Hover color for all rows */
TABLE.CSVTable TR:hover {
	/* background: #E8EDFF; */
}

/* Source code */
.source {
	background-color: rgba(233, 234, 233, 0.8);
	/*border: 1px solid #999999;*/
}
