@charset "UTF-8";
table {
  width: 100%;
  border-collapse: collapse;
}
th,
td {
  padding: 12px 15px;
  border: 1px solid #333;
}
table th:first-child {
  width: 25%;
}
