/* mobile stylesheet */

/* average width of the index finger is 1.6 to 2 cm (16 – 20 mm) */
/* The average adult finger pad size is about 10mm wide */
/* The average width of an adult thumb is 1 inch (2.5 cm), */
/* Android UI guidelines recommend a minimum tap target size of roughly 7mm, or 48 CSS pixels */
/* at least 48 CSS pixels tall/wide */
/* 26-57px width, 26-57px tall, 8px (2mm) spacing (34px is recommend) */
/* 48px is 7mm on 7+ */
/* home boards log in */

/*
nav {
  height: 48px;
  font-size: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  position: fixed;
  font-size: 36px;
}
nav a {
  min-width: 72px;
}
*/
nav a {
  line-height: 28px;
}

.mobileNav {
  display: block;
  overflow-x: scroll;
  overflow-y: hidden;
}
.fr {
  float: right;
}
.desktopNav {
  display: none;
}

#innerWrapper {
  width: 100%;
}
#divLatestImages {
  max-width: 100%;
}
/* interrupts the flow */
/*
#newsBox {
  overflow-x: auto;
}
*/
#pageScroll {
  position: fixed;
  top: 30px;
  bottom: 0;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
#topBox {
  width: 95%;
  margin-top: 5px;
}
#indexWrapper {
  width: 100%;
}
.infoBox, #divLatestPosts, #divBoards.topBoards, #newsBox {
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  width: 95%;
}
#links {
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  width: 95%;
  display: block;
}
#divLatestImages {
  /* breaks mobile safari */
  /* float: none; */
  margin-left: auto;
  margin-right: auto;
}
