/* NOTE This file is for linking styles only used on the forum, it overloads normal common */

a[href^="https://forum.melonland"]::before
{
	display: none;
}

.signature {
  max-height: 250px;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

/* Profiles */
#profile_comments .content::after {
  content: "";
  display: block;
  clear: both;
}

#creator .content dl {
  overflow: hidden;
}

/* Quick reply fixes */
#quickreplyoptions textarea,
#quickreplyoptions .sceditor-container {
  min-height: 100px !important;
}

/* Shoutbox stuff - why is this here?? */
#shoutbox hr {
  border: 0 !important;
  margin: 4px !important;
}

#shoutbox_error {
  display: none !important;
}