@charset "UTF-8";
table {
  padding: 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

@media (max-width: 749px) {
  table {
    min-width: 480px;
    width: 100%;
  }
}

table tr {
  border-top: 1px solid #ccc;
}

table th,
table td {
  padding: 15px;
}

table th {
  background-color: rgba(204, 204, 204, 0.2);
  border-left: 1px solid #ccc;
  font-weight: bold;
}

table td {
  border-left: 1px solid #ccc;
  padding-left: 2%;
}

