.item {
	margin:0 0 20px 20px;
	padding:15px;
	width:570px;
	border:1px #b5b5b5 solid
}

.item p.label {
	float:left;
	margin-bottom:15px;
	padding:3px 5px;
	background-color:#e9f0b8
}

.item p.detail {
	margin-top:15px;
	max-width:330px;
	line-height:30px;
	border-top:dashed 1px #b5b5b5
}

.item p.detail span {
	display:block;
	border-bottom:dashed 1px #b5b5b5
}
.item small {
 display:block;
 margin-top:-12px;
}

@media screen and (max-width:1010px) {	
.item{
	text-align:left;
}
.item small {
 font-size:7px;
}
}