article {
   font-size: 1.25em;
   line-height: 1.4em;
   padding: 1em;
}
.expan {
   font-style: italic;
}
.lg {
   margin-top: -1em;
}
h3 {
   text-align: center;
   width: 100%;
}
aside h4 {
   margin-bottom: 0;
}

/* ggf. generisch übernehmen */
body > aside {
   overflow: inherit;
}
.ui-tabs .ui-tabs-panel {
   height: calc(100% - 75px);
   overflow-y: auto;
}