/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			we_universal
	Based on style:		prosilver (the default phpBB 3.3.x style)
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		nextgen ( https://nextgen.gt/ )
    --------------------------------------------------------------
*/

@import url("common.css?hash=a9741ba1");
@import url("content.css?hash=56f9e623");
@import url("cp.css?hash=50d868ab");
@import url("forms.css?hash=b64464fb");
@import url("responsive.css?hash=87b53e08");
@import url("we_universal.css");
/* Content area ko white karo */
#wrap {
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    border-radius: 8px;
    margin: 15px auto;
    max-width: 1152px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
