
#inner-grunge {
	padding: 13px 23px;
}

.nav-black {
	border-radius: 0 0 7px 7px;
	background: #000000 url("./images/nav.gif") repeat left top;
	padding-top: 0;
	padding-bottom: 0;
}

#page-footer .nav-black {
	border-radius: 7px;
}

.forum-image img {
	max-width: 100%;
}

body.simple .page-body {
	margin: 20px 20px 0;
	padding: 20px;
	background: #171B24;
}

/* Wiethoekje override: keep SE_Gamer “simple” pages consistent with the main dark/green palette */
body.simple .page-body {
	background: #0f2410;
}
/* =========================
   Wiethoekje FUN refresh
   (non-destructive overrides)
   ========================= */

/* SE_Gamer “simple” pages were very dark; brighten them a bit */
body.simple .page-body{
  background: rgba(24,65,34,0.82) !important;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}
