/* These are the styles for the Bar Etiquette */

/* The styles for the lists */
.barRule ul{
	padding: 0px 20px;
}

.barRule li{
	padding: 5px 0px;
	margin: 0px;
}

/* The styles for the bottom navigation */
#barEtiqNav{
  padding: 20px 0px;
  margin: 10px 0px;
}

.prevNext{
  display: inline;
  padding: 0px 20px;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
}

#pageNums{
  padding: 0px;
  display: inline;
  font-size: 1.5em;
}

#pageNums a{
  padding: 0px 2px;
}

#currentPage{
  font-size: 1.25em;
  padding: 0px 2px;
}