.services-portlet-headlines2 {
	.clear {
		clear: both;
	}

	.block {
		padding: 8px;
		margin-bottom: 5px;
		border: none;
		background: #fefefe;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		box-shadow: 0 1px 2px rgba(0,0,0,0.4);
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.4);
		-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.4);
			
		h3 {
			font-size: 20px; 
			color: #999;
		} 

		h4 {
			font-size: 18px;
			color: #000;
		} 

		img {
			-webkit-border-radius: 3px; 
			-moz-border-radius: 3px; 
			border-radius: 3px; 
		}
	}
	
	.title-header {
		padding: 0;
		background:rgb(233, 128, 3);
	}
		
	.title-header a {
		text-decoration: none;
	}
	.title-header a:hover {
		text-decoration: none;
	}
		
	.title-header h3 {
		padding: 0;
		font-size: 16px;
		font-weight: normal;
	}

	.item-text {
		-ms-word-break: break-all;
		word-break: normal; 
		word-break: break-word;
		word-wrap: break-word;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;					
	}
	
	.item-line {
		margin-top: 7px;
	}
	.item-line a {
		text-decoration: none;
	}
	.item-line a:hover {
		text-decoration: none;
	}
}