.btn-cycle {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #999;
	font-size: 1.8em;
	border: 2px solid #999;
	border-radius: 36px;
	-webkit-border-radius: 36px;
	-moz-border-radius: 36px;
}

.btn-cycle:hover {
	color: #666;
	border: 2px solid #666;
	text-decoration: none;
	box-shadow: 0px 0px 3px #333;
	-moz-box-shadow: 0px 0px 3px #333;
	-webkit-box-shadow: 0px 0px 3px #333;
}

.breadcrumb {
	background-color: #fff;
	padding: 0px 0px 10px;
	border-bottom: 1px solid #ddd;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

.breadcrumb a {
	color: #888;
	text-decoration: none;
}

.navbar {
	border-radius: 0px;
}

.label a {
	color: #fff;
	text-decoration: none;
}

.label:hover {
	background-color: #333;
}