/*hide Zoom link located the first row and the 5th cell*/ 
/*
#upcoming-meetings tr:nth-child(1) td:nth-child(5) a{ 

    visibility:hidden; 

} 
*/

/*Make sure the text within buton (Direction to AB) won't overflow*/
.btn-responsive {
    /* Optional
    
    display: inline-block;
    font-size: clamp(1.5rem, 50vw, 1.6rem);
    */
    white-space: normal;
}