/* ===============================
   Fossamethod – Scientific Tables
   =============================== */

table {
  border-collapse: collapse;
  width: 100%;
  font-size: 0.95rem;
}

thead th {
  border-bottom: 2px solid #999;
  text-align: left;
  padding: 8px 10px;
}

tbody tr {
  border-bottom: 1px solid #ccc;
}

td {
  padding: 6px 10px;
}

/* первая колонка чуть акцентная */
td:first-child {
  font-weight: 500;
}

/* hover — очень мягкий */
tbody tr:hover {
  background-color: rgba(0,0,0,0.03);
}