.item_url {
	font-size: 14px;
	padding-bottom: 3px;
}
.item_description {
	font-size: 14px;
	color: #777777;
	padding-bottom: 0px;
}
.item_tags {
	font-size: 11px;
	color: #777777;
	font-style: italic;
	padding-bottom: 0px;
}
.actions {
	text-align: right;
}

.navbar-form .input-group-btn {
	width: auto;
}

.special_tag {
	background-color: #428bca;
	color: white;
	padding: 3px;
	border-radius: 3px;
}

.special_tag:hover {
	color: #428bca;
	background-color: unset;
}