.trc-copy-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	margin-left: 6px;
	padding: 4px !important;
	width: 22px !important;
	height: 22px;
	cursor: pointer;
	border: 1px solid #999;
	border-radius: 3px;
	background: #f5f5f5;
	color: #555;
	vertical-align: middle;
	line-height: 0;
	transition: color 0.15s ease, border-color 0.15s ease, background-color 0.15s ease;
}

.trc-copy-btn:hover {
	background: #eaeaea !important;
	color: #333 !important;
}

.trc-copy-btn:active {
	background: #dcdcdc;
}

.trc-copy-btn.trc-copied {
	color: #00a32a;
	border-color: #00a32a;
}

.trc-copy-btn.trc-copy-failed {
	color: #d63638;
	border-color: #d63638;
}
