.keyword { margin-bottom: 1em; }

ul#tags {
	padding: 0;
	margin: 0;
	line-height: 1.2;
	font-size: 13px;
	}

#tags li {
	display: inline;
	margin: 1px;
	padding: 1px;
	background-image: none;
	font-size: 100%;
	}
#tags li a {
    color: #b0b0b0;
    text-decoration: none;
}
#tags li.level1 a {
	font-size: 167%;
	font-weight: bold;
	color: #ff1d92;
	}
#tags li.level2 a {
	color: #ee2410;
	font-size: 136%;
	font-weight: bold;
	}
#tags li.level3 a {
	color: #f26210;
	font-size: 122%;
	font-weight: bold;
	}
#tags li.level4 a {
	color: #3993ff;
	font-size: 114%;
	}
#tags li.level5 a {
	color: #28546f;
	font-size: 92%;
	}
#tags li.level6 a {
	color: #34be46;
	font-size: 77%;
	}
#tags li a:hover {
	background: #3993ff;
	border: none !important;
	color: #fff;
	}

dl.usage {
	font-size: 90%;
	line-height: 160%;
	color: #888;
	margin: 1em 1em 1em .5em;
	}
dl.usage dt { float: left; }
dl.usage dd { margin: 0 0 .4em 4.5em; }