.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body > .container {
  max-width: 450px;
}
.brand {
  font-family: 'Playfair Display', Georgia, "Times New Roman", Times, serif;
}
.usage {
  text-align: justify;
}
.usage,
.select-form {
  font-size: 13px;
}
.select-form .help-block {
  margin-top: 3px;
  margin-bottom: 3px;
  font-size: 12px;
  line-height: normal;
}
.select-form hr {
  margin-top: 0;
  margin-bottom: 10px;
}
.select-form select,
.select-form input {
  margin-bottom: 0;
}
.select-form .badge {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-top: 6px;
  padding: 4px 6px;
}
#main.container {
  position: relative;
}
.navbar-inner {
  border-radius: 0;
}
.mask {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  opacity: 0.8;
  filter: alpha(opacity=80);
  background-color: #ffffff;
  z-index: 999;
}
.mask .loading {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
}
.pointer {
  cursor: pointer;
}
.relative {
  position: relative;
}
fieldset {
  background: transparent;
  margin-bottom: 10px;
}
fieldset legend {
  display: block;
  width: 100%;
  min-width: 50%;
  font-size: 14px;
  line-height: 28px;
  font-weight: bold;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
  cursor: pointer;
  background: #505260;
  background-color: #646675;
  background-image: -moz-linear-gradient(top, #808396, #393a44);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#808396), to(#393a44));
  background-image: -webkit-linear-gradient(top, #808396, #393a44);
  background-image: -o-linear-gradient(top, #808396, #393a44);
  background-image: linear-gradient(to bottom, #808396, #393a44);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff808396', endColorstr='#ff393a44', GradientType=0);
  color: #ffffff;
  margin-bottom: 0;
}
fieldset legend span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-left: 10px;
}
fieldset legend .fieldset-toggler {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 0 10px;
  background: transparent;
  color: #ffffff;
  text-decoration: none;
}
fieldset .response-rows {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: normal;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
fieldset .response-rows .row-fluid {
  border-bottom: 1px solid #eee;
}
fieldset .response-rows .row-fluid:last-child {
  border-bottom: none;
}
fieldset .response-rows [class*="span"] {
  min-height: inherit;
  line-height: 21px;
}
fieldset .response-rows .headers {
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  margin-bottom: 5px;
}
#results > .response-rows {
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #e5e5e9;
  background-image: -moz-linear-gradient(top, #f0f0f2, #d4d5db);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f0f0f2), to(#d4d5db));
  background-image: -webkit-linear-gradient(top, #f0f0f2, #d4d5db);
  background-image: -o-linear-gradient(top, #f0f0f2, #d4d5db);
  background-image: linear-gradient(to bottom, #f0f0f2, #d4d5db);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0f0f2', endColorstr='#ffd4d5db', GradientType=0);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 10px;
  border: 1px solid #c6c7d0;
  -webkit-box-shadow: inset -1px -1px 5px rgba(255, 255, 255, 0.35);
  -moz-box-shadow: inset -1px -1px 5px rgba(255, 255, 255, 0.35);
  box-shadow: inset -1px -1px 5px rgba(255, 255, 255, 0.35);
}
fieldset.active {
  background: #b8bac4;
  background-color: #dfe0e4;
  background-image: -moz-linear-gradient(top, #d4d5db, #f0f0f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d4d5db), to(#f0f0f2));
  background-image: -webkit-linear-gradient(top, #d4d5db, #f0f0f2);
  background-image: -o-linear-gradient(top, #d4d5db, #f0f0f2);
  background-image: linear-gradient(to bottom, #d4d5db, #f0f0f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd4d5db', endColorstr='#fff0f0f2', GradientType=0);
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
fieldset.active legend {
  background-color: #4b4d5a;
  background-image: -moz-linear-gradient(top, #676a7c, #222228);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#676a7c), to(#222228));
  background-image: -webkit-linear-gradient(top, #676a7c, #222228);
  background-image: -o-linear-gradient(top, #676a7c, #222228);
  background-image: linear-gradient(to bottom, #676a7c, #222228);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff676a7c', endColorstr='#ff222228', GradientType=0);
}
fieldset.active .note {
  margin-top: 10px;
  padding: 10px;
  -webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.35);
  box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.35);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
