#qa-term-menu {
    position: absolute;
    z-index: 99999;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 3px 12px rgba(0,0,0,.15);
    padding: 6px;
    border-radius: 6px;
}

#qa-term-menu button {
    display: block;
    width: 100%;
    padding: 7px 10px;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
}

#qa-term-menu button:hover {
    background: #f0f0f0;
}

#qa-term-menu .qa-term-icon {
    display: inline-block;
    width: 18px;
    font-weight: bold;
    text-align: center;
    margin-right: 4px;
}
