html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}





* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
h1,
h2,
h3 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

p {
  margin: 0 0 10px;
}
small {
  font-size: 85%;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.text-center{
  text-align: center;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="search"] {
  -webkit-appearance: none;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary:active:focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active {
  background-image: none;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}

















html {
  position: relative;
  min-height: 100%;
  overflow-y: scroll;
}

body {
  margin-bottom: 100px; /* account for tallest footer */
  color: #222;
  font-family: Verdana;
}

div#page {
  max-width: 1250px;
  margin: 0 auto 120px auto;
  padding: 0 10px;
}

div#narrow {
  padding: 0 50px;
  margin: 0 auto;
}

a, a:hover, a:focus {
  color: #00c;
}

h1 {
  font-size: 26px;
}

  h1.table {
    display: inline-block;
    margin-top: 0;
  }

h2 {
  font-size: 20px;
}

.clear {
  clear: both;
}



/*=========================== Header ===========================*/

header {
  margin-top: 35px;
  text-align: center;
}

  a.logo {
    display: inline-block;
    text-align: center;
    color: #888;
    text-decoration: none;
    padding: 2px 4px;
    margin-top: -30px;
    margin-bottom: 13px;
  }

    a.logo span {
      color: #07d;
      font-size: 28px;
      text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.15);
      padding-bottom: 5px;
      background: url('/images/gradient.png') center bottom no-repeat;
      background-size: 100% 1px;
    }

    a.logo p {
      font-size: 13px;
      margin: 7px 0 0 0;
    }

  header div {
    display: inline-block;
    vertical-align: top;
  }

    header ul.list-inline {
      display: inline-block;
      vertical-align: top;
      margin: 0 60px 15px 60px;
    }

      header ul.list-inline > li {
        padding: 0 10px;
      }
      header ul.list-inline :first-child {
        padding-left: 0;
      }
      header ul.list-inline :last-child {
        padding-right: 0;
      }

  div.search {
    margin-bottom: 18px;
  }

    div.search a {
      white-space: nowrap;
    }

/*-------------------------- Google CSE ---------------------------------*/

/*box-sizing conflicts with bootstrap*/
.reset-box-sizing, .reset-box-sizing *, .reset-box-sizing *:before, .reset-box-sizing *:after {
  -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;
}
input.gsc-input,.gsc-input-box,.gsc-input-box-hover,.gsc-input-box-focus,.gsc-search-button {
  box-sizing: content-box; line-height: normal;
}

div#cse {
  width: 245px;
  margin: -5px 10px 0 0;
  height: 33px;
}

  #cse .gsc-search-button-v2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  #cse .gsc-input {
    padding-right: 5px;
    font-size: 14px;
   }

  #cse .gsc-input-box {
    width: 100%;
   }

  #cse .gscb_a {
    font: inherit;
  }

  .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 8px;
  }

  form.gsc-search-box, table.gsc-search-box {
    margin-bottom: 0;
  }

