body {
padding: 0;
margin: 0;
}

#socialbar {
position: fixed;
bottom: 0;
width: 100%;
color: #ffffff;
height: 27px;
text-align: center;
padding-top: 0px;
padding-bottom: 10px;
/* Adds shadow to the bottom of the bar */
-webkit-box-shadow: 8px 8px 8px 8px #0c5395;
-moz-box-shadow: 8px 8px 8px 8px #0c5395;
box-shadow: 8px 8px 8px 8px #0c5395;
/* Adds the transparent background */
background-color: rgba(229, 241, 255, 1.0);
color: rgba(1, 1, 1, 0.8);
}

#socialbar a {
font-size: 14px;
padding-left: 15px;
padding-right: 15px;
color: white;
text-decoration: none;
}

#socialbar a:hover {
color: grey;
}

/*Social Sharing Bar Starts*/


table.socialbar  {width: 100%;}

td.socialbar1  {width: 75%; vertical-align:top;}
td.socialbar2  {width: 25%; vertical-align:top;}

table.sharethis  {width: 100%;}
td.sharethis  {}

table.fblike  {width: 100%;}
td.fblike1  {width: 70%; border-left-style: solid; border-left-color: #0c5395;}
td.fblike2  {width: 30%; vertical-align:center;}




/*Social Sharing Bar Ends*/


