
/*============================================================================*/

#tol-fps {
  border: 1px solid #F2DAFE;
  margin: 1rem 0;
}

#tol-fps th {
  font-family: reset;
  font-weight: reset;
  line-height: reset;
  letter-spacing: reset;
  text-transform: reset;
  font-style: reset;
}


#tol-fps thead,
#tol-fps tfoot {
  background-color: #570082;
  text-align: center;
  color: #FBF3FF;
}

#tol-fps th {
  font-size: 1rem;
  font-weight: bold !important;
  padding: 0.25rem;
}

#tol-fps td {
  border: 1px solid #F2DAFE;
  padding: 0.25rem;
  vertical-align: top;
}

#tol-fps td:nth-child(n+3) {
  white-space: nowrap;
}

#tol-fps img {
  max-width: 80px;
}

#tol-fps tbody tr { cursor: pointer; }
#tol-fps tbody tr:nth-child(even) { background-color: #F2F2F2; }
#tol-fps tbody tr:hover {background-color: #E9E9E9;}

/*
#tol-fps div.tol-fps-row {
  display: flex;
  border: 1px solid #F2DAFE;
  padding: 8px;
}


#tol-fps div.tol-fps-head b {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #B31AFF;
  color: white;
  font-weight: bold !important;
}
*/

/*============================================================================*/
/* =====[ (c) 2022 CSR Tech Concepts Inc All Rights Reserved.       ]=========*/