<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Makes Font on Icon Bar Bold &amp; 16px */
.icon-bar-title {
    font-weight: bold;
    font-size: 15px !important;
}


/* Makes icon bar menu full width */
a.item {
    width: 100%;
}


/* Removes padding between cells in pricing tables so lines match */
div.columns.small-4.medium-4 {
	padding: 0 !important;
}


/* Makes text on active tab bold */
li.tab-title.active {
	font-weight: bold;
}


/* Reduces padding on tab text on mobile */
@media (max-width: 640px) {
	#stacks_in_1204189_page350 .tabs li&gt;a, #stacks_in_1204189_page350 .tabs .tab-title&gt;above {
		padding: .50rem 1.00rem !important;
	}
}


/* Removes margin at bottom of tabs stack */
div.tabs-content.horiz {
	margin-bottom: 0;
}


/* Allows Add to Cart button to be on same line; tablet and above */
@media (min-width: 768px) {
	select.smallselect {
		width: 50% !important;
	}
}


/* Styles cells in pricing tables to adjusts height */
/* Commented out - changes all stacks heights */
/*.stacks_in.com_joeworkman_stacks_foundation_paragraph_s3_stack{
    height: 40px;
}*/










</pre></body></html>