body{
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  margin: 24px;
  line-height: 1.4;
}
h1{
  font-size: 28px;
  margin: 0 0 14px 0;
}
table{
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}
th, td{
  padding: 10px 12px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 14px;
}
th{
  text-align: left;
  font-weight: 600;
}
tr:hover td{
  background: #f7f7f7;
}
a{
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}
hr{
  border: 0;
  border-top: 1px solid #e6e6e6;
  margin: 14px 0;
}
.address{
  opacity: 0.65;
  font-size: 12px;
}

th a[href*="C=N"]::after { content: "Nume"; }
th a[href*="C=M"]::after { content: "Ultima modificare"; }
th a[href*="C=S"]::after { content: "Dimensiune"; }
th a[href*="C=D"]::after { content: "Descriere"; }

th a[href*="C=N"],
th a[href*="C=M"],
th a[href*="C=S"],
th a[href*="C=D"] {
  font-size: 0;
}

th a[href*="C=N"]::after,
th a[href*="C=M"]::after,
th a[href*="C=S"]::after,
th a[href*="C=D"]::after {
  font-size: 14px;
  font-weight: 600;
}
