nav #a2-nav-side {
    position                      : absolute;
    left                          : 0.5%;

    width                         : 13%;
    margin-top                    : 8px;
    padding                       : 2px;

    border-radius                 : 8px;
}
  
nav #a2-nav-side.appear {
    position                      : fixed;
    top                           : 52px;
}

nav #a2-nav-side p {
    margin                        : 8px 0;

    font-size                     : 16px;
    font-weight                   : bold;
    text-align                    : center;
}

nav #a2-nav-side .a2-select-category ul {
    margin                        : 0;
    padding                       : 0;

    list-style-type               : none;
}

nav #a2-nav-side .a2-select-category li {
    padding                       : 4px 0 4px 24px;
    
    border-top                    : 1px solid white;

    cursor                        : pointer;
}

nav #a2-nav-side .a2-select-category li:hover {
    background                    : white;

    opacity                       : 0.8;
}

nav #a2-nav-side .a2-select-category li a {
    display                       : block;

    font-size                     : 16px;
    font-weight                   : bold;
    
    text-decoration               : none;
}
