/*!
 * Bootstrap Responsive v2.2.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

@media (min-width: 1200px) {
  .span_center {
    width: 570px;
    text-align: center;
  }

  .row-fluid .span_center {
    width: 48.71795%;
    *width: 48.66476%;
  }

  input.span_center,
  textarea.span_center,
  .uneditable-input.span_center {
    width: 556px;
  }

  .span_center2 {
    width: 370px;
    text-align: center;
  }

  .row-fluid .span_center2 {
    width: 31.62393%;
    *width: 31.57074%;
  }

  input.span_center2,
  textarea.span_center2,
  .uneditable-input.span_center2 {
    width: 356px;
  }

  .span_center3 {
    width: 270px;
    text-align: center;
  }

  .row-fluid .span_center3 {
    width: 23.07692%;
    *width: 23.02373%;
  }

  input.span_center3,
  textarea.span_center3,
  .uneditable-input.span_center3 {
    width: 256px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .switch-off-left {
    width: 163px;
  }

  .switch-off-right {
    width: 163px;
  }

  .switch-on {
    width: 250px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .span_center {
    width: 352px;
    text-align: center;
  }

  .row-fluid .span_center {
    width: 48.61878%;
    *width: 48.56559%;
  }

  input.span_center, 
  textarea.span_center,
  .uneditable-input.span_center {
    width: 338px;
  }

  .span_center2 {
    width: 228px;
    text-align: center;
  }

  .row-fluid .span_center2 {
    width: 31.49171%;
    *width: 31.43852%;
  }

  input.span_center2, 
  textarea.span_center2,
  .uneditable-input.span_center2 {
    width: 214px;
  }

  .span_center3 {
    width: 166px;
    text-align: center;
  }

  .row-fluid .span_center3 {
    width: 22.92818%;
    *width: 22.87499%;
  }

  input.span_center3, 
  textarea.span_center3,
  .uneditable-input.span_center3 {
    width: 152px;
  }

  .switch-off-left {
    width: 123px;
  }

  .switch-off-right {
    width: 123px;
  }

  .switch-on {
    width: 188px;
  }
}
