#hon_multishare {
    display: none;
    
    z-index: 9999999;
    
    background-color: white;
    
    position: absolute;
    margin-top: 60px;
    margin-left: -600px;
    
    border-style: solid;
    border-color: gray;
    border-width: 1px;
    border-radius: 15px;
}

#hon_multishare_button {
    
    width: auto;
    height: auto;
    background-color: #304B9C;
    
    border-radius: 40px;
    border: 0px;
    
    font-size: 150%;
    text-align: center;
    color: white;
}

.hon_multishare_button_text {
    
    display: inline-block;
    
    margin: 15px 15px 15px 0px;
}