/* --- List --- */
.list {		
	margin-top: 20px;								
	border-bottom: 5px solid rgba(0, 0, 0, 0.2);		
}
.list .text {
	text-align: center;	
	max-width: 350px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 20px;
}	
.list ul {
	padding: 0 !important;
	margin: 0 !important;
	list-style: none;
	background-color: rgba(0, 0, 0, 0.2);	
}
.list li {
	position: relative;
	padding: 22px 42px 10px 18px;
	margin-top: 3px;
	font-size: 17px;
	line-height: 1.2em;  
	background: #fff;  	 	
}
.list li:first-child {
	margin-top: 0;
}
.list-first {
	height: 68px;
	line-height: 68px;
	position: relative; 				
	padding-left: 25px;  	 	
	font-size: 22px;
	font-weight: 500;
	background: #e3e6e9;		
}
.list-icon {
	float: left;
	padding: 48px 65px 0 0;  	
}
.list-entry {
	padding-top: 1px;
	overflow: hidden;
	line-height: 1.3em;
}
.list-name {
	margin: 1px 0 6px;
	font-size: 18px;  	
}
