/*!
 * Bootstrap v2.3.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.
 */ .container:after {
  clear: both
}
sup {
  position: relative
}
body {
  background-color: #fff
}
footer, header, nav, section {
  display: block
}
video {
  display: inline-block
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}
a:focus {
  outline: #333 dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}
a:active, a:hover {
  outline: 0
}
sup {
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}
sup {
  top: -.5em
}
img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic
}
button, input {
  margin: 0;
  font-size: 100%;
  vertical-align: middle
}
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0
}
button {
  cursor: pointer;
  -webkit-appearance: button
}
button {
  cursor: pointer
}
@media print {
  img {
    page-break-inside: avoid
  }
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    box-shadow: none !important
  }
  a, a:visited {
    text-decoration: underline
  }
  a[href]:after {
    content: " ("attr(href) ")"
  }
  a[href^="#"]:after {
    content: ""
  }
  img {
    max-width: 100% !important
  }
  @page {
    margin: .5cm
  }
  h2, h3, p {
    orphans: 3;
    widows: 3
  }
  h2, h3 {
    page-break-after: avoid
  }
}
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333
}
a {
  color: #08c;
  text-decoration: none
}
a:focus, a:hover {
  color: #005580;
  text-decoration: underline
}
.container {
  width: 940px
}
.container:after, .container:before {
  display: table;
  line-height: 0;
  content: ""
}
.container {
  margin-right: auto;
  margin-left: auto
}
p {
  margin: 0 0 10px
}
li {
  line-height: 20px
}
h1, h2, h3, h5 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: 700;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility
}
h1, h2, h3 {
  line-height: 40px
}
h1 {
  font-size: 38.5px
}
h2 {
  font-size: 31.5px
}
h3 {
  font-size: 24.5px
}
h5 {
  font-size: 14px
}
ul {
  padding: 0;
  margin: 0 0 10px 25px
}
button, input {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}
form {
  margin: 0 0 20px
}
button, input {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px
}
input {
  width: 206px
}
input:-moz-placeholder {
  color: #999
}
input:-ms-input-placeholder {
  color: #999
}
input::-webkit-input-placeholder {
  color: #999
}
input {
  margin-left: 0
}
input:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b
}
input:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7
}
.close {
  font-weight: 700;
  line-height: 20px
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -moz-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear
}
.fade.in {
  opacity: 1
}
.close {
  float: right;
  font-size: 20px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20)
}
.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4;
  filter: alpha(opacity=40)
}
button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .3);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box
}
.modal.fade {
  top: -25%;
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out
}
.modal.fade.in {
  top: 10%
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee
}
.modal-header .close {
  margin-top: 2px
}
.modal-body {
  position: relative;
  max-height: 400px;
  padding: 15px;
  overflow-y: auto
}
.pull-right {
  float: right
}
.hide {
  display: none
}