#mashbar-header {
left: 0;
margin: 0 auto;
padding: 5px 5px 3px 5px;
position: fixed;
right: 0;
width: 100%;
display: none;
-webkit-box-shadow: #CCC 0px 0px 12px;
-moz-box-shadow: #ccc 0px 0px 12px;
box-shadow: #CCC 0px 0px 12px;
/*min-height: 36px;*/
background-color: #ffffff;
}

#mashbar-header .mashsb-container {
padding-top: 1px;
padding-bottom: 0px;
}

#mashbar-header .mashbar-logo {
    display: inline-block;
    float:left;
    padding-right: 15px;
    padding-top: 3px;
    padding-left:20px;
}

@media (min-width: 630px) {
    #mashbar-header .mashbar-logo .mobile {
    display: none;
    }
}

@media (max-width: 630px) {
    #mashbar-header .mashbar-logo .desktop {
    display: none;
    }
}

        #mashbar-header .mashsb-buttons a {
        padding: 8px;
        }
        #mashbar-header .mashsb-buttons .secondary-shares a {
        min-width: 0px;
        font-size: 0px;
        }
        
        #mashbar-header .onoffswitch:before {
        /*padding-left: 8px;
        padding-top: 1px;*/
        }
        
        #mashbar-header .onoffswitch2:before {
        /*padding-left: 11px;
        padding-top: 2px;*/
        }
        
        #mashbar-header .onoffswitch2, #mashbar-header .onoffswitch2-inner:before, #mashbar-header .onoffswitch2-inner:after {
        width: 32px;
        height: 32px !important;
        line-height: 32px;
        }
        
        #mashbar-header .onoffswitch2-inner:before {
        padding-left: 8px;
        padding-top:0px;
        font-weight: normal;
        }
        

        #mashbar-header .onoffswitch, #mashbar-header .onoffswitch-inner:before, #mashbar-header .onoffswitch-inner:after {
        width: 32px;
        height: 32px;
        line-height: 32px;
       
        }
        #mashbar-header .onoffswitch-inner:before {
        padding-left: 8px;
        font-weight: normal;
        font-size:26px;
        }
        
        #mashbar-header .mashsb-count {
        font-size: 28px;
        font-weight: bold;
        font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
        color: #C5C5C5;
        margin-top: 7px;
        line-height: 10px;
        }
        
        #mashbar-header .mashsb-sharetext {
        font-size: 8px;
        font-family: Arial,sans-serif;
        color: #C5C5C5;
        }