#phpbb-content {
  /* --------------------------------------------------------------
	$Base
-------------------------------------------------------------- */
  /** {
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  }
  *:before,
  *:after {
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  }*/
  /* Define your base font-size here; most elements will inherit this. _NO__DOTCOMMA__AFTER__*/
  /**
   * Work around a Firefox/IE bug where the transparent `button` background
   * results in a loss of the default `button` focus styles.
   */
  /**
   * Suppress the focus outline on links that cannot be accessed via keyboard.
   * This prevents an unwanted focus outline from appearing around elements that
   * might still respond to pointer events.
   */
  /**
   * Remove double underline from recent version of firefox
   */
}
#phpbb-content {
  font-size: 12px;
  /* Assuming 16px... */
  line-height: 1.5;
  /* 24px (This is now our magic number; all subsequent margin-bottoms and line-heights want to be a multiple of this number in order to maintain vertical rhythm.) _NO__DOTCOMMA__AFTER__*/
  -webkit-tap-highlight-color: transparent;
}
#phpbb-content {
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  color: #333333;
  background-color: #ffffff;
}
#phpbb-content input,
#phpbb-content button,
#phpbb-content select,
#phpbb-content textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
#phpbb-content figure {
  margin: 0;
}
#phpbb-content img {
  vertical-align: middle;
}
#phpbb-content hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #e5e5e5;
}
#phpbb-content a {
  color: #428bca;
  text-decoration: none;
}
#phpbb-content a:hover,
#phpbb-content a:focus,
#phpbb-content a:active {
  color: #2a6496;
  text-decoration: underline;
}
#phpbb-content blockquote,
#phpbb-content dl,
#phpbb-content dd,
#phpbb-content h1,
#phpbb-content h2,
#phpbb-content h3,
#phpbb-content h4,
#phpbb-content h5,
#phpbb-content h6,
#phpbb-content figure,
#phpbb-content p,
#phpbb-content pre {
  margin: 0;
}
#phpbb-content button {
  background: transparent;
  border: 0;
  padding: 0;
}
#phpbb-content button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
#phpbb-content fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
#phpbb-content iframe {
  border: 0;
}
#phpbb-content ol,
#phpbb-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#phpbb-content [tabindex="-1"]:focus {
  outline: none !important;
}
#phpbb-content abbr[title] {
  text-decoration: none;
}
