.floatingPanel {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	font-family: 'OswaldRegular';
	font-weight: normal;
	color: #808080;
}

.floatingPanel a {
	color: #00adef;
}

.floatingPanel a:hover, .floatingPanel .showOrHideButton a:hover, .floatingPanel .content .link a:hover {
	color: #b0b0b0;
}

.floatingPanel .content {
	float: left;
	padding: 6px 8px 6px 8px;
	background: #f0f0f0;
	border-radius: 0 0 4px 0;
}

.floatingPanel .showOrHideButton {
	float: left;
	height: 28px;
	margin-top: -38px;
	padding: 8px 12px 2px 12px;
	font-size: 16px;
	background: rgba(63, 63, 63, 0.75);
	border-radius: 4px 4px 0 0;
}

.floatingPanel .showOrHideButton a, .floatingPanel .content .link a {
	color: #d6501e;
}

.floatingPanel .content .label {
	margin-bottom: 8px;
	font-size: 22px;
	line-height: 28px;
	color: #b0b0b0;
}

.floatingPanel .content .list {
	font-size: 14px;
	line-height: 22px;
	color: #808080;
}

.floatingPanel .content .list img {
	width: 22px;
	height: 22px;
	margin-right: 4px;
}

.floatingPanel .content .link {
	margin-top: 8px;
	font-size: 18px;
	line-height: 24px;
	color: #b0b0b0;
}

.floatingPanel .rotate {
    -moz-transform:rotate(-270deg);
    -moz-transform-origin: bottom left;
    -webkit-transform: rotate(-270deg);
    -webkit-transform-origin: bottom left;
    -o-transform: rotate(-270deg);
    -o-transform-origin: bottom left;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.windowsLogo {
	width: 36px;
	height: 24px;
	margin: 2px 0 0 2px;
}

#socialMedia {
	margin: 4px 0 4px 0;
	padding: 1px 0 1px 0;
	width: 38px;
    border-radius: 0 4px 4px 0;
	background: rgba(63, 63, 63, 0.75);
}

#socialMedia img {
	padding: 3px 2px 1px 3px;
	width: 32px;
	height: 32px;
}