.is-style-linien table {
  line-height: 1.3;
}
.is-style-linien table tr td,
.is-style-linien table tr th {
  border-bottom: 1px solid;
  padding: 8px;
  border-right: 1px solid;
}
.is-style-linien table tr td:first-child,
.is-style-linien table tr th:first-child {
  padding-left: 0;
}
.is-style-linien table tr td:last-child,
.is-style-linien table tr th:last-child {
  border-right: 0;
}
.is-style-linien table tr th {
  padding-top: 0;
}
.is-style-linien table tr:last-child td {
  padding-bottom: 0;
  border-bottom: 0;
}