.clear{
	clear:both;
}
.cat-top{
	padding: 5px 0 5px 0;
	border-radius: 8px 8px 0 0;
	background-color: #95a8c7;
}
.cat-name{
	margin-left: 10px;
	float: left;
	font-size: large;
	font-weight: bold;
	color: white;
	text-shadow: black 0 0 5px;
}
.cat-name i{
	margin-right: 6px;
}
.cat-main{
	width: 100%;
	background-color: #e6e6e6;
	padding-bottom: 5px;
	border-radius: 0 0 8px 8px;
}

.cat-menus{
	width: 100%;
	background-color: #74c389;
	padding-bottom: 5px;
	border-radius: 8px;
}

.chain{
	width: 15.3%;
	text-align:center;
	display: inline-block;
	padding: 3px 0;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: #fefefe;
	border-radius: 5px;
	margin: 10px 1px 0 10px;
	font-size: small;
	color: #666;
}
.chain-icon{
	margin-right: 4px;
}
.chain-txt{
	font-weight: bold;
	font-size: 13px;
	color: white;
}
.chain-default-txt{
	font-size: 13px;
	color: #666;
}
.chain:hover{
	background-color: #111!important;
}

.red{
	font-weight: bold;
	background-color: red;
}
.green{
	font-weight: bold;
	background-color: green;
}

.blue{
	font-weight: bold;
	background-color: #026be4;
}

.violet{
	font-weight: bold;
	background-color: #157ab1;
}

@media(max-width:960px){
	.chain{
		width: 30%!important;
		margin: 5px 0% 0 2%!important;
		margin-right: 0!important;
	}
}
