@import url("../variables.css");

table td,
table tr,
table th {
  border: 1px solid #ddd;
  padding: 10px;
}

table thead * {
  background-color: #f0f0f0;
  font-weight: 600;
}
