
/* - mobile.css - */
@media handheld, screen and (max-device-width: 480px) {
/* https://www.ripe.net/portal_css/mobile.css?original=1 */
/* */
#portal-sub-navigation li {
display: inline;
list-style: none;
}
#portal-column-two .portlet ul,
#portal-column-one .portlet ul {
list-style: none;
}

}

