﻿/*Style to create a Copy Link button for the Wolf videos, so users can copy the video's url and paste it in a web browser outside of the data centre. Works in conjunction with the javascript in clipboard.js. */
.clipboardBtn {
	z-index: 8050;
	border-radius: 3px;
	padding: 1;
	/*background-color: #248700;*/
	border: 1px solid #D8D8D8;
	background-color: #F7F7F8;
	color: #404040;
	outline: none;
}