@charset "utf-8";
#text_fancy {width: 80%;
	min-width: 320px;
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	color: rgba(89,91,92,1.00);
	font-size: 12pt;
	margin-bottom: 15px;
	background-color: rgba(255,255,255,1.00);
	border-left-style: none;
	border-right-style: none;
	font-family:'Poppins',sans-serif;
}
@media only screen and (max-width:550px){
	#text_fancy {
		font-size:10pt;
		font-family:'Poppins',sans-serif;
	}
}

#list_fancy {width: 80%;
	min-width: 320px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5 px;
	color: rgba(89,91,92,1.00);
	font-size: 12pt;
	margin-bottom: 25px;
	background-color: rgba(255,255,255,1.00);
	border-left-style: none;
	border-right-style: none;
	font-family:'Poppins',sans-serif;
}
@media only screen and (max-width:550px){
	#list_fancy {
		font-size:10pt;
		font-family:'Poppins',sans-serif;
	}
}
#container_fancy {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	min-width: 320px;
	max-width: 650px;
	font-family:'Poppins',sans-serif;
	
}
