@charset "UTF-8";
h1 {
	padding-bottom: 20px;
}
.category {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-size: 70%;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 1px;
	margin-top: 35px;
}