@media (max-width: 1115px) {
  header ul.list-inline {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (max-width: 1060px) {
  a.logo {
    margin-left: 70px;
    margin-right: 70px;
  }
  header ul.list-inline {
    margin-left: 0;
    margin-right: 20px;
  }
}

@media (max-width: 715px) {
  header ul.list-inline {
    margin-right: 0;
  }
  div.search {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (max-width: 500px) {
  header ul.list-inline, a.logo, div.search {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 375px) {
  a.logo span {
    font-size: 24px;
  }
}



/*=========================== Servo Table ===========================*/

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

table.servos {
  line-height: 1.25em;
  width: 100%;
  border-top: 1px solid #c00;
  border-bottom: 1px solid #edb;
  font-size: 13px;
  clear: left;
}

  /*reveal left border in firefox*/
  @-moz-document url-prefix() {
    .table-responsive {
      padding-left: 1px;
    }
    table.servos thead tr > :first-child {
       border-left: 1px solid #c00;
    }
  }

  table.servos th {
    font-weight: normal;
    color: #fff;
    background: #c00;
    padding: 3px 6px;
    border-right: 1px solid #d55;
  }

    table.servos thead tr > :last-child {
       border-right: 1px solid #c00;
    }

    th a, th a:hover, th a:focus {
      color: #fff;
    }

      table.servos th a.asc, table.servos th a.desc {
        padding-right: 13px;
        background: url('/images/icons/sort-arrow.png') right -13px no-repeat;
      }

      table.servos th a.dim {
        padding-right: 12px;
        margin-right: 3px;
      }

      table.servos th a.desc {
        background: url('/images/icons/sort-arrow.png') right 5px no-repeat;
      }

  table.servos tr:hover, table.servos tr.even:hover {
    background-color: #cdf;
  }

    table.servos tr:hover td, table.servos tr.even:hover td {
      border-color: #abe;
    }


  table.servos tr.even {
    background-color: #fec;
  }

    table.servos td {
      border-left: 1px solid #edb;
      padding: 4px 6px;
    }

    table.servos td.last {
      border-right: 1px solid #edb;
      text-align: center;
    }

    table.servos td.nowrap {
      white-space: nowrap;
  }

    table.servos td.price {
      text-align: right;
    }

span.metric {
  color: #888;
}

span.voltage {
  font-size: 12px;
  font-weight: bold;
}

a.servo {
  padding: 5px 0px;
}

span.missing {
  color: #aaa;
  margin-left: 3px;
  text-align: center;
}

  span.missing a {
    color: #aaa;
    padding: 2px 1px;
  }



/*=========================== Comparison Features ===========================*/

td.last a.compare-add {
  background: url('/images/icons/compare-servo.gif') 4px -21px no-repeat;
  width: 32px;
  height: 25px;
  display: block;
  margin: 0 auto;
}
  td.last a.compare-add:hover {
    background: url('/images/icons/compare-servo.gif') 4px 4px no-repeat;
  }

td.last a.compare-view {
  display: block;
  font-size: 12px;
  padding-left: 3px;
}

td.last div.remove {
  margin-top: 3px;
}

td.last a.compare-remove {
  background: url('/images/icons/compare-servo.gif') 3px -73px no-repeat;
  width: 19px;
  height: 17px;
  display: block;
  float: right;
}
  td.last a.compare-remove:hover {
    background: url('/images/icons/compare-servo.gif') 3px -48px no-repeat;
  }


td.last div.add a.compare-view { display: none; }
td.last div.add a.compare-remove { display: none; }
td.last div.remove a.compare-add { display: none; }

a.remove-single {
  padding: 5px 3px;
}

p.remove-all {
  font-size: 13px;
  text-align: right;
  margin: 10px 2px 0 0;
}



/*=========================== Table Pagination ===========================*/

p#pages-top {
  margin-top: 5px;
  float: right;
}

p#pages-bottom {
  margin-top: 15px;
  text-align: center;
}

p.page-links span.ellipsis {
  padding-left: 2px;
}

p.page-links a {
  padding: 6px 9px;
  text-decoration: none;
  margin-left: 3px;
  border-radius: 5px;
}

p.page-links a:hover {
  background-color: #cdf;
}

p.page-links a.activepage {
  background-color: #04f;
  color: #fff;
}




/*=========================== Brands ===========================*/


ul.brands li {
  vertical-align: top;
  margin-bottom: 15px;
  text-align: center;
}

ul.brands a {
  display: block;
  width: 150px;
  min-height: 64px;
  font-size: 16px;
  padding: 10px;
  background: #def;
  box-shadow: 1px 1px 3px #89a;
}




/*=========================== Single-Servo Pages ===========================*/


div#spec-col {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
}

  #spec-col table, #photo-col table {
    border: none;
    border-top: 1px solid #c00;
  }

    #spec-col table td, #photo-col table td {
      border-bottom: 1px solid #ddd;
      padding: 5px 10px;
      white-space: nowrap;
    }

  #spec-col strong {
    font-size: 13px;
  }

  td.dimensions strong {
    display: inline-block;
    width: 62px;
  }

div#photo-col {
  display: inline-block;
  vertical-align: top;
  margin: 15px 25px;
}

  div#photo-col img.servo {
    max-width: 250px;
    margin-bottom: 20px;
  }

  p.add-photo {
    text-align: center;
    margin: -20px 0 20px 0;
  }

  div#photo-col td.add a.compare-view { display: none; }
  div#photo-col td.add a.compare-remove { display: none; }
  div#photo-col td.remove a.compare-add { display: none; }

  div#photo-col a.compare-add {
    padding: 2px 1px;
  }

  div#photo-col a.compare-view {
    display: block;
    float: left;
  }

  div#photo-col a.compare-remove {
    background: url('/images/icons/compare-servo.gif') 2px -70px no-repeat;
    width: 13px;
    height: 16px;
    display: block;
    padding: 3px;
    float: left;
    margin-left: 10px;
  }

    div#photo-col a.compare-remove:hover {
      background: url('/images/icons/compare-servo.gif') 2px -45px no-repeat;
    }

