/**
* Description: Align text in center of column
* Usage: Use anywhere through the site
*/
.align-center{text-align: center;}

/**
* Description: Align text in right of column
* Usage: Use anywhere through the site
*/
.align-right{text-align: right;}