.legend {
	display: flex;
	flex-direction: row;
	font-weight: normal;
	align-content: center;
	width: 70%;
	margin: 20px 0px 0px 0px;
}

.playbacklegend {
	margin: 10px;
	width: 160px;
	height: 20px;
	background-image: url(media/playback.svg);
	background-repeat: no-repeat;
	background-position: 140px 0px;


}
.feedbacklegend {
	margin: 10px;
	height: 20px;
	width: 165px;
	background-image: url(media/feedback.svg);
	background-repeat: no-repeat;
	background-position: 145px 0px;

}
.bothlegend {
	margin: 10px;
	width: 190px;
	height: 20px;
	background-image: url(media/both.svg);
	background-repeat: no-repeat;
	background-position: 170px 0px;

}


div.theTable {
  background-color: #FFF8E2;
  width: 90%;
  text-align: center;
  border-collapse: collapse;
  margin: 10px 40px;
}

div.listTab {
  background-color: #FFF8E2;
  width: 98% !important;
  text-align: center;
  border-collapse: collapse;
  margin: 5px 0px;
}

.divTable.theTable .divTableCell, .divTable.theTable  {
  border: 1px solid black;
  padding: 3px 2px;
}

.divTableHead {
  border: 0px !important;
  padding: 3px 2px;

}

.left {
	text-align: left !important;
	padding-left: 20px !important;
}

.divTable.theTable .divTableBody .divTableCell {
  font-size: 11px;
  color: black;
  font-weight: normal;
}

.divTable.theTable .divTableRow:nth-child(even) {
  background: #FFEDB3;
}
.divTable.theTable .divTableHeading {
	background-color: black;
}
.divTable.theTable .divTableHeading .divTableHead {
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  text-align: center;
}

.topleft {
	border-radius: 10px 0px 0px 0px;

}
.topright{
	border-radius: 0px 10px 0px 0px;

}

.topleft, .topright, .middle {
	background: #9C966D;
	border: 0px !important;
	vertical-align: bottom;
	font-weight: bold !important;
}

.bottomrow, .bottomleft, .bottomright {
	background: #9C966D !important;
	border: 0px !important;
}

.bottomleft {
	border-radius: 0px 0px 0px 10px;
}
.bottomright {
	border-radius: 0px 0px 10px 0px;
}

.play {
	background-image: url(media/playback.svg);
	background-repeat: no-repeat;
	background-position: 16px 0px;
}
.feed {
 background-image: url(media/feedback.svg);
   background-repeat: no-repeat;
   	background-position: 16px 0px;
}
.both {
 background-image: url(media/both.svg);
   background-repeat: no-repeat;
   	background-position: 16px 0px;
}
.theTable .tableFootStyle {
  font-size: 14px;
}
.theTable .tableFootStyle .links {
	 text-align: right;
}
.theTable .tableFootStyle .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}
.theTable.outerTableFooter {
  border-top: none;
}
.theTable.outerTableFooter .tableFootStyle {
  padding: 3px 5px; 
}
/* DivTable.com */
.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}
