.reports-body {
	margin: 20px 0;
}

.reports-table {
	margin: 0px;
	padding: 0px;
	box-shadow: 5px 5px 5px #c1c1c1;
	border: 1px solid #000000;

	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;

	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;

	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;

	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
}
.reports-table {
	border-collapse: collapse;
	border-spacing: 0;
	width: auto;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
.reports-table tr:last-child td:last-child {
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.reports-table table tr:first-child td:first-child {
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
}
.reports-table table tr:first-child td:last-child {
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
}
.reports-table tr:last-child td:first-child {
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.reports-table thead tr:nth-child(odd) {
	background: #a5c3ff;
}
.reports-table thead th {
	font-weight: 700;
}
.reports-table tr:nth-child(even) {
	background-color: #a5c3ff;
}
.reports-table tr:nth-child(odd) {
	background-color: #ffffff;
}
.reports-table td, .reports-table th {
	vertical-align: middle;

	border: 1px solid #000000;
	border-width: 0px 1px 1px 0px;
	text-align: center;
	padding: 7px 15px;
	font-size: 14px;
	font-family: Arial;
	font-weight: normal;
	color: #000000;
}
.reports-table tr:last-child td {
	border-width: 0px 1px 0px 0px;
}
.reports-table tr td:last-child {
	border-width: 0px 0px 1px 0px;
}
.reports-table tr:last-child td:last-child {
	border-width: 0px 0px 0px 0px;
}

.reports-table tr:first-child td:first-child {
	border-width: 0px 0px 1px 0px;
}
.reports-table tr:first-child td:last-child {
	border-width: 0px 0px 1px 1px;
}
