.categories{
	padding			: 5px;
	font-size		: 28px;
	
}

.categories a:link, a:active{
	color			: #000000;
	text-decoration	: none;
	height			: 25px;
}

.categories a:visited {
	text-decoration	: none;
	color:#000000;
}

.categories a:hover {
	text-decoration	: none;
	color: #32a4b1;
}

.bottom-border{
	border-bottom	: 5px solid #40B5C2;
	padding-bottom	: 10px;
	padding-right	: 40px;
}

.margin-top{
	margin-top		: 20px;
}

.left{
	float			: left
}

.right{
	float			: right
}

.clear{
	clear			: both;
}

.businessContainer{
	border-bottom	: 1px solid #C0C0C0;
	border-radius	: 1px;
	background-color: #F7F7F7;
	margin-bottom	: 10px;
	padding			: 20px;
	font-size		: 28px;
}

#searchForm input{
	padding			: 5px;
	font-size		: 26px;
}

.info{ 
	max-width		: 600px;
}

@font-face {
    font-family		: Slab;
    src: url('https://www.downtownwelland.ca/fonts/GearedSlab.ttf');
}

.companyName{
	font-family		: Slab, Arial, Helvetica, sans-serif;
	font-size		: 34px;
	color			: #6D4E22;
}

.cat-column{
	margin-right:70px;
	display:inline-block;
	vertical-align	: top;
}

.mce-tooltip {
position: fixed !important;
}
.mce-panel.mce-floatpanel.mce-menu {
position: fixed !important;
}