
/* - ploneCustom.css - */
@media all {
/* https://web-support.hu-berlin.de/portal_css/ploneCustom.css?original=1 */
#content tr.even,
#content td.even {
background: #ffffff;
}
#content tr.odd,
#content td.odd {
background-color: #CCD6E0;
}
#content ul.first {
list-style-type: none !important;
}
}

