/*Banner Styling*/
.banner {
	width: 730px;
	height: 100px;
	background: url('/images/microsites/apptech-banner-background.png') no-repeat;
}
.bannertitle{
	font-weight: normal !important;
	font-size: 36px !important;
	color: #666 !important;
	font-family: "Helvetica Neue-light",Helvetica,sans-serif !important;
	Margin: 2.7% 0 0px 0px !important;
	padding-left: 2% !important;
	padding-right: 65px !important;
	border-bottom: 4px solid #00457C !important;
	float: left !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#999));
	-webkit-background-clip: text;
	/* -webkit-text-fill-color: transparent; */
	width: 70%;

}
.bannertitle h1{
	font-weight: normal !important;
	font-size: 36px !important;
	color: #666 !important;
	font-family: "Helvetica Neue-light",Helvetica,sans-serif !important;
	float: left !important;
}
.backlink {
    margin: 50px 0 4px 5px !important;
	float: right !important;
}
.backlink a{
	font-weight: bold !important;
	font-size: 12px !important;
	color: #666 !important;
	text-transform: uppercase !important;
	text-align: right !important;
    width: 100%;
}
.backlink a:hover{
	color: #999 !important;
	text-transform: uppercase !important;
	text-align: right !important;
	text-decoration: none !important;
}

/* Social Media Icons
----------------------------------------------- */
a.socialIcons {
    margin-right: 1px; /* Increase the number to increase the space between the icons */
}
a.socialIcons:hover {
    opacity: .8;
    filter:alpha(opacity=80); /* For IE8 and earlier */
}
.socialstuff {
	float: right;
	margin: 76px 0 0 490px;	
    width: 241px !important;
    position: absolute;
}

.table {
    border-collapse:collapse;
}
#microsite table td, #microsite table th {
	border: 1px solid #CCC;
	padding:5px;
	vertical-align:top;
	text-align:center;
	width:710px;
}

.fb-share-button {
    display: inline !important;
}
.twitter-share-button {
    display: inline !important;
    margin-left: 3px !important;
	position: absolute !important;
	padding-top:2px !important;
	height:22px !important;
}
