﻿/**************** padding and margin settings *****************

	Setting padding and margins to be added to different sections
	This sections contains individual setting and also a mixin
	to be able to add to different sections

	spacing helpers
	p,m = padding,margin
	a,t,r,b,l,v,h = all,top,right,bottom,left,vertical,horizontal
	s,m,l,n = small(5px),medium(10px),large(20px),none(0px)

	This scss will create an example of the following:
	.pts, .pas, .pvs {
  		padding-top: 5px !important; }

	.ptm, .pam, .pvm {
  		padding-top: 10px !important; }

	.ptl, .pal, .pvl {
  		padding-top: 20px !important; }

**************************************************************/
.ptxxs, .paxxs, .pvxxs {
  padding-top: 0.125em !important;
}

.ptxs, .paxs, .pvxs {
  padding-top: 0.25em !important;
}

.pts, .pas, .pvs {
  padding-top: 0.5em !important;
}

.ptm, .pam, .pvm {
  padding-top: 1em !important;
}

.ptl, .pal, .pvl {
  padding-top: 2em !important;
}

.ptxl, .paxl, .pvxl {
  padding-top: 3em !important;
}

.ptxxl, .paxxl, .pvxxl {
  padding-top: 4em !important;
}

.ptxxxl, .paxxxl, .pvxxxl {
  padding-top: 5em !important;
}

.ptxxxxl, .paxxxxl, .pvxxxxl {
  padding-top: 9em !important;
}

.ptn, .pan, .pvn {
  padding-top: 0em !important;
}

.prxxs, .paxxs, .phxxs {
  padding-right: 0.125em !important;
}

.prxs, .paxs, .phxs {
  padding-right: 0.25em !important;
}

.prs, .pas, .phs {
  padding-right: 0.5em !important;
}

.prm, .pam, .phm {
  padding-right: 1em !important;
}

.prl, .pal, .phl {
  padding-right: 2em !important;
}

.prxl, .paxl, .phxl {
  padding-right: 3em !important;
}

.prxxl, .paxxl, .phxxl {
  padding-right: 4em !important;
}

.prxxxl, .paxxxl, .phxxxl {
  padding-right: 5em !important;
}

.prxxxxl, .paxxxxl, .phxxxxl {
  padding-right: 9em !important;
}

.prn, .pan, .phn {
  padding-right: 0em !important;
}

.pbxxs, .paxxs, .pvxxs {
  padding-bottom: 0.125em !important;
}

.pbxs, .paxs, .pvxs {
  padding-bottom: 0.25em !important;
}

.pbs, .pas, .pvs {
  padding-bottom: 0.5em !important;
}

.pbm, .pam, .pvm {
  padding-bottom: 1em !important;
}

.pbl, .pal, .pvl {
  padding-bottom: 2em !important;
}

.pbxl, .paxl, .pvxl {
  padding-bottom: 3em !important;
}

.pbxxl, .paxxl, .pvxxl {
  padding-bottom: 4em !important;
}

.pbxxxl, .paxxxl, .pvxxxl {
  padding-bottom: 5em !important;
}

.pbxxxxl, .paxxxxl, .pvxxxxl {
  padding-bottom: 9em !important;
}

.pbn, .pan, .pvn {
  padding-bottom: 0em !important;
}

.plxxs, .paxxs, .phxxs {
  padding-left: 0.125em !important;
}

.plxs, .paxs, .phxs {
  padding-left: 0.25em !important;
}

.pls, .pas, .phs {
  padding-left: 0.5em !important;
}

.plm, .pam, .phm {
  padding-left: 1em !important;
}

.pll, .pal, .phl {
  padding-left: 2em !important;
}

.plxl, .paxl, .phxl {
  padding-left: 3em !important;
}

.plxxl, .paxxl, .phxxl {
  padding-left: 4em !important;
}

.plxxxl, .paxxxl, .phxxxl {
  padding-left: 5em !important;
}

.plxxxxl, .paxxxxl, .phxxxxl {
  padding-left: 9em !important;
}

.pln, .pan, .phn {
  padding-left: 0em !important;
}

.mtxxs, .maxxs, .mvxxs {
  margin-top: 0.125em !important;
}

.mtxs, .maxs, .mvxs {
  margin-top: 0.25em !important;
}

.mts, .mas, .mvs {
  margin-top: 0.5em !important;
}

.mtm, .mam, .mvm {
  margin-top: 1em !important;
}

.mtl, .mal, .mvl {
  margin-top: 2em !important;
}

.mtxl, .maxl, .mvxl {
  margin-top: 3em !important;
}

.mtxxl, .maxxl, .mvxxl {
  margin-top: 4em !important;
}

.mtxxxl, .maxxxl, .mvxxxl {
  margin-top: 5em !important;
}

.mtxxxxl, .maxxxxl, .mvxxxxl {
  margin-top: 9em !important;
}

.mtn, .man, .mvn {
  margin-top: 0em !important;
}

.mrxxs, .maxxs, .mhxxs {
  margin-right: 0.125em !important;
}

.mrxs, .maxs, .mhxs {
  margin-right: 0.25em !important;
}

.mrs, .mas, .mhs {
  margin-right: 0.5em !important;
}

.mrm, .mam, .mhm {
  margin-right: 1em !important;
}

.mrl, .mal, .mhl {
  margin-right: 2em !important;
}

.mrxl, .maxl, .mhxl {
  margin-right: 3em !important;
}

.mrxxl, .maxxl, .mhxxl {
  margin-right: 4em !important;
}

.mrxxxl, .maxxxl, .mhxxxl {
  margin-right: 5em !important;
}

.mrxxxxl, .maxxxxl, .mhxxxxl {
  margin-right: 9em !important;
}

.mrn, .man, .mhn {
  margin-right: 0em !important;
}

.mbxxs, .maxxs, .mvxxs {
  margin-bottom: 0.125em !important;
}

.mbxs, .maxs, .mvxs {
  margin-bottom: 0.25em !important;
}

.mbs, .mas, .mvs {
  margin-bottom: 0.5em !important;
}

.mbm, .mam, .mvm {
  margin-bottom: 1em !important;
}

.mbl, .mal, .mvl {
  margin-bottom: 2em !important;
}

.mbxl, .maxl, .mvxl {
  margin-bottom: 3em !important;
}

.mbxxl, .maxxl, .mvxxl {
  margin-bottom: 4em !important;
}

.mbxxxl, .maxxxl, .mvxxxl {
  margin-bottom: 5em !important;
}

.mbxxxxl, .maxxxxl, .mvxxxxl {
  margin-bottom: 9em !important;
}

.mbn, .man, .mvn {
  margin-bottom: 0em !important;
}

.mlxxs, .maxxs, .mhxxs {
  margin-left: 0.125em !important;
}

.mlxs, .maxs, .mhxs {
  margin-left: 0.25em !important;
}

.mls, .mas, .mhs {
  margin-left: 0.5em !important;
}

.mlm, .mam, .mhm {
  margin-left: 1em !important;
}

.mll, .mal, .mhl {
  margin-left: 2em !important;
}

.mlxl, .maxl, .mhxl {
  margin-left: 3em !important;
}

.mlxxl, .maxxl, .mhxxl {
  margin-left: 4em !important;
}

.mlxxxl, .maxxxl, .mhxxxl {
  margin-left: 5em !important;
}

.mlxxxxl, .maxxxxl, .mhxxxxl {
  margin-left: 9em !important;
}

.mln, .man, .mhn {
  margin-left: 0em !important;
}

/***************** end padding and margin settings *************/

/*# sourceMappingURL=Padding-Margin.css.map */