
 
.pure-menu-item, .pure-menu-list {
    position: relative;
    margin-left: -15px;
    margin-top: -4px;
}

ul.shortcut-buttons-set li {
    margin: 28px 0 0 0;
    /*padding: 1px !important;*/
    background: 0;
    text-decoration: none;
    list-style: none;
    font-size: 19px;
    font-family: 'noto sans TC';
    white-space: 'break-spaces';
}


.shortcut-button span:hover {
    color: rgb(0, 123, 255);
}

.shortcut-button.active {
    color: rgb(0, 123, 255);
}


