.isp-share-buttons {
    margin-top: 10px;
}

.isp-share-button {
    background-color: #0073aa;
    color: #fff;
    border: none;
    padding: 5px 10px;
    margin-right: 5px;
    cursor: pointer;
    border-radius: 3px;
}

.isp-share-button:hover {
    background-color: #005a8c;
}
