
/* ALIGNMENT */

.text-center {
   text-align: center;
}

.text-right {
   text-align: right;
}

/* SIZING */

.max100 {
   max-width: 100%;
}

/* PIE */
