/*Layouts css goes here*/

/*changed class for events-list for use with vereinonline/mida*/
.css-events-list_mida td:first-child {
  white-space: normal !important;
}
/*events-list for use with vereinonline/mida, changed every 2nd row-color*/
.event-list_mida_tablerows:nth-of-type(2n+1) {
  background-color: rgba(50,50,50,0.03);
}