.jbutton
{
    width: 120px;
    margin: 6px 0;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
}

.jbutton i
{
    width: 32px;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
}

.jbutton .jbutton-name
{
    display: block;
    flex-grow: 1;
}