function contentToggle(myID) { myID.style.display =(myID.style.display == 'none') ? '' : 'none'; } var head = document.getElementsByTagName('head')[0], style = document.createElement('style'), rules = document.createTextNode('.service_category { display: flex; flex-wrap: wrap; justify-content: space-evenly; margin: 0; gap: 2rem; } .service_category h2 { width: 100%; } .service_category_description { width: 100%; } .service { display: flex; flex-direction: column; width: 100%; max-width: 550px; background: #f7f2ed; padding: 24px; } .service_name, .service_description { padding: 0 .5em; } .service_name { font-family: "Alex Brush", Serif; font-size: xx-large; } .entry-content p { margin: .5em 0; } .service_option_grid { margin: auto 0 0 0; padding: .5em; font-weight: 600; font-family: "Open Sans"; } .service_option_grid tbody { border: none; } td.service_option_price { text-align: right !important; } .service_option_grid td { border: none; } .service_option_name, .service_option_price { width: unset; padding: 0; } .service_option_name { padding-left: 10px; } .service_option_price { text-align: right; padding-right: 10px; } .boomtime_hotspot {color: #000; border-bottom: 1px dotted #000; cursor: help;}.boomtime_hotspot:hover {color: rgb(97, 34, 132);}'); style.type = 'text/css'; if(style.styleSheet) style.styleSheet.cssText = rules.nodeValue; else style.appendChild(rules); head.appendChild(style);document.getElementById('boomtime_hours').innerHTML = "
Monday10:00am-7:00pm
Tuesday9:00am-6:30pm
Wednesday8:00am-7:00pm
Thursday8:00am-7:00pm
Friday9:00am-6:30pm
Saturday9:00am-4:00pm
"