body{ margin:0px; padding:0px}

.table1 {
  background: white;
  border-collapse: collapse;
  margin: 1.25em 0 0;
width: 100%;
}

.table1 tr,
.table1 th,
.table1 td {
  border: none;
  border-bottom: 1px solid #e4ebeb;
  font-size: .875rem;
}

.table1 th{
  padding: 12px 12px;
  text-align: left;
}



.table1 td {
  padding: 24px 24px;
  text-align: left;
}
.table1 th {
  background: #56a2cf;
  color: #ffffff;
  text-transform: uppercase;
}

.table1 tr td {
  background: #eaf3f5;
  color: #999999;
}

.table1 tr:nth-of-type(2n+2) td {
  background: #ffffff;
}

.table1.bt tfoot th,
.table1.bt tfoot td,
.table1.bt tbody td {
  font-size: .8125rem;
  padding: 0;
}

.table1.bt tfoot th:before,
.table1.bt tfoot td:before,
.table1.bt tbody td:before {
  background: #56a2cf;
  color: white;
  margin-right: 10px;
  padding: 2px 10px;
}

.table1.bt tfoot th .bt-content,
.table1.bt tfoot td .bt-content,
.table1.bt tbody td .bt-content {
  display: inline-block;
  padding: 2px 5px;
}

.table1.bt tfoot th:first-of-type:before,
.table1.bt tfoot th:first-of-type .bt-content,
.table1.bt tfoot td:first-of-type:before,
.table1.bt tfoot td:first-of-type .bt-content,
.table1.bt tbody td:first-of-type:before,
.table1.bt tbody td:first-of-type .bt-content {
  padding-top: 10px;
}

.table1.bt tfoot th:last-of-type:before,
.table1.bt tfoot th:last-of-type .bt-content,
.table1.bt tfoot td:last-of-type:before,
.table1.bt tfoot td:last-of-type .bt-content,
.table1.bt tbody td:last-of-type:before,
.table1.bt tbody td:last-of-type .bt-content {
  padding-bottom: 10px;
}

.slimtable-paging-div {
	margin-top:28px;
	display: inline-block;
	width: 100%;
}

.slimtable-paging-btnsdiv {
	display: inline-block;
	float: right;
	margin-right: 10px;
}

.slimtable-page-btn {
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 5px;
	border: 1px solid #56a2cf;
	text-align: center;
	font-weight: bold;
	margin-right: 5px;
	cursor: pointer;
	margin-right: 10px;
	color:#56a2cf
}

.slimtable-page-btn.active {
	background-color: #56a2cf;
	color:#fff
}
