.rangeslider,
.rangeslider__fill {
  background: #e6e6e6;
  display: inline-block;
  height: 12px;
  width: 420px;
  max-width:100%;
  -webkit-box-shadow: 0px 2px 2px rgba(255, 255, 255, 0.25), inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 2px rgba(255, 255, 255, 0.25), inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(255, 255, 255, 0.25), inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.rangeslider {
  position: relative;
}

.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.rangeslider__fill {
  background: #0480DA;
  position: absolute;
  top: 0;
}

.rangeslider__handle {
  background: white;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  width: 18px;
  height: 22px;
  position: absolute;
  top: -6.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.rangeslider__handle:active {
  background: #ededed;
}

input[type="range"]:focus + .rangeslider .rangeslider__handle {
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}
output.wpb_output {
  width: 45px;
  display: inline-block;
  font-size: 18px;
}
span.range_description {
  margin-top: 15px;
  display: block;
}

#gs_t_general h2, #gs_t_style h2, #gs_t_advance h2 {
  padding: 0 0 10px 10px !important;
  margin-bottom: 0;
}
#gs_t_advance h2 {
   padding: 0 0 10px 10px;
}
.gs_t_wrap .gs_number_type, 
.gs_t_wrap .gs_select_type, 
.gs_t_wrap input[type=text] { 
  min-width: 122px;
  max-width: 122px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.gs_t_wrap .gs_number_type,
.gs_t_wrap input[type=text] { text-align: center; }

#gs_t_style .wp-picker-container .wp-color-result,
#gs_t_advance .wp-picker-container .wp-color-result {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.gs_t_wrap .wp-picker-container {
  float: left !important;
  min-width: 125px;
}
.gs_t_wrap .description {
  display: inline-block !important;
  margin-left: 20px;
}