.toggle-panel
{
    margin-top:2px;
    margin-bottom:2px;
    top:calc(50% - ((6 * 48px) / 2) + 4px)!important;
    top:-webkit-calc(50% - ((6 * 48px) / 2) + 4px)!important;
}

.sidepanel-tabs
{
    position:absolute;
    right:-34px;
    top:calc(50% - ((5 * 48px) / 2) + (44px));
    top:-webkit-calc(50% - ((5 * 48px) / 2) + (44px));
}

.sidepanel-tabs button
{
    display:block;
    width:40px;
    height:40px;
    margin-top:2px;
    margin-bottom:2px;
}

.btn-modalcontext
{
    /*background: orange;*/

}