table#bidsTenderTable {
  width: 100%;
  color: #000;
}
.th1 {
  width: 3%;
}
.th2 {
  width: 21%;
}
.th3 {
  width: 24%;
}
.th4 {
  width: 10%;
}
.th5 {
  width: 8%;
}
.th6 {
  width: 8%;
}
.th7 {
  width: 8%;
}
.th8 {
  width: 8%;
}
.th9 {
  width: 5%;
}
table#bidsTenderTable th {
  font-size: 13px;
  text-align: center;
  background: #20741e;
  padding: 10px;
  color: #fff;
  border: 2px solid #fff;
}
table#bidsTenderTable td {
  font-size: 13px;
  padding: 10px;
  border: 2px solid #fff;
  font-weight: 500;
}
table#bidsTenderTable a {
  font-size: 13px;
  font-weight: 600;
  color: var(--erepair-black);
  transition: all 0.3s ease;
}
table#bidsTenderTable a:hover {
  color: var(--erepair-base);
}
table#bidsTenderTable td:nth-child(1),
table#bidsTenderTable td:nth-child(3),
table#bidsTenderTable td:nth-child(4) {
  text-align: center;
}
table#bidsTenderTable tr:nth-child(even) {
  background: #dcdcdc;
}
table#bidsTenderTable tr:nth-child(odd) {
  background: #f6f6f6;
}
