I was unable to locate
.widget-area {
overflow: hidden;
}
However, I added the following to the style.css which corrected the issue with the hover text box being cropped
.widget-area {
overflow: visible;
}
I then added the following which corrected the overall formatting of the tooltip
.tribe-events-calendar-widget .tribe-events-tooltip {
width: 300px;
left: 0;
text-align: center;
padding: 5px;
}
.tribe-events-right .tribe-events-tooltip .tribe-events-arrow {
left: auto;
right: 5px;
}
Thank You for your assistance the problems are now resolved