.input_caption {
	margin-top: 4px;
	font-size: 10px;
	color: #383838;
	font-family: 'Lato', serif;
	float: left;

}

#m3d_graphic {
	position: relative;
	float:left;
	height: 360px;
	background: black; 
	width: 62%;	
	border-radius: 10px;
	overflow:hidden;
	
}

#m3d_graphic img{
	margin-left:10px;
}

#m3d_description{
	clear:both; 
	width:100%; 
	height:auto;	
	padding-top:20px;
	border-top:1px solid #333;
	display:none;
}

.info_panel {	
	width:37%;
}

table tr td {
	padding-left:5px;
}

label {
	padding-left:5px;
}

.ex{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.ex:hover{
	color:#99ccff;
}

/*TODO: replace*/

.help_label{
	color: #fff;
	background-color: #333;
	padding:2px 8px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 17px;	
	
}

