
.tablee table{
  border-collapse: collapse;
      width: 70%!important;
    max-width: 100%;
}

.tablee td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 10px;
}

.tablee tr:nth-child(even) {
  background-color: #dddddd26;
}

.tablee b{font-weight: 600;color:#000;}

