/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			prosilver (the default phpBB 3.3.x style)
	Based on style:
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		phpBB Limited ( https://www.phpbb.com/ )
    --------------------------------------------------------------
*/

@import url("normalize.css?hash=48eb3f89");
@import url("base.css?hash=7c5543be");
@import url("utilities.css?hash=d8f72c42");
@import url("common.css?hash=843d5d5f");
@import url("links.css?hash=18286e16");
@import url("content.css?hash=d0e24377");
@import url("buttons.css?hash=56f0d25f");
@import url("cp.css?hash=50d868ab");
@import url("forms.css?hash=9016b55c");
@import url("icons.css?hash=64da33ce");
@import url("colours.css?hash=fcb2f289");
@import url("responsive.css?hash=c9d32cba");
#backToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  background: #333;
  color: #fff;
  border: none;
  background: #e53935; /* bright red */
  color: #fff;
  border-radius: 4px
  width: 80%;
  max-width: 300px;
  min-width: 100px;
  height: 40px;
  border-radius: 4px;
  height: 48px;
  font-size: 24px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s;
}
#backToTop:hover {
  opacity: 1;
}
@media (min-width: 769px) {
  #backToTop { display: none !important; }
}
