.copy_btn {
	float: right;
}
button.copy_btn {
	font-size: 16px;
	padding: 0;
	line-height: normal;
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	padding: 5px 20px;
	cursor: pointer;
}
.copy_btn .copied_text {
	display: none;
}
.copy_btn.active {
	color: #0db513;
}
.copy_btn.active .copied_text {
	display: inline;
}
.copy_btn.active .copy_text {
	display: none;
}
.copy_btn.has_icon {
	padding: 0;
    height: auto;
    border: 0;
    height: 30px;
    font-size: 25px;
    background-color: transparent;
    border: 0;
}
.copy_btn.has_icon .copied_text {
	font-size: 14px;
	vertical-align: top;
}