/* main styles for all pages, all browsers */

.style2 {
color: #8B0000;
text-decoration: underline;
}

.navcell {
font-size: 14pt;
height: 40px;
}

/* this will be enabled in the mobile css */
.onlymobile { display: none; }

.sidebarnav {
  vertical-align: top; background-color: rgb(128, 224, 254);
  }

/* this is enabled on mobile */
.bottombarnav {
  display: none;
  }
