body{
  font-family: 'Comfortaa', cursive;
  letter-spacing: 0.1em;
  font-size: 1.4em;
}

.th {
    border-bottom: thin solid #ff0000;
    padding: 0.3em;
    min-height: 4em;
    /* min-height: 5.2em; */
}

.td {
    border-bottom: thin solid #000000;
    min-height: 3.5em;
}

.tdlast {
  border-right: thin solid #000000;
}

.tdfirst {
  border-left: thin solid #000000;
}

.text-no-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.magbtnleft {
  float: right;
  font-size: xx-small;
}

.magbtnright {
  float: right;
  margin-right: 1em;
  font-size: xx-small;
  margin-bottom: 0.5em;
}

.title {
  margin: 1em;
}

.sopra {
  border-top: 0px !important;
}

.filter-table .quick { margin-left: 0.5em; font-size: 0.8em; text-decoration: none; }
.fitler-table .quick:hover { text-decoration: underline; }
td.alt { background-color: #ffc; background-color: rgba(255, 255, 0, 0.2); }
