/* -----------------------------------------------------------------------------
Engine:      Gametize
Author:     Gametize Pte Ltd
Description:  Structure styles
----------------------------------------------------------------------------- */

/* ---- BASE CONTAINER STRUCTURE ---- */

/* Outer full-width block element that spans across the screen */
.container { display : block; text-align:center; position : relative; padding: 15px;}
  .container.container-paddedvertical { padding-top : 30px; padding-bottom : 30px }

  /* Inner block element of max-width 1000px that is center-aligned on the screen */
  .container-inner { margin : 0 auto;  position : relative; text-align : left; max-width : 1000px; display: block }

  /* Inner block element of max-width 1140px that is center-aligned on the screen */
  .container-inner.container-inner-1140 { max-width : 1140px }
