.specs-table .empowerTablesName,  .specs-table .empowerTablesDate{
	display:none;
}

.specs-table {
	margin-bottom:25px;
	font-size:.9em;
}

.specs-table table {
  width: 100%;
  max-width: 100%;
}
.specs-table table > thead > tr > th,
.specs-table table > tbody > tr > th,
.specs-table table > tfoot > tr > th,
.specs-table table > thead > tr > td,
.specs-table table > tbody > tr > td,
.specs-table table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.specs-table table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
  color:#FFF;
  background:#E53F34;
  font-weight:normal;
  text-transform:uppercase;
}
.specs-table table > caption + thead > tr:first-child > th,
.specs-table table > colgroup + thead > tr:first-child > th,
.specs-table table > thead:first-child > tr:first-child > th,
.specs-table table > caption + thead > tr:first-child > td,
.specs-table table > colgroup + thead > tr:first-child > td,
.specs-table table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.specs-table table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.specs-table.table-condensed table > thead > tr > th,
.specs-table.table-condensed table > tbody > tr > th,
.specs-table.table-condensed table > tfoot > tr > th,
.specs-table.table-condensed table > thead > tr > td,
.specs-table.table-condensed table > tbody > tr > td,
.specs-table.table-condensed table > tfoot > tr > td {
  padding: 5px;
}
.specs-table.table-bordered table{
  border: 1px solid #ddd;
}
.specs-table.table-bordered table > thead > tr > th,
.specs-table.table-bordered table > tbody > tr > th,
.specs-table.table-bordered table > tfoot > tr > th,
.specs-table.table-bordered table > thead > tr > td,
.specs-table.table-bordered table > tbody > tr > td,
.specs-table.table-bordered table > tfoot > tr > td {
  border: 1px solid #ddd;
}
.specs-table.table-bordered table > thead > tr > th,
.specs-table.table-bordered table > thead > tr > td {
  border-bottom-width: 2px;
}
.specs-table.table-striped table > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.specs-table.table-hover table > tbody > tr:hover {
  background-color: #f5f5f5;
}
.specs-table table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
.specs-table table td[class*="col-"],
.specs-table table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.specs-table table > thead > tr > td.active,
.specs-table table > tbody > tr > td.active,
.specs-table table > tfoot > tr > td.active,
.specs-table table > thead > tr > th.active,
.specs-table table > tbody > tr > th.active,
.specs-table table > tfoot > tr > th.active,
.specs-table table > thead > tr.active > td,
.specs-table table > tbody > tr.active > td,
.specs-table table > tfoot > tr.active > td,
.specs-table table > thead > tr.active > th,
.specs-table table > tbody > tr.active > th,
.specs-table table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.specs-table.table-hover table > tbody > tr > td.active:hover,
.specs-table.table-hover table > tbody > tr > th.active:hover,
.specs-table.table-hover table > tbody > tr.active:hover > td,
.specs-table.table-hover table > tbody > tr:hover > .active,
.specs-table.table-hover table > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.specs-table table > thead > tr > td.success,
.specs-table table > tbody > tr > td.success,
.specs-table table > tfoot > tr > td.success,
.specs-table table > thead > tr > th.success,
.specs-table table > tbody > tr > th.success,
.specs-table table > tfoot > tr > th.success,
.specs-table table > thead > tr.success > td,
.specs-table table > tbody > tr.success > td,
.specs-table table > tfoot > tr.success > td,
.specs-table table > thead > tr.success > th,
.specs-table table > tbody > tr.success > th,
.specs-table table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.specs-table.table-hover table > tbody > tr > td.success:hover,
.specs-table.table-hover table > tbody > tr > th.success:hover,
.specs-table.table-hover table > tbody > tr.success:hover > td,
.specs-table.table-hover table > tbody > tr:hover > .success,
.specs-table.table-hover table > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.specs-table table > thead > tr > td.info,
.specs-table table > tbody > tr > td.info,
.specs-table table > tfoot > tr > td.info,
.specs-table table > thead > tr > th.info,
.specs-table table > tbody > tr > th.info,
.specs-table table > tfoot > tr > th.info,
.specs-table table > thead > tr.info > td,
.specs-table table > tbody > tr.info > td,
.specs-table table > tfoot > tr.info > td,
.specs-table table > thead > tr.info > th,
.specs-table table > tbody > tr.info > th,
.specs-table table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.specs-table.table-hover table > tbody > tr > td.info:hover,
.specs-table.table-hover table > tbody > tr > th.info:hover,
.specs-table.table-hover table > tbody > tr.info:hover > td,
.specs-table.table-hover table > tbody > tr:hover > .info,
.specs-table.table-hover table > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.specs-table table > thead > tr > td.warning,
.specs-table table > tbody > tr > td.warning,
.specs-table table > tfoot > tr > td.warning,
.specs-table table > thead > tr > th.warning,
.specs-table table > tbody > tr > th.warning,
.specs-table table > tfoot > tr > th.warning,
.specs-table table > thead > tr.warning > td,
.specs-table table > tbody > tr.warning > td,
.specs-table table > tfoot > tr.warning > td,
.specs-table table > thead > tr.warning > th,
.specs-table table > tbody > tr.warning > th,
.specs-table table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.specs-table.table-hover table > tbody > tr > td.warning:hover,
.specs-table.table-hover table > tbody > tr > th.warning:hover,
.specs-table.table-hover table > tbody > tr.warning:hover > td,
.specs-table.table-hover table > tbody > tr:hover > .warning,
.specs-table.table-hover table > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.specs-table table > thead > tr > td.danger,
.specs-table table > tbody > tr > td.danger,
.specs-table table > tfoot > tr > td.danger,
.specs-table table > thead > tr > th.danger,
.specs-table table > tbody > tr > th.danger,
.specs-table table > tfoot > tr > th.danger,
.specs-table table > thead > tr.danger > td,
.specs-table table > tbody > tr.danger > td,
.specs-table table > tfoot > tr.danger > td,
.specs-table table > thead > tr.danger > th,
.specs-table table > tbody > tr.danger > th,
.specs-table table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.specs-table.table-hover table > tbody > tr > td.danger:hover,
.specs-table.table-hover table > tbody > tr > th.danger:hover,
.specs-table.table-hover table > tbody > tr.danger:hover > td,
.specs-table.table-hover table > tbody > tr:hover > .danger,
.specs-table.table-hover table > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive.specs-table table {
  min-height: .01%;
  overflow-x: auto;
}

