input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px; }

/*
input[type=range][orient=vertical]
{
    width: 220px;
}
*/
input[type=range]:focus {
  outline: none; }

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background: #C00;
  border-radius: 2px;
  border: 1px solid #aaa; }

input[type=range]::-webkit-slider-thumb {
  border: 1px solid #d3d3d3;
  height: 15px;
  width: 15px;
  border-radius: 8px;
  background: #e6e6e6;
  cursor: pointer;
  -webkit-appearance: none;
  margin: -4px 0px 0; }

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #C00; }

input[type=range]::-moz-range-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background: #C00;
  border-radius: 2px;
  border: 1px solid #aaa; }

input[type=range]::-moz-range-thumb {
  border: 1px solid #d3d3d3;
  background: #e6e6e6;
  height: 15px;
  width: 15px;
  border-radius: 8px;
  cursor: pointer;
  margin: -4px -2px 0; }

input[type=range]::-ms-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent; }

input[type=range]::-ms-fill-lower {
  background: #C00;
  border-radius: 2px;
  border: 1px solid #aaa; }

input[type=range]::-ms-fill-upper {
  background: #C00;
  border-radius: 2px;
  border: 1px solid #aaa; }

input[type=range]::-ms-thumb {
  border: 1px solid #d3d3d3;
  background: #e6e6e6;
  height: 15px;
  width: 15px;
  border-radius: 8px;
  cursor: pointer;
  margin: -4px -2px 0; }

input[type=range]:focus::-ms-fill-lower {
  background: #C00; }

input[type=range]:focus::-ms-fill-upper {
  background: #C00; }

/*# sourceMappingURL=range.css.map */
