/* Google forms */
ul.ss-choices
{
	list-style: none;
}
span.ss-q-other-container
{
	width: 50%;
	display: block;
}
.has-error .ss-q-other-container .form-control
{
	border-color: #dae8e0;
}
.has-error .control-label
{
	color: #344a3d;
}
div.required-message, div.error-message, div.ss-password-warning
{
	display: none;
}
.errorbox-good {
	margin-bottom: 20px;
}
table thead .ss-gridnumbers
{
	text-align: center;
}
table tbody .ss-gridrow
{
	text-align: center;
}
table tbody .ss-gridrow.ss-gridrow-leftlabel
{
	min-width: 200px;
	text-align: left;
}
.ss-form-desc
{
	text-align: justify;
	font-size: 19px;
	line-height: 1.9;
}
.questionaries .jumbotron
{
	background-color: #fff;
}

/* Global styles */
p
{
	text-align: justify;
}
#testimonials-carousel p
{
	text-align: center;
	color: #fff;
}