sharemessage.sharrre.css in Share Message 8        
                          
                  
                        
  
  #sharemessage.sharrre {
    width:100%;
    display:inline-block;
}
.sharrre .count {
    margin: 0 auto;
    color:#444444;
    display:block;
    font-size:17px;
    line-height:34px;
    height:34px;
    padding:4px 0;
    position:relative;
    text-align:center;
    text-decoration:none;
    width:50px;
    background-color:#eee;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.sharrre .share {
    color:#FFFFFF;
    display:block;
    font-size:11px;
    height:16px;
    line-height:16px;
    margin-top:3px;
    padding:0;
    text-align:center;
    text-decoration:none;
    width:50px;
    background-color:#9CCE39;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.sharrre .buttons {
    clear: both;
}
.sharrre .button {
    float:left;
    padding-top: 10px;
    width:55px;
    background: none;
    border: none;
    margin: 0;
    height: 60px;
    display: flex;
}
.sharrre .button.pinterest a {
    align-self: flex-end;
}
 
  
  
File
  css/sharemessage.sharrre.css
  
    View source  
  - #sharemessage.sharrre {
-     width:100%;
-     display:inline-block;
- }
- 
- .sharrre .count {
-     margin: 0 auto;
-     color:#444444;
-     display:block;
-     font-size:17px;
-     line-height:34px;
-     height:34px;
-     padding:4px 0;
-     position:relative;
-     text-align:center;
-     text-decoration:none;
-     width:50px;
-     background-color:#eee;
-     -webkit-border-radius:4px;
-     -moz-border-radius:4px;
-     border-radius:4px;
- }
- 
- .sharrre .share {
-     color:#FFFFFF;
-     display:block;
-     font-size:11px;
-     height:16px;
-     line-height:16px;
-     margin-top:3px;
-     padding:0;
-     text-align:center;
-     text-decoration:none;
-     width:50px;
-     background-color:#9CCE39;
-     -webkit-border-radius:4px;
-     -moz-border-radius:4px;
-     border-radius:4px;
- }
- 
- .sharrre .buttons {
-     clear: both;
- }
- 
- .sharrre .button {
-     float:left;
-     padding-top: 10px;
-     width:55px;
-     background: none;
-     border: none;
-     margin: 0;
-     height: 60px;
-     display: flex;
- }
- 
- .sharrre .button.pinterest a {
-     align-self: flex-end;
- }