.line .link{
	padding: 0;
	float: left;
	width: 50px;
	margin-top: 11px;
	height: 0px;
	background: #fff;
	text-align: center;
	cursor: pointer;
	color: red;
	border: 2px #a03232 solid;
}

.line .node{
	padding: 0;
	float: left;
	width: 160px;
	height: 24px;
	background: #292;
	color: #fff;
	text-align: center;
	cursor: pointer;
	border-radius: 50px; 
	border-right: #292 8px solid;
	border-left: #292 8px solid;
}




body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
}
.container {
    padding: 20px;
}