.container {
	position: relative;
	margin-left: 60px;
	margin-right: 60px;
	padding-bottom: 10px;
	min-height: 300px;
}

.container h3 {
	position: absolute;
	border: 0;
	margin: 0;
	padding: 0;
	padding-top: 14px;
	height: 44px;
	width: 400px;
	text-indent: 80px;
	background: #4af;
	border-radius: 2px;
	pointer-events: none;
	margin-left: 0px;
	width: 100%;
	background: white;
}

.route {
	position: relative;
	list-style-type: none;
	border: 0;
	margin: 0;
	padding: 0;
	top: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	max-height: 100% !important;
	width: 50%;
	background: #e5f4fd;
	border-radius: 10px;
	z-index: -1;
}

.route span {
	position: absolute;
	/* top: 20px; */
	left: 20px;
	-ms-transform: scale(2);
	/* IE 9 */

	-webkit-transform: scale(2);
	/* Chrome, Safari, Opera */

	transform: scale(2);
	z-index: 10px;
}

.route .title {
	position: absolute;
	border: 0;
	margin: 0;
	padding: 0;
	padding-top: 9px; */
	height: 44px;
	width: 400px;
	text-indent: 20px;
	background: #fff;
	border-radius: 10px;
	border:2px solid #d4deee;
	pointer-events: none;
}

.first-title { margin-left: 10px; }

.space {
	position: relative;
	list-style-type: none;
	border: 0;
	margin: 0;
	padding: 0;
	margin-left: 50px;
	width: 60px;
	top: 60px;
	padding-bottom: 60px;
	height: 100%;
	z-index: 1;
}

.first-space {
	margin-left: 10px;
}

.mce-container{
	z-index:1000!important;
}

#mce-modal-block{
	width:auto!important;
}