/* Add here all your CSS customizations */

.fixedbutton 
{
    position: sticky;
    bottom: 5px;
    right: 5px;
    z-index: 100;
}

.fixedbutton2 
{
    position: sticky;
    bottom: 5px;
    right: 25px;
    z-index: 100;
}
