#phpbb-content {
  /* Button Styles
---------------------------------------- */
  /* Posting page styles
  ----------------------------------------*/
  /* Poster contact icons
  ----------------------------------------*/
  /* Post control buttons
  --------------------------------------------- */
  /* Responsive buttons in post body */
  /* Browser-specific tweaks */
  /* Deprecated as of version 3.2
  -------------------------------------------------*/
}
#phpbb-content .button {
  display: inline-block;
  padding: 2px 8px;
  font-size: 13px;
  font-weight: normal;
  font-family: "Open Sans", "Droid Sans", Verdana, Arial, Helvetica;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
#phpbb-content .button:focus,
#phpbb-content .button:hover {
  text-decoration: none;
  outline: none;
}
#phpbb-content .caret {
  border-left: 1px solid;
  position: relative;
  right: -6px;
}
#phpbb-content .caret i {
  vertical-align: top;
}
#phpbb-content .button-search,
#phpbb-content .button-search-end {
  float: left;
  border-radius: 0;
  margin: 0;
  padding: 2px 5px;
}
#phpbb-content .button-search-end {
  border-left-width: 0;
  border-radius: 0 4px 4px 0;
}
#phpbb-content .search-header .button-search,
#phpbb-content .search-header .button-search-end {
  border-top-width: 0;
  border-bottom-width: 0;
  padding: 3px 5px;
}
#phpbb-content .search-header .button-search-end {
  border-right-width: 0;
}
#phpbb-content .button-icon-only {
  padding-left: 3px;
  padding-right: 3px;
}
#phpbb-content .contact-icons.dropdown-contents {
  min-width: 0;
  padding: 0;
  font-size: 0;
}
#phpbb-content .contact-icon {
  background-repeat: no-repeat;
  display: block;
  height: 16px;
  width: 16px;
}
#phpbb-content .contact-icons a {
  border-bottom: 1px dotted;
  border-right: 1px dotted;
  display: block;
  float: left;
  padding: 8px;
}
#phpbb-content .contact-icons .last-cell {
  border-right: none;
}
#phpbb-content .contact-icons div:last-child a {
  border-bottom: none;
}
#phpbb-content .contact-icons div {
  clear: left;
}
#phpbb-content .post-buttons {
  float: right;
  list-style: none;
  margin-top: 2px;
}
#phpbb-content .has-profile .post-buttons {
  float: none;
  position: absolute;
  margin: 0;
  right: 0;
  top: 5px;
}
#phpbb-content .post-buttons > li {
  float: left;
  margin-right: 3px;
}
#phpbb-content .post-buttons .button, #phpbb-content .format-buttons .button {
  padding-left: 3px;
  padding-right: 3px;
}
#phpbb-content .hastouch .post-buttons {
  margin-right: 10px;
}
#phpbb-content .post-buttons .button span {
  font-size: 0;
}
#phpbb-content .post-buttons .dropdown {
  top: 18px;
}
#phpbb-content .post-buttons .dropdown a {
  display: block;
  font-size: 1.2em;
  text-align: right;
}
#phpbb-content .hasjs .postbody .post-buttons {
  max-width: 40%;
}
#phpbb-content button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
#phpbb-content .small-icon {
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: none;
}
#phpbb-content .dropdown .small-icon {
  background-position: 5px 50%;
  padding: 5px;
}
#phpbb-content .small-icon > a {
  padding: 0 0 0 18px;
}
#phpbb-content ul.linklist.bulletin > li.small-icon:before {
  display: none;
}
#phpbb-content .dropdown .small-icon > a {
  display: block;
}
#phpbb-content .rtl .small-icon {
  background-position: 100% 50%;
}
#phpbb-content .rtl .small-icon > a {
  padding-left: 0;
  padding-right: 19px;
}
