/*this is in a later version of foundation than we are running*/
.button-group.no-gaps .button {
  margin-right: -0.0625rem;
}

/*prevents the display or errant p tags (presumably empty) generated by WP in the tab title*/
ul.tabs p {
  display: none;
}
/*Since font sizes are not customizable in WP using the shortcode we are using for foundation, we are setting the default size the the larger size (14pt) in the demo on Omni CMC*/
/*https://uthsc.edu/communications/omni-cms/training/tabs.php*/
.tabs li.tabs-title a {
  font-size: 14pt !important;
}
