/* outer wrapper, fixed to left */
 #share-wrapper {
    margin-top: 0px;
    position:fixed;
    left: 0;
  	cursor:pointer;
} 

/* inner wrapper */
#share-wrapper ul.share-inner-wrp{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

/* share link */
#share-wrapper li.OESZ_button-wrap > a {
    padding-right: 60px;
    height: 32px;
    display: block;
    line-height: 32px;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

/* regular css */
#share-wrapper a{
    font-size:20px;
  	background-repeat: no-repeat;
  	background-position: right center;
}

/* RESPONSIVE PART*/

/* change font-size of class if screen size goes below 400px */
@media all and (max-width: 399px) {
    .class a{
        font-size:13px;
    }

  #share-wrapper {
      bottom: 0;
      position: fixed;
      padding: 5px 5px 0px 5px;
      background: #EBEBEB;
      width: 100%;
      margin: 0px;
      -webkit-box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0 -1px 4px rgba(0,0,0,0.15);
      -o-box-shadow: 0 -1px 4px rgba(0,0,0,0.15);
      box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.15);
  }
  #share-wrapper ul.share-inner-wrp {
      list-style: none;
      margin: 0px auto;
      padding: 0px;
      text-align: center;
      overflow: auto;
  }
  #share-wrapper li.OESZ_button-wrap {
  display: inline-block;
  width: 32px!important;
  margin: 0px;
  padding: 0px;
  margin-left:0px!important;
  }
 #share-wrapper li.OESZ_button-wrap > a {
      height: 32px;
      display: inline-block;
      text-indent: -10000px;
      width: 32px;
      padding-right: 0;
      float: left;
  }
}