
textarea {
	resize: none;
}

.text-left {
	text-align: left !important;
}
.text-center {
	text-align: center !important;
}
.text-right {
	text-align: right !important;
}

.font-xl {
  font-size: 1.25em;
}
.font-lg {
  font-size: 1.15em;
}
.font-sm {
  font-size: 0.85em;
}
.font-xs {
  font-size: 0.75em;
}

.db {
  display: block;
}
.dib {
  display: inline-block;
}

.mn {margin: 0 !important;}
.ms {margin: 0.25em !important;}
.mm {margin: 0.5em !important;}
.ml {margin: 1em !important;}
.mxl {margin: 2em !important;}

.mvn { margin-top: 0 !important; margin-bottom: 0 !important; }
.mvs { margin-top: 0.25em !important; margin-bottom: 0.25em !important; }
.mvm { margin-top: 0.5em !important; margin-bottom: 0.5em !important; }
.mvl { margin-top: 1em !important; margin-bottom: 1em !important; }
.mvxl { margin-top: 2em !important; margin-bottom: 2em !important; }

.mhn { margin-left: 0 !important; margin-right: 0 !important; }
.mhs { margin-left: 0.25em !important; margin-right: 0.25em !important; }
.mhm { margin-left: 0.5em !important; margin-right: 0.5em !important; }
.mhl { margin-left: 1em !important; margin-right: 1em !important; }
.mhxl { margin-left: 2em !important; margin-right: 2em !important; }

.mtn { margin-top: 0 !important; }
.mts { margin-top: 0.25em !important; }
.mtm { margin-top: 0.5em !important; }
.mtl { margin-top: 1em !important; }
.mtxl { margin-top: 2em !important; }

.mln { margin-left: 0 !important; }
.mls { margin-left: 0.25em !important; }
.mlm { margin-left: 0.5em !important; }
.mll { margin-left: 1em !important; }
.mlxl { margin-left: 2em !important; }

.mrn { margin-right: 0 !important; }
.mrs { margin-right: 0.25em !important; }
.mrm { margin-right: 0.5em !important; }
.mrl { margin-right: 1em !important; }
.mrxl { margin-right: 2em !important; }

.mbn { margin-bottom: 0 !important; }
.mbs { margin-bottom: 0.25em !important; }
.mbm { margin-bottom: 0.5em !important; }
.mbl { margin-bottom: 1em !important; }
.mbxl { margin-bottom: 2em !important; }

.pn { padding: 0 !important; }
.ps { padding: 0.25em !important; }
.pm { padding: 0.5em !important; }
.pl { padding: 1em !important; }
.pxl { padding: 2em !important; }

.pvn { padding-top: 0 !important; padding-bottom: 0 !important; }
.pvs { padding-top: 0.25em !important; padding-bottom: 0.25em !important; }
.pvm { padding-top: 0.5em !important; padding-bottom: 0.5em !important; }
.pvl { padding-top: 1em !important; padding-bottom: 1em !important; }
.pvxl { padding-top: 2em !important; padding-bottom: 2em !important; }

.phn { padding-left: 0 !important; padding-right: 0 !important; }
.phs { padding-left: 0.25em !important; padding-right: 0.25em !important; }
.phm { padding-left: 0.5em !important; padding-right: 0.5em !important; }
.phl { padding-left: 1em !important; padding-right: 1em !important; }
.phxl { padding-left: 2em !important; padding-right: 2em !important; }

.ptn { padding-top: 0 !important; }
.pts { padding-top: 0.25em !important; }
.ptm { padding-top: 0.5em !important; }
.ptl { padding-top: 1em !important; }
.ptxl { padding-top: 2em !important; }

.pbn { padding-bottom: 0 !important; }
.pbs { padding-bottom: 0.25em !important; }
.pbm { padding-bottom: 0.5em !important; }
.pbl { padding-bottom: 1em !important; }
.pbxl { padding-bottom: 2em !important; }

.pln { padding-left: 0 !important; }
.pls { padding-left: 0.25em !important; }
.plm { padding-left: 0.5em !important; }
.pll { padding-left: 1em !important; }
.plxl { padding-left: 2em !important; }

.prn { padding-right: 0 !important; }
.prs { padding-right: 0.25em !important; }
.prm { padding-right: 0.5em !important; }
.prl { padding-right: 1em !important; }
.prxl { padding-right: 2em !important; }