.mm-menu
{
	background: #fff;
}
.mm-menu, .mm-menu a
{
	color: #333;
}

.mm-page
{
	box-shadow: none !important;
}

.mm-menu h4
{
	font-size: 20px;
}

#tooltips
{
	display: none;
}

#page > div,
.mm-panel > div
{
	margin: 0 auto;
}
.mm-panel > div
{
	padding: 30px 0;
}
.tip a[href="#page"]
{
	border-radius: 10px;
	background: #ccc;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 20px;
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 20px;
	right: 20px;
}