/* Empty. Add your own CSS if you like */
.title-image{
	margin-top: 8px;
    height: 27px;
	width: 27px;
}

.services
{
/*	overflow:hidden;
	position:relative;
*/	width:90px;
}

.servicesParent
{
/*	position:absolute;
	bottom: -25px;
	left:0;
	right:0;
*/
	overflow:auto;
	overflow-x:scroll;
	overflow-y:hidden;
	white-space:nowrap;
}

.servicesHideScroller
{
	max-height:100px;
}

.eg-menu-inactive
{
	color:#d4d4d4;
}

.larger {
    font-size: larger !important;
}

.smaller {
    font-size: small !important;
}

.absoluteSmall
{
	font-size: 60% !important;
}

.black{
	color:#000000 !important;
}

.fixed{
	position:fixed;
}