


.fb{
    float: left;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -wekit-border-radius: 5px;
     padding: 0% 0%;
      margin-top: 1%;
}


.otherlink{
      margin: 0 auto; /*ALL are center*/
      width: 90%;
      padding: 2px;
      background-color: #4f92cb;
}




.sharenav {
  overflow: hidden;
  background-color: #FFF;
}

.sharenav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 4px 4px;
  text-decoration: none;
  font-size: 15px;
    color: black;
}

.sharenav a:hover {
  background-color: #d8e6f3;
  color: black;
}

.sharenavactive {
  background-color: #FFF;
  color: black;
}

.sharenav .icon {
  display: none;
}
.sharenav img {
width: 25px;
height:25px;
}










@media only screen and (min-width: 150px) and (max-width: 600px){

 .sharenav.responsive {position: relative;}
  .sharenav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .sharenav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

.sharenav img {
width: 17px;
height:17px;
}


}






