#intranet-widget {
	/*font-size:11px;
	padding:3px 10px 5px 10px;
	color:#fff;
	margin:0 0 12px 6px;
	background: rgb(0, 0, 0) transparent;
	background: rgba(0, 0, 0, 0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-radius:0 0 5px 5px;
	behavior: url(/scripts/PIE-1.0.0/PIE.php);
	float:right;*/
	padding: 3px 15px;
    position: absolute;
    right: 15px;
    top: 15px;
	background-color: #6494b2;
    border-color: #6494b2;
    color: #fff;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-radius:0 0 0px 0px;
	
}
#intranet-widget a {
	color: #fff;
	font-family:'Noto Serif', Times New Roman, Times, serif;
	text-transform:uppercase;
	/*font-weight:bold;
	color:#CC9900;*/
}

@media screen and (max-width: 767px) {
	#intranet-widget {
		position:static;
		float:none;
		display:inline-block;
		margin:15px auto 0 auto;
		
	}
}
