@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);
                @import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

#product_select {
    display: inline;
    width: auto;
}

#main_title {
    margin-bottom: 12px;
}

.setting {
    margin-bottom: 24px;
}

.jdfs-filterbtn {
	color: #000;
}

.settingCategory {
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 10px;
	width: 100%;
}

#dl {
	margin-bottom: 60px;
}

.radioLabel {
	font-weight: normal;
	margin-right: 20px;
}

h2 {
	padding: 60px 0 40px;
	margin-top: -40px;
}

#sceneHolder:hover, button:hover {
	cursor: pointer;
}

input[type=range]{
	width: 100%
}

@media (min-width: 0px) and (max-width: 991px) {
	#sceneHolder {
		display:none;
	}
}