
.package-editor h1 .at {
	opacity: 0.15;
	text-shadow: none;
}

/* for the Tagged Input used in the Package Editor */

.tagged-input-wrapper .tag .remove:hover {
	color: #555;
}

.entry.focus /* = .entry:focus */ {
	border-color: rgba(61,155,218,.8);
	box-shadow: inset 0 0 0 1px rgba(61,155,218,.23),0 1px 0 0 rgba(255,255,255,.3);
	-webkit-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
