div.website_tble table {
  width: 100%;

}

div.website_tble table thead th {
  background-color: #FFF3CF ;
  text-align: center;
  padding: 5px;
}

div.website_tble table tbody th {
  text-align: center;
  padding: 5px;
  border-bottom: 1px solid #B0934D;
}

div.website_tble table tbody tr.empty th {
  text-align: center;
  padding: 10px;
  height: 10px;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}

div.website_tble table tbody td {
  padding: 5px;
  border-bottom: 1px solid #B0934D;
}
