
.menu-wrapper {
    position: relative;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}
/* width */
.menu::-webkit-scrollbar {
    width: 0px;
}

/* Track */
.menu::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.menu::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.menu::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.menu {
    height: 40px;
    background: #fff;
    box-sizing: border-box;
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
}
.menu .item {
    display: inline-block;
    width: 100px;
    padding: 12px 12px;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
}

.paddle {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 45px;
    border: 0;
    background: #fff;
}

.left-paddle {
    left: 0;
}

.right-paddle {
    right: 0;
}

.hidden {
    display: none;
}

.print {
    margin: auto;
    max-width: 500px;
}
.print span {
    display: inline-block;
    width: 100px;
}