/* CSS Document */.btn-tm {	box-shadow:inset 0px 1px 0px 0px #707070;	background-color:#c2c2c2;	border-radius:3px;	border:1px solid #707070;	display:inline-block;	cursor:pointer;	color:#bf2629;	font-family:Arial;	font-size:11px;	font-weight: bold;	padding:6px 6px;	text-decoration:none;	/*text-shadow:0px 1px 0px #854629;*/	transition: background-color .25s ease-out;}.btn-tm:hover {	background-color:#7a7a7a;	color:#ffffff;}.btn-tm:active {	position:relative;	top:1px;}.btn-tm:focus {	outline: none;}.website{    /*background-image: url('{{"../icons/white/paper.svg" | relURL }}'); !* 16px x 16px *!*/	background-image: url('website.svg'); /* 16px x 16px */	background-repeat: no-repeat;  /* make the background image appear only once */	padding-left: 34px;     /* make text start to the right of the image */}