body {
	font-family: "Product Sans", sans-serif;
	width: 100%;
	height: 100%;
	border: 0px;
	margin: 0;
}

#menu_div {
	position: absolute;
	width: 100%;
	z-index: 100;
	display: block;
	top: 10px;
}

#3d_body {
	width: 100%;
	height: 100%;
}

#menu_div .title {
	font-size: 20px;
	font-weight: 500;
	display: block;
	float: center;
	text-align: center;
}

#menu_div .description {
	font-size: 14px;
	font-weight: 300;
	display: block;
	margin-top: 10px;
	margin-left: 33%;
	text-align: left;
}

#menu_div .dropdown {
	color: #555;
	width: 143px;
	position: relative;
	height: 17px;
	text-align: left;
	float: right;
}

#menu_div .dropdown .submenu {
	background: #fff;
	position: absolute;
	top: -12px;
	left: -20px;
	z-index: 100;
	width: 135px;
	display: none;
	margin-left: 10px;
	padding: 40px 0 5px;
	border-radius: 6px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

#menu_div .dropdown li a {
	color: #555;
	display: block;
	font-weight: 500;
	padding: 6px 15px;
	cursor: pointer;
	text-decoration: none;
}

#menu_div .dropdown li a:hover {
	background: #155fb0;
	color: #fff;
	text-decoration: none;
}

#menu_div .dropdown a.image {
	font-size: 14px;
	line-height: 16px;
	color: #555;
	position: absolute;
	z-index: 110;
	display: block;
	padding: 11px 0 0 20px;
	height: 28px;
	width: 121px;
	margin: -11px 0 0 -10px;
	font-weight: 500;
	cursor: pointer;
}

#menu_div .dropdown .root {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	padding: 11px 0 0 0px;
	border-top: 1px solid #dedede;
}

#balloon_body .arrow {
	position: absolute;
	border-style: solid;
}

#balloon_body .bottom {
	border-color: #c8c8c8 transparent transparent transparent;
	border-width: 8px 8px 0px 8px;
	left: 10px;
	bottom: -8px;
}

#balloon_body .bottom:after {
	border-color: #f8f8f8 transparent transparent transparent;
	border-style: solid;
	border-width: 8px 8px 0px 8px;
	bottom: 1px;
	content: '';
	position: absolute;
	left: -7px;
}

@media only screen and (max-width: 767px) {
	#menu_div .description { display: none; }
	#menu_div .title { width: 90%; }
}