
.main-body{
	padding:20px 40px 40px;
}

@media screen and (max-width:800px) {
	.main-body{
		padding:0 20px 20px;
	}
}


.main-body table{
	max-width:100%;
}


.main-body table.table{
	width:100%;
	border-collapse:separate;
	border-spacing:0;
	border-style:solid;
	border-color:#ddd;
	border-width:0 1px 1px 0;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.main-body table.table th,
.main-body table.table td{
	padding:15px 10px;
	border-style:solid;
	border-color:#ddd;
	border-width:1px 0 0 1px;
}


.main-body table.table thead:first-child tr:first-child th:first-child,
.main-body table.table thead:first-child tr:first-child td:first-child,
.main-body table.table tbody:first-child tr:first-child th:first-child,
.main-body table.table tbody:first-child tr:first-child td:first-child{
	-webkit-border-radius:3px 0 0 0;
	-moz-border-radius:3px 0 0 0;
	border-radius:3px 0 0 0;
}

.main-body table.table thead:first-child tr:first-child th:last-child,
.main-body table.table thead:first-child tr:first-child td:last-child,
.main-body table.table tbody:first-child tr:first-child th:last-child,
.main-body table.table tbody:first-child tr:first-child td:last-child{
	-webkit-border-radius:0 3px 0 0;
	-moz-border-radius:0 3px 0 0;
	border-radius:0 3px 0 0;
}

.main-body table.table thead:last-child tr:last-child th:first-child,
.main-body table.table thead:last-child tr:last-child td:first-child,
.main-body table.table tbody:last-child tr:last-child th:first-child,
.main-body table.table tbody:last-child tr:last-child td:first-child{
	-webkit-border-radius:0 0 0 3px;
	-moz-border-radius:0 0 0 3px;
	border-radius:0 0 0 3px;
}

.main-body table.table thead:last-child tr:last-child th:last-child,
.main-body table.table thead:last-child tr:last-child td:last-child,
.main-body table.table tbody:last-child tr:last-child th:last-child,
.main-body table.table tbody:last-child tr:last-child td:last-child{
	-webkit-border-radius:0 0 3px 0;
	-moz-border-radius:0 0 3px 0;
	border-radius:0 0 3px 0;
}


.main-body table.table table{
	width:auto;
	border:0;
}

.main-body table.table table th,
.main-body table.table table td{
	padding:5px 0;
	border:0;
}


.main-body table.table.blue tbody th{
	color:#fff;
	background-color:#6490BF;
	border-color:#5E88B4;
}
.main-body table.table.blue tfoot th{
	color:#fff;
	background-color:#3F6A96;
}

.main-body table.table.yellow tbody th{
	color:#fff;
	background-color:#C8B453;
	border-color:#BCA94E;
}
.main-body table.table.yellow tfoot th{
	color:#fff;
	background-color:#B19433;
}

.main-body table.table.green tbody th{
	color:#fff;
	background-color:#9AB35E;
	border-color:#91A858;
}
.main-body table.table.green tfoot th{
	color:#fff;
	background-color:#6C8D31;
}

.main-body table.table.purple tbody th{
	color:#fff;
	background-color:#977AB0;
}
.main-body table.table.purple tfoot th{
	color:#fff;
	background-color:#6D4D89;
}

.main-body table.table.red tbody th{
	color:#fff;
	background-color:#D27C7C;
}
.main-body table.table.red tfoot th{
	color:#fff;
	background-color:#B35252;
}


@media screen and (max-width:480px) {
	.main-body{
		font-size:90%;
	}
}