.box {
	float: left;
	height:auto;
	margin-bottom:30px;
	padding:10px;
	border-left:1px solid #eee;
	max-width: 80%;
}
.sx {
	float:left;
    margin-left: 55px;
	margin-right: 40px;
	margin-bottom: 20px;
	width: 200px;
	height: auto;
	border-right: 2px solid #ccc;
	font-size: 1.0em;
	line-height:1.6em;
}
.nolink{
	color:darkgray;
}
@media (max-width: 800px) {
.sx { 
	display: block;
	width: 100%;
	float: none;
	margin: 0 0 20px 0;
	border-right: 2px solid #ccc;
	font-size: 1.0em;
	line-height:1.6em;
}
}