/*
 Theme Name: Baltimore Water Taxi
 Theme URI: http://baltimorewatertaxi.com;
 Description: 2018 updates to the Baltimore Water Taxi Website.
 Author: Planit
 Author URI: http://planitagency.com;
 textdomain: baltimorewatertaxi
 Template: twentyseventeen
 Version: 1.0.0
*/

/* 
CSS Hack
Woocommerce core js file sets display:inline on this tooltip
With the absence of anything else to hook into... ¯\_(ツ)_/¯
*/
.woocommerce-checkout .woocommerce-input-wrapper .description[style*='display:inline'],
.woocommerce-checkout .woocommerce-input-wrapper .description[style*='display: inline'] {
    display: inline-block !important;
}
