/*//////////////////////////////////////////////////////////////////////////////////////////*/
/* CUSTOM CSS (ADD YOUR CSS HERE!) */
/*//////////////////////////////////////////////////////////////////////////////////////////*/


p {
	
	font-family: 'PT Sans', sans-serif !important;
	
	

}

.question {
	
	background:#d90000 !important;
	
}

h1, .h1, h2, .h2, h3, .h3 {
	color: #000;
	font-family: 'PT Sans', sans-serif;
	font-weight:bold;
	
}

.sub-titles {
	
	font-weight:bold;
	font-family: 'PT Sans', sans-serif;
}


.panel { 
	background:#333333 !important;
	margin-bottom:0px !important;
	}
	
.panel-heading:hover { 
background:#d90000; !important;
}

.panel-body {
	background:#fff;
	border-bottom: 3px solid #000;
	}

.title-custom {
	color:#fff !important;
	text-align: justify;
	text-decoration: none;
	
	}
	
.title-custom:hover {

text-decoration: none;

}

.text-custom {

text-align:justify;

}

.span-align {
	
	padding-left: 5px;
}

.tab-content {
	
	box-shadow: 0 3px 6px 1px rgba(0, 0, 0, .2);
	
	
}

.link { 
	
	color:#000; 
	text-decoration: none;

}

.link:hover { 
	
	color:#d90000; 
	text-decoration: none;

}





