/* Borderless Table */
.blt table {
	border: 0px solid #ffffff;
	background-color: rgba(0, 0, 0, 0);
}
.blt table > thead > tr > th,
.blt table > tbody > tr > th,
.blt table > tfoot > tr > th,
.blt table > thead > tr > td,
.blt table > tbody > tr > td,
.blt table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
}
.blt table > thead > tr > th,
.blt table > tbody > tr > th,
.blt table > tfoot > tr > th,
.blt table > thead > tr > td,
.blt table > tbody > tr > td,
.blt table > tfoot > tr > td {
  border: 0px solid #ffffff;
}
/* Borderless Table */

/* Borderless Table 80% */
.blt80 table {
	width: 80%;
	border: 0px solid #ffffff;
	margin-bottom: 20px;
}
.blt80 table > thead > tr > th,
.blt80 table > tbody > tr > th,
.blt80 table > tfoot > tr > th,
.blt80 table > thead > tr > td,
.blt80 table > tbody > tr > td,
.blt80 table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
}
.blt80 table > thead > tr > th,
.blt80 table > tbody > tr > th,
.blt80 table > tfoot > tr > th,
.blt80 table > thead > tr > td,
.blt80 table > tbody > tr > td,
.blt80 table > tfoot > tr > td {
  border: 0px solid #ffffff;
}
/* Borderless Table 80% */

/* Borderless Table 60% */
.blt60 table {
	width: 60%;
	border: 0px solid #ffffff;
	margin-bottom: 20px;
}
.blt60 table > thead > tr > th,
.blt60 table > tbody > tr > th,
.blt60 table > tfoot > tr > th,
.blt60 table > thead > tr > td,
.blt60 table > tbody > tr > td,
.blt60 table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
}
.blt60 table > thead > tr > th,
.blt60 table > tbody > tr > th,
.blt60 table > tfoot > tr > th,
.blt60 table > thead > tr > td,
.blt60 table > tbody > tr > td,
.blt60 table > tfoot > tr > td {
  border: 0px solid #ffffff;
}
/* Borderless Table 60% */

.site-info {
  display: none;
}
