/* Copy feature */
.copy a				{ outline: none; color: #666; }
.copy a.glowbutton		{ min-width: auto; color: #fff; }
.copy a.glowbutton svg		{ margin: 9px 6px 0 0; fill: #fff; }
.copy a svg			{ width: 14px !important; height: 14px !important; min-width: auto; margin: -2px 6px 0 0; }
.copy a svg.copyok		{ display: none; width: 14px !important; height: 14px !important; }
.copy a svg,
.copy a svg path		{ fill: #999 !important; }
.copy a.glowbutton svg,
.copy a.glowbutton svg path	{ fill: #fff !important; }
.copy a svg.copyok,
.copy a svg.copyok path		{ fill: #5fc331 !important; }

