.text-primary {
	color: #52ABE0;
}

.text-success {
	color: #54BA96;
}

.text-error {
	color: #B52C35 !important;
}

.text-danger {
	color: #FF5A5F !important;
}

.text-warning {
	color: #FFB700;
}

.text-info {
	color: #4C5670;
}

.text-white {
	color: #ffffff;
}

.light-text {
	font-weight: lighter;
}

h2.text-header {
	font-size: 26px;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 20px;
}

button {
	font-size: 17px;
	color: #fff;
}