/* Standart CSS */
.align-left {
	text-align: left;
}

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

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

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

/* Custom CSS */
p.text-info {
	color: #31708f;
}

p.text-muted {
	color: #999999;
}

p.text-danger {
	color: #a94442;
}

p.text-success {
	color: #3c763d;
}

p.text-warning {
	color: #8a6d3b;
}

/* Beispiele
div.blue {}
div.red {}
div.demo2 {}
*/