/*  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:		&#7864;sinIslam &#1575;&#1604;&#1605;&#1608;&#1602;&#1593; &#1575;&#1604;&#1573;&#1587;&#1604;&#1575;&#1605;&#1610; ( 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");


@import url(//www.google.com/cse/api/branding.css);


@media only screen and (min-device-width : 320px) and (max-device-width : 1000px) {
  body {
    width: 100%;
  }
}


body {  font-size: calc(0.75em + 1vmin);}


  .mobileHide { display: inline; }
  /* Smartphone Portrait and Landscape */ 
  @media only screen 
    and (min-device-width : 320px) 
    and (max-device-width : 480px){ 
     .mobileHide { display: none;}
  }


  .mobileShow { display: none; }
  /* Smartphone Portrait and Landscape */ 
  @media only screen 
    and (min-device-width : 320px) 
    and (max-device-width : 480px){ 
     .mobileShow { display: inline;}
  }


.items {
	display: flex;
	flex-wrap: wrap;
	margin-left: 0px;
	margin-top: 0px;
}
.items .item {
	flex: 1 0 calc(25% - 10px);
  box-sizing: border-box;
  padding: 2px;
	margin-left: 0px;
	margin-top: 0px;
}