@media (max-width: 1200px) {
  div#ad-col {
    width: 100%;
  }
  div#photo-col {
    margin-left: 40px;
  }
}

@media (max-width: 600px) {
  /* allows .table-responsive to function */
  div#spec-col, div#photo-col {
    display: block;
  }
  div#photo-col {
    margin-left: 0;
    margin-right: 0;
  }
  div#narrow {
    padding-left: 10px;
    padding-right: 10px;
  }
}



/*=========================== Reviews ===========================*/

h2 > span {
  margin-left: 10px;
}

div#reviews {
  margin-top: 60px;
}

  #reviews ul {
    margin-bottom: 40px;
  }

    #reviews ul li {
      padding: 15px 30px 10px 15px;
      margin-top: 15px;
      background: #def;
      box-shadow: 1px 1px 3px #89a;
    }

  div.metadata {
    width: 150px;
    float: left;
    text-align: center;
  }

    div.metadata p {
      margin-bottom: 5px;
    }

  div.rating {
    margin-left: 175px;
  }

  span.stars {
    background: url('/images/icons/stars-empty.png') 0 0 no-repeat;
    display: inline-block;
    width: 95px;
    height: 18px;
  }

    span.stars span {
      background: url('/images/icons/stars-full.png') 0 0 no-repeat; 
      display: inline-block;
      height: 18px;
    }

@media (max-width: 700px) {
  div.metadata {
    float: none;
    text-align: left;
    padding-bottom: 15px;
  }
  div.metadata p {
    margin: 0;
  }
  div.rating {
    border-top: 1px solid #89a;
    padding-top: 15px;
    margin-left: 0;
  }
}

.grecaptcha-badge {
  visibility: hidden;
  }

.disclaim {
  margin-top: 50px;
}



/*=========================== Missing Data and Review Forms ===========================*/

.form {
  margin-top: 30px;
}

  .form label {
    font-weight: normal;
    display: block;
  }

  .group label {
    display: inline-block;
    padding: 5px;
    margin-right: 7px;
  }

  .form input[type="text"], .form input[type="email"], .form input[type="url"] {
    width: 250px;
    max-width: 100%;
  }

  .form input[type="number"] {
    width: 125px;
  }

  .form textarea {
    width: 375px;
    height: 75px;
    max-width: 100%;
  }

.notice, .success {
  padding: 15px 20px;
  background: #ffb;
  border: 1px solid #fc6;
  border-width: 1px;
}

.notice-compare {
  text-align: center;
  margin-top: -1px;
}

.success {
  background: #ddffe0;
  border-color: #0c6;
}









/*=========================== Advanced Search ===========================*/

#filter {
  margin: 25px 0;
}

  #filter label {
    font-weight: normal;
    margin-right: 5px;
    padding: 3px;
  }

  #allmakes {
    margin-bottom: 20px;
  }

  #filter h2 {
    width: 110px;
    display: inline-block;
    margin: 0 0 12px 0;
    font-weight: normal;
    font-size: 14px;
  }

  #filter li div {
    display: inline-block;
  }

  #filter input[type="number"] {
    width: 50px;
  }

  #filterSubmit {
    margin: 15px 30px 25px 120px;
  }


@media (max-width: 650px) {
  #filter h2 {
    display: block;
    margin: 15px 0 5px 0;
  }
  #filterSubmit {
    margin-left: 0;
  }
}

p.submit-alert {
  padding: 10px 20px;
  background: #ff9;
  border: 1px solid #ed4;
  border-radius: 5px;
}

a#collapse {
  padding: 3px 17px 6px 5px;
  margin: 6px 0 0 10px;
  white-space: nowrap;
  display: inline-block;
}
  .down { background: url('/images/icons/collapse-arrow.gif') right -25px no-repeat; }
  .up { background: url('/images/icons/collapse-arrow.gif') right 9px no-repeat; }

.collapsed, #filter .collapsed {
  display: none;
}

div#settings {
  margin-bottom: 10px;
  padding: 10px 18px 5px 18px;
  border: 1px solid #b0c0ff;
  background: #eaecff;
}

  div#settings ul li span {
    color: #a00;
  }

  div#settings ul li span.green {
    color: #070;
  }




/*=========================== Footer ===========================*/

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 5px;
  font-size: 14px;
  text-align: center;
  color: #888;
}

  footer a, footer a:hover {
    color: #888;
  }  

  footer a#report-error {
    color: #d11;
  }
