.socialjs {
  padding-top: 20px;
  margin-bottom: 10px;
  float:left;
}

.socialjs .small {
  text-align: center;
}

.socialjs ul,
.socialjs li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.socialjs ul {
  display: table;
  margin: 0 auto;
}

.socialjs ul li {
  display: inline;
  background: none !important;
}


.sharebutton {
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    margin-right: 20px;
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    text-align: center;
    line-height: 30px;
	font-size: 20px;
	color:#fff !important;
}

.sharebutton.mail
{
	cursor:pointer;
}

.sharebutton.mail .fa-envelope{
  color: #521b5d;
}
.sharebutton:hover {
    text-decoration: none;
}

.sharebutton.digg:hover {
  background-color: #356AA0;
}

.sharebutton.digg:hover .count,
.sharebutton.digg:hover i {
  color: white;
}

.sharebutton.reddit:hover {
  background-color: #ff5700;
}

.sharebutton.reddit:hover .count,
.sharebutton.reddit:hover i {
  color: white;
}

.sharebutton.pinterest:hover {
  background-color: #cb2027;
}

.sharebutton.pinterest:hover .count,
.sharebutton.pinterest:hover i {
  color: white;
}

.sharebutton.facebook {
  background-color: #3b5998;
}

.sharebutton.facebook:hover {
  background-color: #3b5998;
}

.sharebutton.facebook:hover .count,
.sharebutton.facebook:hover i {
  color: white;
}

.sharebutton.twitter {
  background-color: #55acee;
}

.sharebutton.twitter:hover {
  background-color: #55acee;
}

.sharebutton.twitter:hover .count,
.sharebutton.twitter:hover i {
  color: white;
}

.sharebutton.linkedin {
  background-color: #0976b4;
}

.sharebutton.linkedin:hover {
  background-color: #0976b4;
}

.sharebutton.linkedin:hover .count,
.sharebutton.linkedin:hover i {
  color: white;
}

.sharebutton.googleplus:hover {
  background-color: #dd4b39;
}

.sharebutton.googleplus:hover .count,
.sharebutton.googleplus:hover i {
  color: white;
}

.sharebutton.mail:hover {
  background-color: #521b5d;
}

.sharebutton.mail:hover .count,
.sharebutton.mail:hover i {
  color: white;
}

.sharebutton .count {
    font-size: 12px;
    color: #333;
    float: right;
    padding-right: 10px;
    font-weight: bold;
    position: relative;
    top: 2px;
}

.socialjs.fortest
{
	width:100%;
}

.socialjs ul
{
	float:left;
}