.u-textRight, .u-tR { text-align: right !important; }

.u-textLeft, .u-tL { text-align: left !important; }

.u-textCenter, .u-tC { text-align: center !important; }

.u-textUpper { text-transform: uppercase; }

.u-textLower { text-transform: lowercase; }

.u-textInitCap { text-transform: capitalize; }

/* ========================================================================== Layout utilities ========================================================================== */
/**
* Float Right / Left
*/
.u-pullLeft { float: left !important; }

.u-pullRight { float: right !important; }

.u-alignTop { vertical-align: top !important; }

.u-alignMiddle { vertical-align: middle !important; }

.u-alignBaseline { vertical-align: baseline !important; }

.u-alignBottom { vertical-align: bottom !important; }

.u-circlePhoto { border-radius: 100%; }

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
