46 lines
		
	
	
		
			656 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			46 lines
		
	
	
		
			656 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| #contacts-search-form {
 | |
| 	display: none;
 | |
| }
 | |
| 
 | |
| .section-subtitle-wrapper .btn-xs {
 | |
| 	margin-top: -2px;
 | |
| }
 | |
| 
 | |
| .contact-search {
 | |
| 	height: 22px;
 | |
| 	border-top-right-radius: 0px;
 | |
| 	border-bottom-right-radius: 0px;
 | |
| }
 | |
| 
 | |
| .directory-photo-img.archived {
 | |
| 	opacity: 0.3;
 | |
| 	filter:alpha(opacity=30);
 | |
| }
 | |
| 
 | |
| .contact-photo-wrapper {
 | |
| 	display: table-cell;
 | |
| 	table-layout: fixed;
 | |
| 	vertical-align: top;
 | |
| }
 | |
| 
 | |
| .contact-info {
 | |
| 	display: table-cell;
 | |
| 	table-layout: fixed;
 | |
| 	vertical-align: top;
 | |
| 	padding-left: 10px;
 | |
| }
 | |
| 
 | |
| .contact-info-label {
 | |
| 	font-weight: bold;
 | |
| }
 | |
| 
 | |
| .connphone {
 | |
| 	color: green;
 | |
| }
 | |
| 
 | |
| .contact-photo-wrapper .oneway-overlay {
 | |
| 	margin-top: -25px;
 | |
| 	margin-left: 53px;
 | |
| 	font-size: 20px;
 | |
| }
 |