body {
	font-family: Arial;
	background-color: #fffffd;
}
img {
	border: none;
}
.badge {
	float:left;
	height:50px;
	margin:0 5px;
	background-image:url('');;
	background-size:100%;
}
.linkgrouptitle {
	color:#216;
	text-transform: uppercase;
	font-size: .8em;
	letter-spacing: 1px;
	padding:10px 0 5px 0;
	/* border-bottom: solid 1px #aaa; */
}
.tag {
	font-size:larger;
	display:inline-block;
	margin: 2px;
	padding: 2px 10px;
}
a.tag {
	text-decoration: none;
	text-align: center;
	color:#666;
	background-color: white;
	opacity:.5;
	filter: alpha(opacity = 50);
}
a.tag:visited {
	color: black;
}

.favicon {
	width: 16px;
	height: 16px;
}
.list {
	display: inline-block;
	vertical-align: top;
	padding-left:20px;
	white-space: nowrap;
}
ul.list {
	list-style: none;
	position: relative;
}
ul.list li {
	position: relative;
}
.edit {
	width: 32px;
	height: 32px;
	position: absolute;
	top:0;
	right:0;
	text-decoration: none;
}
.secondary {
	color: #ccc;
}
