.text-white {
	color: white;
}

.text-black {
	color: black;
}

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

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

.nobr {
	white-space: nowrap;
}

.text-smallest {
	font: 1.0em/1.1em 'Andada Pro', serif;
	font-size: 0.9rem;
	font-weight: normal;
	line-height: 0.9em;
}
