Right now the last section in CSS is:
/*definition*/
dt {clear: both;width: 20%;float: left;padding-right: 5px;font-weight: bold;text-align: left;}
dd {float: left;width: 78%;margin: 0 0 0.5em 0.25em;padding: 0;}
I found in css in /* Page navigation */ section:
.navigation_mobile{display:none}