/**
* Versteckte Elemente
*/
.hide{
display: none !important;
}

/**
* Tabellen
*/
table td{
text-align: left;
vertical-align: top;
}