/* @less partials */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* @group GN Additions */
/* @end */
/* @group Corporate colours taken from logo */
/* @end */
/* @group Site Defaults */
/* @end */
/* @group Greys */
/* @end */
/* Table of Contents
   - - - - - - - - -
   1. Large
   2. Medium
   3. Small
   4. Extra small
   - - - - - - - - -
*/
/*  1. Large */
#bottom,
#left,
#right,
#top {
  background: #EEEEEE;
  position: fixed;
  z-index: 999999;
}
#left,
#right {
  top: 0;
  bottom: 0;
  width: 0.6rem;
}
#left {
  left: 0;
}
#right {
  right: 0;
}
#bottom {
  left: 0;
  right: 0;
  bottom: 0!important;
  height: 0.6rem;
}
#top {
  left: 0;
  right: 0;
  top: 0;
  height: 0.6rem;
}
/*  2. Medium */
/* iPads (landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  #left,
  #right {
    width: 0rem;
  }
  #bottom,
  #top {
    height: 0rem;
  }
}
/*  3. Small */
/* iPads (portrait) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #left,
  #right {
    width: 0rem;
  }
  #bottom,
  #top {
    height: 0rem;
  }
}
/*  4. Extra small */
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #left,
  #right {
    width: 0rem;
  }
  #bottom,
  #top {
    height: 0rem;
  }
}
/*# sourceMappingURL=pageborder.css.map */