@font-face {
    font-family: 'gotthardregular';
    src: url('../fonts/gotthard-webfont.eot');
    src: url('../fonts/gotthard-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotthard-webfont.woff') format('woff'),
         url('../fonts/gotthard-webfont.ttf') format('truetype'),
         url('../fonts/gotthard-webfont.svg#gotthardregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
#developedby
{
	float:right;
	overflow:hidden;
	position:relative;
	width:180px;
	height:20px;
	cursor:pointer;
	line-height:12px;
	font-size:10px;
	color:#999;/*changes based on site*/
	margin-top:14px; /*changes based on site*/
}
#developedby a
{
	color:#999;/*changes based on site*/
}
#developedby .d-text
{
	position:absolute;
	top:3px;
	right:0;
}
#developedby .d-text svg
{
	margin:-16px 0 0 4px;
	float:right;
}
#developedby .d-logo
{
	position:absolute;
	right:-180px;
	white-space:nowrap;
	font-family:'gotthardregular';
	text-transform:uppercase;
}
#developedby .d-logo p
{
	margin:4px 0 0 0;
	float:left;
	color:#fff; /*changes based on site*/
}
#developedby .d-logo svg
{
	margin:0 3px;
	float:left;
}