.nbw-edit-button-toggle
{
    position: fixed;
    top:40px;
    right: 0;
    z-index: 99999999999999999;
}


.nbw-edit-button
{
    position: absolute;
    z-index: 9999;
}

.nbw-edit-button, .nbw-edit-button-toggle a
{
    color: white;
    background-color: rgba(0,0,0,0.5);
    padding: 5px 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 5px;
    font-weight: bold;
}
