@import url(http://fonts.googleapis.com/css?family=Roboto:400,600,700);
	#topShareButtons, #bottomShareButtons {display:block; float:left; clear:both; width:100%;}
	#topShareButtons-FB, #topShareButtons-TW, #topShareButtons-GP{display:block; float:left; margin-right: 20px;}
	#fb-link, #fb-count, #tw-link, #tw-count, #gp-link, #gp-count {display:inline;}
	
	#fb-count, #tw-count, #gp-count {
		/*float: left;*/
		background-color: #fff;
		border-width: 1px;
		border-style: solid;
		border-color: #cdd5e5;
		margin-left: 6px;
		margin-top: 1px;
		padding: 1px 2px;
		position: relative;
		height: 17px;
		color:#57585b;
		-webkit-border-radius: 2px;
	}
	
	#fb-count i, #fb-count u, #tw-count i, #tw-count u, #gp-count i, #gp-count u {
		border: solid transparent;
		border-right-color: #D7D7D7;
		top: 4px;
		left: -5px;
		display: block;
		position: absolute;
		height: 1px;
		border-width: 4px 5px 4px 0;
	}
	
	#fb-count i, #tw-count i, #gp-count i {
		left: -3px;
		z-index: 5;
		border-right-color: white;
	}

	#fb-link a, #tw-link a, #gp-link a { font-family:Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size:14px; background: transparent no-repeat; text-decoration:none; padding:2px 0;  display: inline-block;}
	#fb-link a{background-position: 0px 2px;padding-left:17px;}
	#tw-link a{background-position: 0px -18px;padding-left:22px;}
	#gp-link a{background-position: 0px -38px;padding-left:25px;}
	#fb-link a:hover, #tw-link a:hover, #gp-link a:hover{text-decoration:underline;}