16 lines
		
	
	
		
			162 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			162 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| .contact-photo-wrapper {
 | |
| 	float: left;
 | |
| 	width: 120px;
 | |
| }
 | |
| 
 | |
| .prep-details {
 | |
| 	float: left;
 | |
| }
 | |
| 
 | |
| .directory-item {
 | |
| 	margin: 10px;
 | |
| }
 | |
| 
 | |
| .rating-value {
 | |
| 	margin-top: 10px;
 | |
| } |