
/* lmrwmobile.css - override styles for viewing on mobile devices */


.onlymobile { display: block; }

.nomobile { display: none; }
.redmobile { background-color: rgb(250, 0, 0); }

.sidebarnav {
  display: none;
  }

/* this is enabled on mobile */
.bottombarnav {
  vertical-align: top; background-color: rgb(128, 224, 254);
  display: block;
  }

