.prds {
	margin-top:10px;
	/*background-color:#fcfefe;*/
	border:dotted 1px #CCC; 
	padding:10px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.prds_link {
	text-align:center;
	/*background-color:#fcf3e7;*/
	width:105px;
	margin-top:10px;
	background-color:fce7d8;
	border:solid 1px #ccc; 
	padding:10px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}


/* -------------------------------------------  MAIN BODY STYLES  ----------------------------------------------- */

#data_image2 {
	width:100%;
}

#data_image {
	max-width:550px;
	width:100%;

}
/* ------------------------------------------------------------  MOBILE  ----------------------------------------------------------------- */

@media all and (max-width: 800px) {

	#data_image2 { 
		max-width:50%;
		
}

@media all and (max-width: 680px) {
	
	

}

@media all and (max-width: 480px) {
	
	

#data_image2 { 
		max-width:120px;

}

#data_image { 
		max-width:334px;

}
	
	
	
	
	
}
