/* - -- --- ---- ----- TEXT ----- ---- --- -- - */
.no-overflow { overflow:hidden; }

/* - -- --- ---- ALIGNMENT ---- --- -- - */
.text-center { text-align:center; }
.text-left { text-align:left; }
.text-right { text-align:right; }

/* - -- --- ---- DECORATION ---- --- -- - */
.b { font-weight:bold; }
.no-dec { text-decoration:none; }
.u-dec { text-decoration:u-dec; }
/* - -- --- ---- COLOURS ---- --- -- - */
.t-black, a.t-black:hover { color:black; }
.t-white, a.t-white:hover { color:white !important; }
.t-blue, a.t-blue:hover { color:blue; }
.t-darkgray, a.t-darkgray:hover { color:#495057; }
.t-gray, a.t-gray:hover { color:gray; }
.t-lightgray, a.t-lightgray:hover { color:lightgray; }
.t-mutedRed, a.t-mutedRed:hover { color:#a86261; }
.t-red, a.t-red:hover { color:red; }
.t-medred, a.t-medred:hover { color:#a94442; }
.t-darkred, a.t-darkred:hover { color:#8f3836; }
.t-green, a.t-green:hover { color:green; }
.t-olive, a.t-olive:hover { color:#97B57B; }
.t-gold, a.t-gold:hover { color:#EFA700; }
.t-yellow, a.t-yellow:hover { color:yellow; }
.t-orange, a.t-orange:hover { color:orange; }

.t-shadow {
  text-shadow: 1px 1px 1px black;
}
/* - -- --- ---- ----- ------ CREATED BY: UanI (CA) ------ ----- ---- --- -- - */