/*  Text
-------------------------- */

/* -- Text Size -- */

/* X Small */
.txt-xs { font-size: .7em !important; }

/* Small */
.txt-sm { font-size: .85em !important; }

/* Normal */
.txt-nm { font-size: .95em !important; }

/* X Normal */
.txt-xn { font-size: 1.1em !important; }

/* Middle */
.txt-md { font-size: 1.28em !important; }

/* X Middle */
.txt-xm { font-size: 1.35em !important; }

/* Large */
.txt-lg { font-size: 1.4em !important; }

/* X Large */
.txt-xl { font-size: 1.7em !important; }


/* -- Text Weight -- */
.txt-bold { font-weight: bold; }


/*  Margin/Padding
-------------------------- */
.mt-10 { margin-top: 10px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-30 { margin-top: 30px !important; }
.mt-40 { margin-top: 40px !important; }
.mt-50 { margin-top: 50px !important; }

.mb-10 { margin-bottom: 10px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mb-40 { margin-bottom: 40px !important; }
.mb-50 { margin-bottom: 50px !important; }

.pt-10 { padding-top: 10px !important; }
.pt-20 { padding-top: 20px !important; }
.pt-30 { padding-top: 30px !important; }
.pt-40 { padding-top: 40px !important; }
.pt-50 { padding-top: 50px !important; }

.pb-10 { padding-bottom: 10px !important; }
.pb-20 { padding-bottom: 20px !important; }
.pb-30 { padding-bottom: 30px !important; }
.pb-40 { padding-bottom: 40px !important; }
.pb-50 { padding-bottom: 50px !important; }

