nav, nav span, nav i {
	background-color: #333;
	color: #ccc !important;
}
nav ul a {
	color: #aaa;
}
nav ul li:hover, nav ul li.active {
	background-color: rgba(255,255,255,0.1);
}
blockquote {
	border-left: 5px solid #009688;
}
pre {
	font-size: 0.9rem;
	padding: 7px 12px 7px 12px;
	border: solid 1px rgba(51, 51, 51, 0.12);
}
.bold {
	font-weight: bold;
}
.thumbnail-container {
	margin-right: 10px;
}
.thumbnail {
	width: 160px;
	height: 120px;
}
.thumbnail-label {
	color: #111;
	width: 160px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.category-num {
font-size: 0.85rem;
color: #fff;
background-color: rgba(64,128,64,0.9);
border-radius: 2px;
  padding: 2px 10px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.seq-id {
font-size: 0.85rem;
color: #fff;
background-color: rgba(0,0,0,0.7);
border-radius: 2px;
  padding: 2px 10px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.category-link {
	float: left;
	margin-left: -6px;
	margin-right: 4px;
	font-size: 2.3rem !important;
	line-height: 80% !important;
}
.url-link {
	float: left;
	margin-left: 32px;
	margin-top: 7px;
}
