/*data sheet colours*/ 
.fit-data-sheet td.pre-count{
  /*background-color: #cef6ce;*/
  background: rgba(206, 246, 206, 0.4);
}
.fit-data-sheet td.post-count{
  /*background-color: #fbefef;*/
  background: rgba(251, 239, 239, 0.4);
}
.fit-data-sheet td.tx-line{
  /*background-color: #ee6674;*/
  background: rgba(238, 102, 116, 0.4);
}
.fit-data-sheet td.af{
  /*background-color: #00BFFF;*/
  background: rgba(0, 191, 255, 0.4);
}
.fit-data-sheet td.paam{
  /*background-color: #104E8B;*/
  background: rgba(16, 78, 139, 0.4);
}
.fit-data-sheet td.chal{
  /*background-color: #EE7600;*/
  background: rgba(238, 118, 0, 0.4);	
}
.fit-data-sheet td.cal{
  /*background-color: #BF3EFF;*/
  background: rgba(191, 62, 255, 0.4);	
}
.fit-data-sheet td.mob{
  /*background-color: #000080;*/
  background: rgba(0, 0, 128, 0.4);	
}
/*tx sheet colours*/
.fit-tx-sheet td.emb{
  /*background-color: #c16760;*/
  background: rgba(193, 103, 96, 0.4);
}
.fit-tx-sheet td.dm{
  /*background-color: #58a862;*/
  background: rgba(88, 168, 98, 0.4);
}
.fit-tx-sheet td.az{
  /*background-color: #bf61bb;*/
  background: rgba(191, 97, 187, 0.4);	
}
.fit-tx-sheet td.tef{
  /*background-color: #9b9c3b;*/
  background: rgba(155, 156, 59, 0.4);	
}
.fit-tx-sheet td.h2o2{
  /*background-color: #726bc9;*/
  background: rgba(114, 107, 201, 0.4);	
}
.fit-tx-sheet td.ivm{
  /*background-color: #c8863f;*/
  background: rgba(200, 134, 63, 0.4);	
}
.fit-tx-sheet td.ww{
  /*background-color: #61a0d0;*/
  background: rgba(97, 160, 208, 0.4);	
}
.fit-tx-sheet td.hydro{
  /*background-color: #d24b39;*/
  background: rgba(210, 75, 57, 0.4);	
}
/*spreadsheet download button - a tag*/
.fit-ssheet-dl-link{
  display: inline-block;
  cursor: pointer;
  padding: 5px 10px;
  margin: 10px 30px;
  background-color: white;
  border: 2px solid black;
  color: black;
  text-align: center;
  font-size: 17px;
  text-decoration: none;
}