@charset "utf-8";
.col-md-8.col-sm-8.col-xs-12 p a {
	color: rgba(88,32,19,1.00);
	font-weight: bold;
	font-size: x-small;
}
.container-fluid .content {
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
}
.row .col-md-8.col-sm-8.col-xs-12 p {
	margin-left: 20px;
	margin-right: 21px;
	color: rgba(116,116,116,1.00);
	text-align: justify;
	font-size: x-small;
}







@media (min-width:1400px){
.row .col-md-8.col-sm-8.col-xs-12 p {
	font-size: x-small;
}


}

@media (orientation:portrait) and (max-width:450px){
.container-fluid .content {
	margin-top: -5px;
	font-size: x-small;
}
.row .col-md-8.col-sm-8.col-xs-12 p {
	font-size: x-small;
	text-align: left;
}


}
