/* Increase overall font size */
body {
  font-size: 11px;
}
ul.topiclist.forums dt {
  font-size: 1.2em;
}
ul.topiclist.forums a.forumtitle {
  font-size: 1.1em;
}
.left-box {
  float: none;
}
table#memberlist {
  font-size: 11px;
}
.member-search strong {
  font-size: 1em;
}
/* Remove uncommon fonts, display */
body, h1, h2, h3, h4, .pagination li.active span, a.forumtitle, a.topictitle, .content, .content p, .postbody h3, dl.faq, p.author, .notice, dl.file, dl.file dt, dl.thumbnail dd {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* Remove uncommon fonts, forms */
fieldset.polls, fieldset, input, select, select optgroup option, textarea, .message-box textarea, a.button1, input.button1, input.button3, a.button2, input.button2, .button {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* Custom logo */
.site_logo {
  background-image: url("./images/cycling-uk-logo-60.png");
  width: 101px;
  height: 60px;
  border-radius: 6px;
  margin-bottom: 6px;
}
/* Don't hide return link on smallest screens */
@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
  p.jumpbox-return {
    display: block !important; /* responsive.css is loaded last, so we need !important */
  }
}
