/*Elements used exclusively on board pages*/
#linkPrevious:before {
  font-family: Icons;
  content: "\e035";
  margin: 0 0.25em;
}

#linkLogs:before {
  content: "\e08f"
}

#linkPrevious, #linkNext {
  vertical-align: middle;
}

#linkNext:after {
  font-family: Icons;
  content: "\e036";
  margin: 0 0.25em;
}

.threadPages a {
  text-decoration: none
}



#postingForm legend {
 background: yellow;
 color: black;
}

#labelName, #labelDescription {
 color: #a00;
 text-shadow: 1px 1px 2px maroon;
}
