body,
html {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	width:300px;
	height:250px;
}

body{
padding: 10px;
	box-sizing: border-box;
}

a:hover {
	text-decoration: none;
	color:#FF6564;
}

.maintext:hover {
	text-decoration: none;
	color:#FF6564;
}

.line2{
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	color: #ff6564;
	padding-bottom: 7px;
}

.wrapper {
	width:100%;
	box-sizing: border-box;
	height:230px;
	padding:10px 0;
	background: #fff;
border-top: dotted 1px #555;
border-bottom: dotted 1px #555;

}

.hero.last{
	border-bottom:none;
}

.hero { 
	height: 60px;
	width: 100%;
	float: none;
	padding: 0px;
}
	.hero img {
		display:none;
		float: left;
		margin: 5px;
	}

.subhero {
	display:table-cell;  
	vertical-align:middle;
	height:60px;
}



.text {
	text-decoration: no-underline;
	float: left;
	width: 100%;
	margin-top:-1px;
	font-family: arial, sans-serif;
}

.heading_top,
.heading {
	display: none;
}

.maintext {
	text-decoration:no-underline;
	font-size: 15px;
	font-weight: normal;	
	margin: 0px;
	padding: 3px 0;	
	color: #3c3c3c;	
	margin-left: 0px;
	line-height:1.1em;
	-webkit-transition: color 0.1s ease-out;
	-moz-transition: color 0.1s ease-out;
	-o-transition: color 0.1s ease-out;
	transition: color 0.1s ease-out;
}

.dianomi_provider_short {
	text-decoration:none !important;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	display: block !important;
	color: #898989;
	font-weight:normal;
	margin-top:2px;
}

.action {
	display: none;
}

.sub-line2 {
	display:block;
	overflow: hidden;
	top:222px;
	left:265px;
	position:absolute;
	font-size:10px;height:1.3em;
	color:#ccc;
	width:31px;
	height:13px; 
	padding-bottom:0px;
	z-index:1; 
}
	.sub-line2 a{
		color:#999;
		text-decoration: none;
	}
	.sub-line2 img{
		border: none;
		outline: none;
		}