/* Add here all your CSS customizations */

.lead {
	text-align: justify;
	line-height: 30px;
	font-size: 16px;
	color: #000;
}

label span, .errorMessage {
	color: #F00;
}

.panel-default>.panel-heading {
    color: #08c !important;
    font-size: 16px !important;
}

.panel-body ul li {
	list-style: none;
	line-height: 30px;
}

.panel-body ul li:before {
	content: '\f101';
	font-family: 'FontAwesome';
	padding-right: 10px;
	color: #08c;
}