table {
  width: 100%!important;
  border-spacing: 0;
  border-collapse: collapse;
}
table td {
  text-align:left!important;;
}
table td,
table th {
  border: 1px solid #dadada;
  padding: 5px;
}
table thead th {
  text-align: left;
}
table thead th:nth-child(0),
table thead th:nth-child(1){
  width: 25%;
}

table thead th:nth-child(2){
  width: 20%;
}
table thead th:nth-child(3){
  width: 30%;
}