@media (min-width: 501px)
{
    .side-border
    {
        border-left: 1px solid #000;
        border-right: 1px solid #000;
    }
    
    table.side_stick_menu tr td {
        padding: 20px 10px;
    }
    
    table.side_stick_menu {
        font-weight: 700;
        color: #002e42;
    }
    
    table.side_stick_menu a {
        color: #000;
    }
    
    table.side_stick_menu tr td {
        cursor: pointer;
    }

}