body.module-default.controller-entry.action-view #entryDataBlock > * {
  display: none !important;
}
@media (max-width: 767px) {
  body.module-default.controller-entry.action-view #entry-nav.hidden-phone {
    display: none !important;
  }
}
body.module-default.controller-entry.action-view #entryDataBlock > #bottom_tabs {
  display: block !important;
}
