div.website_tble table {
  width: 100%;
  color: #fff;

}

div.website_tble table thead th {
  background-color: #FF9934 ;
  border-top: 1px solid #D84C10;
  text-align: center;
  padding: 5px;
}

div.website_tble table tbody th {
  text-align: center;
  background-color: #fff ;
  color: #D45423;
  font-size: 1.4em;
  font-weight: normal;
  font-family: Trebuchet MS, Tahoma,Verdana,Arial,sans-serif;
   padding: 10px 0px 10px 0px;
}

div.website_tble table tbody tr.empty th {
  text-align: center;
}

div.website_tble table tbody td {
  background-color: #FF9934 ;
  border-top: 1px solid #D84C10;
  padding: 20px 0px 20px 10px;
}
div.website_tble table tbody td.row_1 {
  width: 150px;
  font-weight: bold;
}
div.website_tble table tbody td.row_3 {
  width: 100px;
}

div.website_tble table tbody td.row_4 {
  font-weight: bold;
  width: 60px;
}