@charset "UTF-8";
/* CSS Document */

#side-buttons{
    position: fixed;
    right: 0;
    top: 45%;
    border-radius: 0;

}

#side-buttons .btn{
    text-align: left !important;
    right: -115px;
    transition: all .3s ease;
    width: 160px;
}

#side-buttons .btn:hover{
    right: 0;
}

#side-buttons .btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}