#body .hr {
	margin:5px 5px 0;
	border-bottom:1px solid #e6e6e6;
}

#device-mobile {
	margin:20px 0;
	position:relative;
	width:100%;
}

#device-mobile .feature {
	margin-bottom:7px;
}

#device-mobile .feature a {
	width:calc(100% - 24px);
	padding:22px 0 17px 24px;
	font-size:18px;
	color:#343434;
	text-decoration:none;
	display:block;
	letter-spacing:-.5px;
	cursor:pointer;
	white-space:nowrap;
	background-color:#f7f7f7;
}

#device-mobile .feature.selected a {
	color:#05b6cc;
}

#device-mobile .content {
	overflow:hidden;
	display:none;
	background-color:#f7f7f7;
}

#device-mobile .content p {
	padding:24px;
	font-size:16px;
	line-height:20px;
}

#device-mobile .content p sup {
	font-size:9px!important;
	line-height:0;
}

#device-mobile .content img {
	width:100%;
	height:auto;
}