.msettings_main {
	background-color: #444444;
	position: fixed;
	text-align:left;
	width: 150px;
	font: 9px sans-serif;
	color: #cccccc;
	box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.35);
  	user-select: none;
  	-webkit-user-select: none;
}

.msettings_content {
	background-color: #444444;
	overflow-y: auto;
}

.msettings_title_bar {
	background-color: #333333;
	user-select: none;
	-webkit-user-select: none;
	cursor: pointer;
	padding: 3px;
	border: 1px #555555 solid;
}

.msettings_container {
	margin: 3px;
	padding: 3px;
	background-color: #333333;
}

.msettings_range {
	-webkit-appearance: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.msettings_range:focus {
  outline: none; 
}

.msettings_range::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

.msettings_range::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 10px;
  width: 10px;
  border-radius: 0px;
  background: #333333;
  cursor: pointer;
  margin-top: 0px;
}

.msettings_range::-moz-range-thumb {
  height: 10px;
  width: 10px;
  border: none;
  border-radius: 0px;
  background: #333333;
  cursor: pointer;
}

.msettings_range::-ms-thumb {
  height: 10px;
  width: 10px;
  border-radius: 0px;
  background: #333333;
  cursor: pointer;
}

.msettings_range::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  background: #666666;
  border-radius: 0px;
}

.msettings_range:focus::-webkit-slider-runnable-track {
  background: #666666;
}

.msettings_range::-moz-range-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  background: #666666;
  border-radius: 0px;
}

.msettings_range::-ms-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  background: transparent;
  color: transparent;
}
.msettings_range::-ms-fill-lower {
  background: #666666;
  border-radius: 0px;
}
.msettings_range:focus::-ms-fill-lower {
  background: #666666;
}
.msettings_range::-ms-fill-upper {
  background: #666666;
  border-radius: 0px;
}
.msettings_range:focus::-ms-fill-upper {
  background: #666666;
}

.msettings_checkbox {
	margin-left: 2px;
}

.msettings_checkbox_label {
	user-select: none;
	-webkit-user-select: none;
	cursor: default;
}

.msettings_label {
	margin-bottom: 2px;
	user-select: none;
	-webkit-user-select: none;
	cursor: default;
}

.msettings_color {
	width: 40px;
	font: 9px sans-serif;
	margin: 0px;
}

.msettings_button {
	font-size: 9px;
}

.msettings_text_input {
  font-size: 9px;
}

.msettings_select {
  font-size: 9px;

}

.msettings_image {
  width: 100%;
}

.msettings_progress {
  width: 100%;
}

.msettings_textarea {
  font-size: 9px;
  resize: vertical;
  width: 100%;
  padding: 0;
  margin: 0;
}
