
body {
  overflow-x: hidden;

}

/*--- Extra Bootstrap Column Padding --*/
[class*="col-"] {
  padding: 1rem;
}

/*--- Bootstrap Mobile Gutter Fix --*/
.row, .container-fluid {
margin-left: 0px!important;
margin-right: 0px!important;

}







A.whitelink {text-decoration: none;FONT-WEIGHT: bold;color: white; }
A.whitelink:link {text-decoration: none;FONT-WEIGHT: bold;color: white; }
A.whitelink:visited {text-decoration: none;FONT-WEIGHT: bold;color: white;}
A.whitelink:hover {text-decoration: none;FONT-WEIGHT: bold; color: gray;}
A.whitelink:active {text-decoration: none;FONT-WEIGHT: bold;color: white;}

.facebookbutton
{
	background-color: #3b5998;
}

.twitterbutton
{
	background-color:  #00acee;
}

.linkedinbutton
{
	background-color:  #0072b1;
}

.mysharebutton
{
	padding: 10px 14px 10px 10px;
	color: white;
	//display: block;
	//height: 36px;
	height: 48px;
	font-weight: bold;
	font-size: 14pt;
	border-radius: 4px;
	
	cursor: pointer;
	
	transition: all 0.15s ease-in-out;
}

.mysharebutton:hover
{	
	background-color: whitesmoke;
	color: gray;
}

