th{
  text-align: left;
  padding-right: 10px;
}

  th:first-child {
    width: 80px;
  }

  th:nth-child(2) {
    width: 250px;
  }

  th:nth-child(3) {
    width: 30%;
  }


.details {
width: 220px;
}

*{
  scroll-behavior: smooth;
}

body {
margin-left: 20px;
}
