.text-red {
    color: #CE1126;
}
.text-white{
	color: #FFFFFF;
}
.text-gray{
	color: #6d6e71;
}
.text-light-brown {
    color: #666666;
}
.text-orange {
    color: #EF653A;
}
h3{
	font-size:22px;
	font-weight:bold;
	margin-bottom:20px;
}
p{
	font-size:13px;
	text-align:justify;
}
ol{
	padding-left: 20px !important;
}
ul{
	padding-left: 20px !important;
}

li{
	font-size:13px;
	padding-bottom:5px;
	text-align:justify;
	text-justify: distribute;
}

li ol li{
	padding-bottom:inherit;
	text-align:justify;
}
li.nolist{
	list-style:none;
	text-align:justify;
}
table{
	margin-top:10px;
	margin-bottom:10px;
}
table th{
	border-top:1px solid #000 !important;
	border-bottom:1px solid #000 !important;
	border:1px solid #000;
	padding:10px;
	text-align:center;
	vertical-align:middle !important;
}
table td{
		border-top:1px solid #000 !important;
	border:1px solid #000 !important;
	padding:10px;
}
.textinde{
	text-indent: -7px;
}
table.tdcenter td{
	text-align:center;
}
.table-responsive{
	border:0 !important;
}