/**************/
/**************/
table.inner-zebra {
  float: left;
  width: 100%;
  border-collapse: collapse;
  border: 0;
  background: inherit;
  padding: 0 !important;
  margin: 0 !important;
}
table.inner-zebra tr {
  border: 0;
  border-top: 0 !important;
}
table.inner-zebra td {
  border: 0;
  padding: 2px !important;
  margin: 0 !important;
}
/**************/
/**************/
/*
table.zebra th {
	padding: 0.25rem;
	text-align: left;
	font-weight: bold;
	background: #f89d32;
}
*/
table.zebra tr:nth-child(2n) tr,
table.zebra tr:nth-child(2n+1) tr {background: inherit !important;}
table.zebra tr td:first-child{
    width:100%;
    white-space:nowrap;
}
/**************/
/**************/
.heat-error-block {
  font-size: 1.5em;
  font-weight: bold;
  color: red;
}
/**************/
/**************/
.heat-willbelink {
  cursor: default !important;
}
/**************/
/**************/
/* no border table */
table.heat-borderless-table {
  float: left;
	border-collapse: collapse;
  border: 0px !important;
  padding: 0 !important;
  margin: 0 !important;
}
table.heat-borderless-table tbody {
  vertical-align: top;
  text-align: left;
}
table.heat-borderless-table td {
  border: 0;
  padding: 0 !important;
  margin: 0 !important;
  vertical-align: top;
  text-align: left;
}
/**************/
/**************/
.heat-banner {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 102px;
	float: left;
	background-color: #002A57;
	background-image: url('../images/heatlinks_banner_001.png');
	background-repeat: no-repeat;
}
