#All_List {
  border: 1px solid #000;
  max-width: 800px;
  min-width: 400px;
  width: 99%;
  margin: auto;
  overflow: scroll;
}
#All_List table {
  width: 500px;
  margin: auto;
  font-size: 1.6rem;
}
#All_List table td {
  background-color: #fff;
}
#All_List table td:nth-child(1) {
  width: 4em;
}
#All_List table td:nth-child(2) {
  width: 50%;
  background-color: #f00;
}
#All_List table td:nth-child(4) {
  width: 5em;
}