.credit {
	float:right;
	margin-top:5px;
	font-size:11px;
}
.credit a {
  text-decoration: none;
}
.credit a, .credit a:visited { color: #484848; }
.credit-style-dark a, .credit-style-dark a:visited { color: #b8b8b8; }
.credit a:hover, .credit a:active {	text-decoration: none; }
.credit a.site-credit-link span { opacity: 0.5; }
.credit a.site-credit-link:hover span {
	opacity: 1;
	-webkit-transition: opacity .25s linear;
	-moz-transition: opacity .25s linear;
	transition: opacity .25s linear;
}
a.site-credit-link img {
  margin: 0 1px -3px 2px;
}
.credit span.ext {
  background: none;
  padding: 0;
}
