#d2895456 table {
  width: 60%;
  border-spacing: 3px;
  border-collapse: separate;
}
#d2895456 table tr:nth-child(1) {
  background: black;
  color: white;
}
#d2895456 table td {
  padding: 1%;
}
@media only screen and (max-width: 780px) {
#d2895456 table {
    width: 100%;
  }
}