.btn-bar {
	margin: 10px 5px;
}

/**
 * Issue Thubmnail
 */

.sticker-issue {
	position: relative;
	padding: 10px 5px;
	border-top: 1px solid #eeeeee;
}
.ui-autocomplete-values .sticker-issue {
	padding: 0;
	margin: 0;
}

.sticker-issue.ui-state-active dl dt {
	color: #cccccc;
}
.sticker-issue dl {
	position: absolute;
	left: 150px;
	top: 3px;
}
.ui-autocomplete-values dl {
	top: 0;
}

.sticker-issue dl dt {
	font-weight: normal;
	color: #666666;
	clear: none;
	width: auto;
	min-width: 60px;
}

.sticker-issue dl dd {
	margin-left: 10px;
	float: left;
	min-width: 160px;
}

.sticker-issue .attr {
	display: inline-block;
	min-width: 200px;
}
.sticker-issue .attr label {
	font-weight: normal;
	color: #666666;
	white-space: nowrap;
	margin-left: 30px;
	margin-right: 10px;
}
.sticker-issue.ui-state-active .attr label {
	color: #cccccc;
}
