﻿.TblNormalList {
  /*border-collapse: collapse !important;*/
}
.TblNormalList td {
  /*border: 1px solid #dedddd !important;*/
}
.TblNormalList tr td {
  border-collapse: collapse !important;
}
.TblNormalList thead td {
  font-family: ProductSans;
  font-size: inherit;
  color: #3f81f0;
  background-color: white;
  padding: 5px;
  font-weight: bold;
}
.TblNormalList tfoot td {
  font-family: ProductSans;
  font-size: inherit;
  color: #646464;
  background-color: white;
  padding: 5px;
  font-weight: bold;
}
.TblNormalList tbody td {
  font-family: ProductSans;
  padding: 5px;
  font-size: inherit;
  color: #646464;
  background-color: white;
}
/*.TblNormalList tbody tr:nth-child(even)
{
    font-size: inherit;
    color: #333333;
    background-color: #f9f9f9;
    padding: 5px;
}

.TblNormalList tbody tr:nth-child(odd)
{
    font-size: inherit;
    color: #333333;
    background-color: white;
    padding: 5px;
}*/
.TblSmall {
  font-family: ProductSans;
  border-collapse: collapse !important;
  border: 1px solid #dedddd !important;
}
.TblSmall thead td {
  font-family: ProductSans;
  font-size: inherit;
  color: #3472df;
  background-color: White;
  padding: 5px !important;
  font-weight: bold;
}
.TblSmall td {
  font-family: ProductSans;
  border: 1px solid #dedddd !important;
}
.TblSmall tr td {
  font-family: ProductSans;
  border-collapse: collapse !important;
}
.TblSmall tfoot td {
  font-family: ProductSans;
  font-size: inherit;
  color: #3472df;
  background-color: White;
  padding: 5px !important;
  font-weight: bold;
}
.TblSmall tbody td {
  /*padding: 3px;*/
}
.TblSmall tbody tr:nth-child(even) {
  font-family: ProductSans;
  font-size: inherit;
  color: #1d1d1d;
  background-color: white;
  /*padding: 3px;*/
}
.TblSmall tbody tr:nth-child(odd) {
  font-family: ProductSans;
  font-size: inherit;
  color: #1d1d1d;
  background-color: white;
  /*padding: 3px;*/
}