
article > aside .menu .dd-item.active > div * {
	border: none;
}

header .logo {
	font-size: 1.5rem;
}

* {
	font-family: 'Roboto', sans-serif, \5FAE\8EDF\6B63\9ED1\9AD4, "Microsoft JhengHei";
}

article section.page h1:first-of-type {
	font-family: "Novacento Sans Wide", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif, \5FAE\8EDF\6B63\9ED1\9AD4, "Microsoft JhengHei";
}

code, code > * {
	font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace !important;
	/*background: #eee;*/
    /*padding: 3px 6px;*/
    border-radius: 3px;
    /*font-size: .9rem;*/
    /*line-height: 1.4;*/
}

pre > code, code > * {
	/*background: #fafafa;*/
}

.w-100 {
	width: 100%;
}

.w-20 {
	width: 20%;
}

.text-wrap {
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}

.text-truncate-3-line {
	height: 5rem;
}

.text-truncate-3-line p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}


