#section_main_sideMenubar {
    position: fixed;
    right: 15px;
    top: 300px;
    z-index: 5;
    width: 100px;
    height: auto;
    border-radius: 10px;
    background-color: #E89EBA;
}

#section_main_sideMenubar td {
    text-align: center;
    width: 100px;
    height: 30px;
    font-size: 120%;
    border-radius: 10px;
}

#section_main_sideMenubar td:hover {
    background-color: #F7E59D;
}

#section_main_sideMenubar td a {
    text-decoration: none;
    color: black;
}