.table-responsive.specs-table{
	border:none !important;
}


@media screen and (max-width: 767px) {
	.table-responsive.specs-table{
		border:1px solid #ddd !important;
	}
  .table-responsive.specs-table table {
    margin-bottom: 0;
  }
  .table-responsive.specs-table table > thead > tr > th,
  .table-responsive.specs-table table > tbody > tr > th,
  .table-responsive.specs-table table > tfoot > tr > th,
  .table-responsive.specs-table table > thead > tr > td,
  .table-responsive.specs-table table > tbody > tr > td,
  .table-responsive.specs-table table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive.specs-table.table-bordered table{
    border: 0;
  }
  .table-responsive.specs-table.table-bordered table > thead > tr > th:first-child,
  .table-responsive.specs-table.table-bordered table > tbody > tr > th:first-child,
  .table-responsive.specs-table.table-bordered table > tfoot > tr > th:first-child,
  .table-responsive.specs-table.table-bordered table > thead > tr > td:first-child,
  .table-responsive.specs-table.table-bordered table > tbody > tr > td:first-child,
  .table-responsive.specs-table.table-bordered table > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive.specs-table.table-bordered table > thead > tr > th:last-child,
  .table-responsive.specs-table.table-bordered table > tbody > tr > th:last-child,
  .table-responsive.specs-table.table-bordered table > tfoot > tr > th:last-child,
  .table-responsive.specs-table.table-bordered table > thead > tr > td:last-child,
  .table-responsive.specs-table.table-bordered table > tbody > tr > td:last-child,
  .table-responsive.specs-table.table-bordered table > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive.specs-table.table-bordered table > tbody > tr:last-child > th,
  .table-responsive.specs-table.table-bordered table > tfoot > tr:last-child > th,
  .table-responsive.specs-table.table-bordered table > tbody > tr:last-child > td,
  .table-responsive.specs-table.table-bordered table > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
