@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css");
@import "https://fonts.googleapis.com/css?family=Arvo|Space+Mono";
@import url(https://fonts.googleapis.com/css?family=Press+Start+2P);
/* line 15, /home/ubuntu/workspace/app/assets/stylesheets/custom.css.scss */
.bookpage {
  background: white;
  color: black;
}

/* line 29, /home/ubuntu/workspace/app/assets/stylesheets/custom.css.scss */
div.cellwidener {
  margin: 0px 00px 0px 50px;
}

/* line 37, /home/ubuntu/workspace/app/assets/stylesheets/custom.css.scss */
td.tight {
  padding: 0px;
}

@media screen and (max-width: 800px) {
  /* line 52, /home/ubuntu/workspace/app/assets/stylesheets/custom.css.scss */
  .biotext {
    padding: 12px;
  }
}
/* line 59, /home/ubuntu/workspace/app/assets/stylesheets/custom.css.scss */
.textheader hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 2px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 71, /home/ubuntu/workspace/app/assets/stylesheets/custom.css.scss */
.box {
  margin: 5px;
  width: 214px;
}

/* line 76, /home/ubuntu/workspace/app/assets/stylesheets/custom.css.scss */
.box img {
  width: 100%;
}

/* line 81, /home/ubuntu/workspace/app/assets/stylesheets/custom.css.scss */
.book-button-text {
  font-size: .7em;
}

/* line 86, /home/ubuntu/workspace/app/assets/stylesheets/custom.css.scss */
.themeheader {
  width: 100%;
  height: 300px;
  background-color: #blue;
  background: "public/images/defaultheader.jpg";
}

/* line 98, /home/ubuntu/workspace/app/assets/stylesheets/custom.css.scss */
.theheadertext {
  margin-top: auto;
  margin-bottom: auto;
}

/* line 105, /home/ubuntu/workspace/app/assets/stylesheets/custom.css.scss */
.userheadertext {
  font-size: 2.5em;
}

/* line 114, /home/ubuntu/workspace/app/assets/stylesheets/custom.css.scss */
.usersubheadertext {
  font-size: 1.3em;
}

/* line 123, /home/ubuntu/workspace/app/assets/stylesheets/custom.css.scss */
.userheaderbox {
  vertical-align: middle;
}

/* line 127, /home/ubuntu/workspace/app/assets/stylesheets/custom.css.scss */
.headertext {
  margin-top: auto;
  margin-bottom: auto;
}

/* line 136, /home/ubuntu/workspace/app/assets/stylesheets/custom.css.scss */
.headertext {
  padding-top: 60px;
  padding-bottom: 50px;
  color: black;
  font-size: 6em;
  font-family: Arvo;
}

/* line 150, /home/ubuntu/workspace/app/assets/stylesheets/custom.css.scss */
.headerbox {
  margin: 0 0 -22px 0;
}

/* line 159, /home/ubuntu/workspace/app/assets/stylesheets/custom.css.scss */
.biotext {
  text-align: justify;
  text-justify: inter-word;
}

/* line 169, /home/ubuntu/workspace/app/assets/stylesheets/custom.css.scss */
.authorbox {
  margin: 30px 0 10px 0;
  padding: 40px 0 0 0;
  color: #E3E3E3;
}

/* line 178, /home/ubuntu/workspace/app/assets/stylesheets/custom.css.scss */
.authorbookbox {
  margin: 40px 0 0px 0;
  padding: 20px 0 20px 0;
  color: #E3E3E3;
  background-color: #262626;
}

/* line 188, /home/ubuntu/workspace/app/assets/stylesheets/custom.css.scss */
.userbiobox {
  padding: 20px 0 0 0;
}

/* line 200, /home/ubuntu/workspace/app/assets/stylesheets/custom.css.scss */
.bookshow {
  padding-top: 25px;
}

/* line 205, /home/ubuntu/workspace/app/assets/stylesheets/custom.css.scss */
.description {
  white-space: pre-line;
  margin-top: -30px;
}

/* line 215, /home/ubuntu/workspace/app/assets/stylesheets/custom.css.scss */
.blogs {
  width: 600px;
  margin: 10px auto 20px auto;
  padding: 30px;
  color: black;
  background-color: white;
}

/* line 227, /home/ubuntu/workspace/app/assets/stylesheets/custom.css.scss */
.blogs p {
  font-size: 1.5rem;
  line-height: 1.5em;
}

/* line 234, /home/ubuntu/workspace/app/assets/stylesheets/custom.css.scss */
.blogs kbd {
  background-color: #D9D9D9;
}

/* line 242, /home/ubuntu/workspace/app/assets/stylesheets/custom.css.scss */
.transparent {
  background: #7f7f7f;
  background: rgba(0, 0, 0, 0.7);
}

/* line 250, /home/ubuntu/workspace/app/assets/stylesheets/custom.css.scss */
.userbiobox {
  background: black;
}

/* line 257, /home/ubuntu/workspace/app/assets/stylesheets/custom.css.scss */
.bookcover {
  padding: 0 40px 0 40px;
}

/* line 265, /home/ubuntu/workspace/app/assets/stylesheets/custom.css.scss */
.mybooks {
  padding: 20px 0 30px 0;
  background-color: #59606B;
}

/* line 272, /home/ubuntu/workspace/app/assets/stylesheets/custom.css.scss */
.bookarray {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

/* line 283, /home/ubuntu/workspace/app/assets/stylesheets/custom.css.scss */
#books {
  margin: 10 auto 0 0;
}
/* line 1, /home/ubuntu/workspace/app/assets/stylesheets/image.scss */
.round-image-50 {
  background-color: white;
  border: 1px solid #d9d9d9;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  height: 50px;
  width: 50px;
  overflow: hidden;
  text-align: center;
}
/* line 11, /home/ubuntu/workspace/app/assets/stylesheets/image.scss */
.round-image-50 img {
  width: 100%;
}

/* line 15, /home/ubuntu/workspace/app/assets/stylesheets/image.scss */
.round-image-100 {
  background-color: white;
  border: .5px solid #d9d9d9;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  height: 100px;
  width: 100px;
  overflow: hidden;
  text-align: center;
}
/* line 25, /home/ubuntu/workspace/app/assets/stylesheets/image.scss */
.round-image-100 img {
  width: 100%;
}

/* line 28, /home/ubuntu/workspace/app/assets/stylesheets/image.scss */
.fullscreen {
  height: 500px;
  width: 1500px;
}

/* line 35, /home/ubuntu/workspace/app/assets/stylesheets/image.scss */
.medscreen {
  width: 100%;
}
/*! Generated by Live LESS Theme Customizer */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url(https://fonts.googleapis.com/css?family=Montserrat);
/* line 14, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
body {
  margin: 0;
}

/* line 22, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 37, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 44, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 48, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
[hidden],
template {
  display: none;
}

/* line 52, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
a {
  background-color: transparent;
}

/* line 55, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 59, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 62, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
b,
strong {
  font-weight: bold;
}

/* line 66, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
dfn {
  font-style: italic;
}

/* line 69, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 73, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 77, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
small {
  font-size: 80%;
}

/* line 80, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 87, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
sup {
  top: -0.5em;
}

/* line 90, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
sub {
  bottom: -0.25em;
}

/* line 93, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
img {
  border: 0;
}

/* line 96, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 99, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
figure {
  margin: 1em 40px;
}

/* line 102, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 106, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
pre {
  overflow: auto;
}

/* line 109, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 116, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 125, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
button {
  overflow: visible;
}

/* line 128, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
button,
select {
  text-transform: none;
}

/* line 132, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 139, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 143, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 148, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
input {
  line-height: normal;
}

/* line 151, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 156, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 160, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 164, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 168, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 173, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 177, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
textarea {
  overflow: auto;
}

/* line 180, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
optgroup {
  font-weight: bold;
}

/* line 183, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 187, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 193, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 201, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  a,
  a:visited {
    text-decoration: none;
  }

  /* line 205, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 208, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 211, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 215, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 220, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  thead {
    display: table-header-group;
  }

  /* line 223, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 227, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  img {
    max-width: 100% !important;
  }

  /* line 230, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 236, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 240, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .navbar {
    display: none;
  }

  /* line 243, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 247, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 250, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .table {
    border-collapse: collapse !important;
  }

  /* line 253, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 257, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
/* line 267, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 278, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-asterisk:before {
  content: "\002a";
}

/* line 281, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-plus:before {
  content: "\002b";
}

/* line 284, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

/* line 288, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 291, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 294, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 297, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 300, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 303, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 306, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 309, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 312, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 315, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 318, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 321, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 324, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 327, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 330, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 333, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 336, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 339, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 342, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 345, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 348, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 351, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 354, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 357, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 360, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 363, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 366, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 369, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 372, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 375, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 378, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 381, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 384, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 387, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 390, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 393, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 396, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 399, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 402, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 405, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 408, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 411, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 414, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 417, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 420, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 423, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 426, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 429, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 432, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 435, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 438, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 441, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 444, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 447, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 450, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 453, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 456, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 459, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 462, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 465, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 468, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 471, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 474, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 477, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 480, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 483, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 486, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 489, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 492, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 495, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 498, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 501, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 504, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 507, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 510, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 513, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 516, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 519, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 522, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 525, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 528, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 531, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 534, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 537, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 540, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 543, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 546, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 549, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 552, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 555, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 558, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 561, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 564, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 567, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 570, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 573, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 576, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 579, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 582, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 585, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 588, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 591, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 594, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 597, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 600, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 603, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 606, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 609, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 612, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 615, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 618, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 621, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 624, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 627, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 630, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 633, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 636, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 639, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 642, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 645, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 648, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 651, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 654, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 657, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 660, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 663, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 666, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 669, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 672, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 675, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 678, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 681, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 684, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 687, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 690, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 693, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 696, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 699, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 702, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 705, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 708, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 711, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 714, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 717, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 720, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 723, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 726, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 729, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 732, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 735, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 738, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 741, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 744, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 747, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 750, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 753, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 756, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 759, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 762, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 765, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 768, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 771, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 774, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 777, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 780, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 783, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 786, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 789, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 792, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 795, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 798, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 801, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 804, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 807, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 810, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 813, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 816, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 819, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 822, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 825, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 828, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 831, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 834, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 837, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 840, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 843, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 846, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 849, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 852, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 855, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 858, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 861, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 864, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 867, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 870, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 873, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 876, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 879, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 882, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 885, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 888, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 891, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 894, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 897, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 900, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 903, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 906, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 909, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 912, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 915, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 918, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 921, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 924, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 927, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 930, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 933, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 936, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 939, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 942, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 945, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 948, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 951, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 954, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 957, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 960, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 963, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 966, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 969, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 972, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 975, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 978, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 981, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-education:before {
  content: "\e233";
}

/* line 984, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 987, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 990, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 993, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 996, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 999, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 1002, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 1005, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 1008, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 1011, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 1014, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 1017, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 1020, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 1023, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 1026, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 1029, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 1032, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 1035, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 1038, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 1041, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 1044, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 1047, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 1050, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 1053, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 1056, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 1059, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 1062, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 1065, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1070, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1076, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 1080, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
body {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #ebebeb;
  background-color: #3c424a;
}

/* line 1087, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 1095, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
a {
  color: #5ab8ff;
  text-decoration: none;
}

/* line 1099, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
a:hover,
a:focus {
  color: #5ab8ff;
  text-decoration: underline;
}

/* line 1104, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 1109, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
figure {
  margin: 0;
}

/* line 1112, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
img {
  vertical-align: middle;
}

/* line 1115, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 1124, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.img-rounded {
  border-radius: 0;
}

/* line 1127, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #3c424a;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 1140, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.img-circle {
  border-radius: 50%;
}

/* line 1143, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #596a7b;
}

/* line 1149, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 1159, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 1168, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
[role="button"] {
  cursor: pointer;
}

/* line 1171, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}

/* line 1188, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #ebebeb;
}

/* line 1216, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}

/* line 1225, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

/* line 1239, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}

/* line 1248, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

/* line 1262, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
h1,
.h1 {
  font-size: 41px;
}

/* line 1266, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
h2,
.h2 {
  font-size: 34px;
}

/* line 1270, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
h3,
.h3 {
  font-size: 28px;
}

/* line 1274, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
h4,
.h4 {
  font-size: 20px;
}

/* line 1278, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
h5,
.h5 {
  font-size: 16px;
}

/* line 1282, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
h6,
.h6 {
  font-size: 14px;
}

/* line 1286, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
p {
  margin: 0 0 11px;
}

/* line 1289, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 1296, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .lead {
    font-size: 24px;
  }
}
/* line 1300, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
small,
.small {
  font-size: 87%;
}

/* line 1304, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
mark,
.mark {
  background-color: #06e0f8;
  padding: .2em;
}

/* line 1309, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.text-left {
  text-align: left;
}

/* line 1312, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.text-right {
  text-align: right;
}

/* line 1315, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.text-center {
  text-align: center;
}

/* line 1318, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.text-justify {
  text-align: justify;
}

/* line 1321, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 1324, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 1327, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.text-uppercase {
  text-transform: uppercase;
}

/* line 1330, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 1333, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.text-muted {
  color: #4e5d6c;
}

/* line 1336, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.text-primary {
  color: #5ab8ff;
}

/* line 1339, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #27a2ff;
}

/* line 1343, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.text-success {
  color: #ebebeb;
}

/* line 1346, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
a.text-success:hover,
a.text-success:focus {
  color: #d2d2d2;
}

/* line 1350, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.text-info {
  color: #ebebeb;
}

/* line 1353, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
a.text-info:hover,
a.text-info:focus {
  color: #d2d2d2;
}

/* line 1357, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.text-warning {
  color: #ebebeb;
}

/* line 1360, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #d2d2d2;
}

/* line 1364, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.text-danger {
  color: #ebebeb;
}

/* line 1367, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #d2d2d2;
}

/* line 1371, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.bg-primary {
  color: #fff;
  background-color: #5ab8ff;
}

/* line 1375, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #27a2ff;
}

/* line 1379, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.bg-success {
  background-color: #64e2f9;
}

/* line 1382, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #33d9f7;
}

/* line 1386, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.bg-info {
  background-color: #5bc0de;
}

/* line 1389, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #31b0d5;
}

/* line 1393, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.bg-warning {
  background-color: #06e0f8;
}

/* line 1396, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #05b3c6;
}

/* line 1400, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.bg-danger {
  background-color: #5bd1ee;
}

/* line 1403, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #2dc4e9;
}

/* line 1407, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #ebebeb;
}

/* line 1412, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}

/* line 1417, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

/* line 1423, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 1427, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

/* line 1432, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 1437, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
dl {
  margin-top: 0;
  margin-bottom: 22px;
}

/* line 1441, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
dt,
dd {
  line-height: 1.42857143;
}

/* line 1445, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
dt {
  font-weight: bold;
}

/* line 1448, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 1452, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  /* line 1461, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
/* line 1465, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #4e5d6c;
}

/* line 1470, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 1474, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #4e5d6c;
}

/* line 1480, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 1485, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #ebebeb;
}

/* line 1493, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 1498, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #4e5d6c;
  border-left: 0;
  text-align: right;
}

/* line 1506, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}

/* line 1514, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 1522, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}

/* line 1527, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 1533, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}

/* line 1540, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 1548, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

/* line 1554, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 0;
}

/* line 1567, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 1575, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 1579, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  /* line 1586, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 1591, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 1596, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .container {
    width: 1170px;
  }
}
/* line 1600, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 1606, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 1610, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 1616, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 1619, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.col-xs-12 {
  width: 100%;
}

/* line 1622, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.col-xs-11 {
  width: 91.66666667%;
}

/* line 1625, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.col-xs-10 {
  width: 83.33333333%;
}

/* line 1628, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.col-xs-9 {
  width: 75%;
}

/* line 1631, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.col-xs-8 {
  width: 66.66666667%;
}

/* line 1634, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.col-xs-7 {
  width: 58.33333333%;
}

/* line 1637, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.col-xs-6 {
  width: 50%;
}

/* line 1640, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.col-xs-5 {
  width: 41.66666667%;
}

/* line 1643, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.col-xs-4 {
  width: 33.33333333%;
}

/* line 1646, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.col-xs-3 {
  width: 25%;
}

/* line 1649, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.col-xs-2 {
  width: 16.66666667%;
}

/* line 1652, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.col-xs-1 {
  width: 8.33333333%;
}

/* line 1655, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 1658, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.col-xs-pull-11 {
  right: 91.66666667%;
}

/* line 1661, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.col-xs-pull-10 {
  right: 83.33333333%;
}

/* line 1664, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 1667, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.col-xs-pull-8 {
  right: 66.66666667%;
}

/* line 1670, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.col-xs-pull-7 {
  right: 58.33333333%;
}

/* line 1673, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 1676, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.col-xs-pull-5 {
  right: 41.66666667%;
}

/* line 1679, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.col-xs-pull-4 {
  right: 33.33333333%;
}

/* line 1682, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 1685, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.col-xs-pull-2 {
  right: 16.66666667%;
}

/* line 1688, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.col-xs-pull-1 {
  right: 8.33333333%;
}

/* line 1691, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 1694, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 1697, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.col-xs-push-11 {
  left: 91.66666667%;
}

/* line 1700, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.col-xs-push-10 {
  left: 83.33333333%;
}

/* line 1703, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 1706, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.col-xs-push-8 {
  left: 66.66666667%;
}

/* line 1709, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.col-xs-push-7 {
  left: 58.33333333%;
}

/* line 1712, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 1715, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.col-xs-push-5 {
  left: 41.66666667%;
}

/* line 1718, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.col-xs-push-4 {
  left: 33.33333333%;
}

/* line 1721, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 1724, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.col-xs-push-2 {
  left: 16.66666667%;
}

/* line 1727, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.col-xs-push-1 {
  left: 8.33333333%;
}

/* line 1730, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 1733, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

/* line 1736, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 1739, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 1742, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 1745, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 1748, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 1751, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 1754, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

/* line 1757, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 1760, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 1763, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 1766, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 1769, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  /* line 1773, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  /* line 1776, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 1779, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-sm-11 {
    width: 91.66666667%;
  }

  /* line 1782, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-sm-10 {
    width: 83.33333333%;
  }

  /* line 1785, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 1788, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-sm-8 {
    width: 66.66666667%;
  }

  /* line 1791, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-sm-7 {
    width: 58.33333333%;
  }

  /* line 1794, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 1797, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-sm-5 {
    width: 41.66666667%;
  }

  /* line 1800, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-sm-4 {
    width: 33.33333333%;
  }

  /* line 1803, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 1806, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-sm-2 {
    width: 16.66666667%;
  }

  /* line 1809, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-sm-1 {
    width: 8.33333333%;
  }

  /* line 1812, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 1815, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  /* line 1818, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  /* line 1821, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 1824, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  /* line 1827, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  /* line 1830, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 1833, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  /* line 1836, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  /* line 1839, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 1842, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  /* line 1845, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  /* line 1848, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 1851, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 1854, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-sm-push-11 {
    left: 91.66666667%;
  }

  /* line 1857, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-sm-push-10 {
    left: 83.33333333%;
  }

  /* line 1860, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 1863, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-sm-push-8 {
    left: 66.66666667%;
  }

  /* line 1866, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-sm-push-7 {
    left: 58.33333333%;
  }

  /* line 1869, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 1872, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-sm-push-5 {
    left: 41.66666667%;
  }

  /* line 1875, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-sm-push-4 {
    left: 33.33333333%;
  }

  /* line 1878, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 1881, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-sm-push-2 {
    left: 16.66666667%;
  }

  /* line 1884, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-sm-push-1 {
    left: 8.33333333%;
  }

  /* line 1887, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 1890, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }

  /* line 1893, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 1896, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 1899, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 1902, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 1905, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 1908, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 1911, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 1914, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 1917, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 1920, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 1923, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 1926, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  /* line 1931, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  /* line 1934, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 1937, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-md-11 {
    width: 91.66666667%;
  }

  /* line 1940, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-md-10 {
    width: 83.33333333%;
  }

  /* line 1943, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 1946, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-md-8 {
    width: 66.66666667%;
  }

  /* line 1949, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-md-7 {
    width: 58.33333333%;
  }

  /* line 1952, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 1955, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-md-5 {
    width: 41.66666667%;
  }

  /* line 1958, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-md-4 {
    width: 33.33333333%;
  }

  /* line 1961, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 1964, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-md-2 {
    width: 16.66666667%;
  }

  /* line 1967, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-md-1 {
    width: 8.33333333%;
  }

  /* line 1970, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 1973, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-md-pull-11 {
    right: 91.66666667%;
  }

  /* line 1976, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-md-pull-10 {
    right: 83.33333333%;
  }

  /* line 1979, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 1982, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-md-pull-8 {
    right: 66.66666667%;
  }

  /* line 1985, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-md-pull-7 {
    right: 58.33333333%;
  }

  /* line 1988, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 1991, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-md-pull-5 {
    right: 41.66666667%;
  }

  /* line 1994, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-md-pull-4 {
    right: 33.33333333%;
  }

  /* line 1997, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 2000, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-md-pull-2 {
    right: 16.66666667%;
  }

  /* line 2003, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-md-pull-1 {
    right: 8.33333333%;
  }

  /* line 2006, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 2009, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 2012, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-md-push-11 {
    left: 91.66666667%;
  }

  /* line 2015, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-md-push-10 {
    left: 83.33333333%;
  }

  /* line 2018, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 2021, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-md-push-8 {
    left: 66.66666667%;
  }

  /* line 2024, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-md-push-7 {
    left: 58.33333333%;
  }

  /* line 2027, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 2030, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-md-push-5 {
    left: 41.66666667%;
  }

  /* line 2033, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-md-push-4 {
    left: 33.33333333%;
  }

  /* line 2036, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 2039, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-md-push-2 {
    left: 16.66666667%;
  }

  /* line 2042, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-md-push-1 {
    left: 8.33333333%;
  }

  /* line 2045, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 2048, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }

  /* line 2051, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 2054, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 2057, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 2060, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 2063, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 2066, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 2069, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 2072, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 2075, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 2078, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 2081, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 2084, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  /* line 2089, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  /* line 2092, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 2095, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-lg-11 {
    width: 91.66666667%;
  }

  /* line 2098, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-lg-10 {
    width: 83.33333333%;
  }

  /* line 2101, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 2104, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-lg-8 {
    width: 66.66666667%;
  }

  /* line 2107, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-lg-7 {
    width: 58.33333333%;
  }

  /* line 2110, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 2113, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-lg-5 {
    width: 41.66666667%;
  }

  /* line 2116, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-lg-4 {
    width: 33.33333333%;
  }

  /* line 2119, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 2122, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-lg-2 {
    width: 16.66666667%;
  }

  /* line 2125, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-lg-1 {
    width: 8.33333333%;
  }

  /* line 2128, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 2131, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  /* line 2134, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  /* line 2137, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 2140, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  /* line 2143, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  /* line 2146, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 2149, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  /* line 2152, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  /* line 2155, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 2158, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  /* line 2161, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  /* line 2164, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 2167, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 2170, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-lg-push-11 {
    left: 91.66666667%;
  }

  /* line 2173, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-lg-push-10 {
    left: 83.33333333%;
  }

  /* line 2176, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 2179, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-lg-push-8 {
    left: 66.66666667%;
  }

  /* line 2182, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-lg-push-7 {
    left: 58.33333333%;
  }

  /* line 2185, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 2188, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-lg-push-5 {
    left: 41.66666667%;
  }

  /* line 2191, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-lg-push-4 {
    left: 33.33333333%;
  }

  /* line 2194, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 2197, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-lg-push-2 {
    left: 16.66666667%;
  }

  /* line 2200, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-lg-push-1 {
    left: 8.33333333%;
  }

  /* line 2203, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 2206, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }

  /* line 2209, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 2212, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 2215, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 2218, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 2221, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 2224, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 2227, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 2230, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 2233, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 2236, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 2239, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 2242, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/* line 2246, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
table {
  background-color: transparent;
}

/* line 2249, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
caption {
  padding-top: 6px;
  padding-bottom: 6px;
  color: #4e5d6c;
  text-align: left;
}

/* line 2255, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
th {
  text-align: left;
}

/* line 2258, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}

/* line 2263, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 6px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #4e5d6c;
}

/* line 2274, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #4e5d6c;
}

/* line 2278, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

/* line 2286, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.table > tbody + tbody {
  border-top: 2px solid #4e5d6c;
}

/* line 2289, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.table .table {
  background-color: #3c424a;
}

/* line 2292, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 3px;
}

/* line 2300, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.table-bordered {
  border: 1px solid #4e5d6c;
}

/* line 2303, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #4e5d6c;
}

/* line 2311, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 2315, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #4e5d6c;
}

/* line 2318, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.table-hover > tbody > tr:hover {
  background-color: #485563;
}

/* line 2321, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 2326, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 2332, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #485563;
}

/* line 2346, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #3d4954;
}

/* line 2353, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #64e2f9;
}

/* line 2367, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #4bddf8;
}

/* line 2374, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #5bc0de;
}

/* line 2388, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #46b8da;
}

/* line 2395, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #06e0f8;
}

/* line 2409, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #05cadf;
}

/* line 2416, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #5bd1ee;
}

/* line 2430, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #44cbec;
}

/* line 2437, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  /* line 2442, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #4e5d6c;
  }

  /* line 2449, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }

  /* line 2452, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  /* line 2460, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }

  /* line 2463, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  /* line 2471, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  /* line 2479, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/* line 2486, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 2492, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #ebebeb;
  border: 0;
  border-bottom: 1px solid #4e5d6c;
}

/* line 2503, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 2509, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 2514, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 2520, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
input[type="file"] {
  display: block;
}

/* line 2523, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 2527, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 2531, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 2538, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
output {
  display: block;
  padding-top: 9px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #3c424a;
}

/* line 2545, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #3c424a;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* line 2563, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.form-control:focus {
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
}

/* line 2569, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.form-control::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}

/* line 2573, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.form-control:-ms-input-placeholder {
  color: #cccccc;
}

/* line 2576, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.form-control::-webkit-input-placeholder {
  color: #cccccc;
}

/* line 2579, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

/* line 2583, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #ebebeb;
  opacity: 1;
}

/* line 2589, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 2593, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
textarea.form-control {
  height: auto;
}

/* line 2596, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 2600, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 40px;
  }

  /* line 2606, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 33px;
  }

  /* line 2616, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 69px;
  }
}
/* line 2627, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 2630, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 2637, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 2645, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

/* line 2653, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 2657, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 2667, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 2672, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 2680, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 2686, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

/* line 2692, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.form-control-static {
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 0;
  min-height: 38px;
}

/* line 2698, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

/* line 2703, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}

/* line 2710, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
select.input-sm {
  height: 33px;
  line-height: 33px;
}

/* line 2714, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

/* line 2718, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}

/* line 2725, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}

/* line 2729, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

/* line 2733, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}

/* line 2740, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.input-lg {
  height: 69px;
  padding: 12px 24px;
  font-size: 32px;
  line-height: 1.3333333;
  border-radius: 0;
}

/* line 2747, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
select.input-lg {
  height: 69px;
  line-height: 69px;
}

/* line 2751, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

/* line 2755, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.form-group-lg .form-control {
  height: 69px;
  padding: 12px 24px;
  font-size: 32px;
  line-height: 1.3333333;
  border-radius: 0;
}

/* line 2762, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.form-group-lg select.form-control {
  height: 69px;
  line-height: 69px;
}

/* line 2766, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

/* line 2770, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.form-group-lg .form-control-static {
  height: 69px;
  min-height: 54px;
  padding: 13px 24px;
  font-size: 32px;
  line-height: 1.3333333;
}

/* line 2777, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.has-feedback {
  position: relative;
}

/* line 2780, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.has-feedback .form-control {
  padding-right: 50px;
}

/* line 2783, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  pointer-events: none;
}

/* line 2795, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 69px;
  height: 69px;
  line-height: 69px;
}

/* line 2802, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}

/* line 2809, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #ebebeb;
}

/* line 2821, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.has-success .form-control {
  border-color: #ebebeb;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2826, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.has-success .form-control:focus {
  border-color: #d2d2d2;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}

/* line 2831, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.has-success .input-group-addon {
  color: #ebebeb;
  border-color: #ebebeb;
  background-color: #64e2f9;
}

/* line 2836, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.has-success .form-control-feedback {
  color: #ebebeb;
}

/* line 2839, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #ebebeb;
}

/* line 2851, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.has-warning .form-control {
  border-color: #ebebeb;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2856, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.has-warning .form-control:focus {
  border-color: #d2d2d2;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}

/* line 2861, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.has-warning .input-group-addon {
  color: #ebebeb;
  border-color: #ebebeb;
  background-color: #06e0f8;
}

/* line 2866, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.has-warning .form-control-feedback {
  color: #ebebeb;
}

/* line 2869, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #ebebeb;
}

/* line 2881, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.has-error .form-control {
  border-color: #ebebeb;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2886, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.has-error .form-control:focus {
  border-color: #d2d2d2;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}

/* line 2891, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.has-error .input-group-addon {
  color: #ebebeb;
  border-color: #ebebeb;
  background-color: #5bd1ee;
}

/* line 2896, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.has-error .form-control-feedback {
  color: #ebebeb;
}

/* line 2899, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}

/* line 2902, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 2905, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #ffffff;
}

@media (min-width: 768px) {
  /* line 2912, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 2917, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 2922, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }

  /* line 2925, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  /* line 2929, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  /* line 2934, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }

  /* line 2937, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 2941, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 2948, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  /* line 2952, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  /* line 2957, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
/* line 2961, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 9px;
}

/* line 2969, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 31px;
}

/* line 2973, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  /* line 2978, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 9px;
  }
}
/* line 2984, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  /* line 2988, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 13px;
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  /* line 2994, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
/* line 2999, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 3019, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 3029, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn:hover,
.btn:focus,
.btn.focus {
  color: #ffffff;
  text-decoration: none;
}

/* line 3035, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn:active,
.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);
}

/* line 3042, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 3051, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 3055, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-default {
  color: #ffffff;
  background-color: #4e5d6c;
  border-color: transparent;
}

/* line 3060, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-default:focus,
.btn-default.focus {
  color: #ffffff;
  background-color: #39444e;
  border-color: transparent;
}

/* line 3066, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-default:hover {
  color: #ffffff;
  background-color: #39444e;
  border-color: transparent;
}

/* line 3071, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #39444e;
  border-color: transparent;
}

/* line 3078, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #ffffff;
  background-color: #2a323a;
  border-color: transparent;
}

/* line 3091, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

/* line 3096, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #4e5d6c;
  border-color: transparent;
}

/* line 3108, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-default .badge {
  color: #4e5d6c;
  background-color: #ffffff;
}

/* line 3112, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-primary {
  color: #ffffff;
  background-color: #5ab8ff;
  border-color: transparent;
}

/* line 3117, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #27a2ff;
  border-color: transparent;
}

/* line 3123, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-primary:hover {
  color: #ffffff;
  background-color: #27a2ff;
  border-color: transparent;
}

/* line 3128, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #27a2ff;
  border-color: transparent;
}

/* line 3135, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #0393ff;
  border-color: transparent;
}

/* line 3148, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

/* line 3153, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #5ab8ff;
  border-color: transparent;
}

/* line 3165, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-primary .badge {
  color: #5ab8ff;
  background-color: #ffffff;
}

/* line 3169, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-success {
  color: #ffffff;
  background-color: #64e2f9;
  border-color: transparent;
}

/* line 3174, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #33d9f7;
  border-color: transparent;
}

/* line 3180, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-success:hover {
  color: #ffffff;
  background-color: #33d9f7;
  border-color: transparent;
}

/* line 3185, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #33d9f7;
  border-color: transparent;
}

/* line 3192, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #11d2f6;
  border-color: transparent;
}

/* line 3205, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

/* line 3210, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #64e2f9;
  border-color: transparent;
}

/* line 3222, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-success .badge {
  color: #64e2f9;
  background-color: #ffffff;
}

/* line 3226, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: transparent;
}

/* line 3231, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: transparent;
}

/* line 3237, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: transparent;
}

/* line 3242, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: transparent;
}

/* line 3249, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: transparent;
}

/* line 3262, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

/* line 3267, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: transparent;
}

/* line 3279, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}

/* line 3283, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-warning {
  color: #ffffff;
  background-color: #06e0f8;
  border-color: transparent;
}

/* line 3288, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #05b3c6;
  border-color: transparent;
}

/* line 3294, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-warning:hover {
  color: #ffffff;
  background-color: #05b3c6;
  border-color: transparent;
}

/* line 3299, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #05b3c6;
  border-color: transparent;
}

/* line 3306, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #0494a3;
  border-color: transparent;
}

/* line 3319, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

/* line 3324, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #06e0f8;
  border-color: transparent;
}

/* line 3336, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-warning .badge {
  color: #06e0f8;
  background-color: #ffffff;
}

/* line 3340, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-danger {
  color: #ffffff;
  background-color: #5bd1ee;
  border-color: transparent;
}

/* line 3345, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #2dc4e9;
  border-color: transparent;
}

/* line 3351, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-danger:hover {
  color: #ffffff;
  background-color: #2dc4e9;
  border-color: transparent;
}

/* line 3356, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #2dc4e9;
  border-color: transparent;
}

/* line 3363, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #17b5dc;
  border-color: transparent;
}

/* line 3376, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

/* line 3381, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #5bd1ee;
  border-color: transparent;
}

/* line 3393, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-danger .badge {
  color: #5bd1ee;
  background-color: #ffffff;
}

/* line 3397, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-link {
  color: #5ab8ff;
  font-weight: normal;
  border-radius: 0;
}

/* line 3402, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 3411, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

/* line 3417, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-link:hover,
.btn-link:focus {
  color: #5ab8ff;
  text-decoration: underline;
  background-color: transparent;
}

/* line 3423, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #4e5d6c;
  text-decoration: none;
}

/* line 3430, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-lg,
.btn-group-lg > .btn {
  padding: 12px 24px;
  font-size: 32px;
  line-height: 1.3333333;
  border-radius: 0;
}

/* line 3437, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}

/* line 3444, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}

/* line 3451, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 3455, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 3458, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 3463, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/* line 3469, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.fade.in {
  opacity: 1;
}

/* line 3472, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.collapse {
  display: none;
}

/* line 3475, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.collapse.in {
  display: block;
}

/* line 3478, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
tr.collapse.in {
  display: table-row;
}

/* line 3481, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 3484, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 3495, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 3506, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 3510, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 3513, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #4e5d6c;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

/* line 3533, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 3537, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #3c424a;
}

/* line 3543, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #ebebeb;
  white-space: nowrap;
}

/* line 3552, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ebebeb;
  background-color: #485563;
}

/* line 3558, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #5ab8ff;
}

/* line 3566, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #3c424a;
}

/* line 3571, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

/* line 3579, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 3582, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.open > a {
  outline: 0;
}

/* line 3585, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 3589, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 3593, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #3c424a;
  white-space: nowrap;
}

/* line 3601, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 3609, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 3613, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

/* line 3620, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 3627, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }

  /* line 3631, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 3636, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 3642, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

/* line 3647, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 3657, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 3663, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-toolbar {
  margin-left: -5px;
}

/* line 3666, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

/* line 3671, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 3676, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 3679, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 3682, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 3686, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 3691, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 3694, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 3697, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 3702, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 3706, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 3710, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 3714, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 3718, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-group.open .dropdown-toggle {
  -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);
}

/* line 3722, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 3726, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn .caret {
  margin-left: 0;
}

/* line 3729, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 3733, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

/* line 3736, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 3744, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 3747, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 3754, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 3757, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3763, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3769, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 3772, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3777, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 3781, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 3787, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

/* line 3793, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 3796, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 3799, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 3807, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 3812, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

/* line 3817, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 3824, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 3827, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 69px;
  padding: 12px 24px;
  font-size: 32px;
  line-height: 1.3333333;
  border-radius: 0;
}

/* line 3836, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 69px;
  line-height: 69px;
}

/* line 3842, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

/* line 3850, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}

/* line 3859, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}

/* line 3865, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

/* line 3873, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

/* line 3878, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 3883, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 3889, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.input-group-addon {
  padding: 8px 16px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #3c424a;
  text-align: center;
  background-color: #4e5d6c;
  border: 1px solid transparent;
  border-radius: 0;
}

/* line 3900, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 0;
}

/* line 3905, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.input-group-addon.input-lg {
  padding: 12px 24px;
  font-size: 32px;
  border-radius: 0;
}

/* line 3910, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 3914, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 3924, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 3927, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 3937, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 3940, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 3945, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.input-group-btn > .btn {
  position: relative;
}

/* line 3948, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 3951, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

/* line 3956, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 3960, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 3965, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

/* line 3970, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.nav > li {
  position: relative;
  display: block;
}

/* line 3974, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 3979, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #4e5d6c;
}

/* line 3984, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.nav > li.disabled > a {
  color: #4e5d6c;
}

/* line 3987, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #4e5d6c;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

/* line 3994, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #4e5d6c;
  border-color: #5ab8ff;
}

/* line 4000, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 4006, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 4009, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.nav-tabs {
  border-bottom: 1px solid transparent;
}

/* line 4012, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 4016, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}

/* line 4022, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.nav-tabs > li > a:hover {
  border-color: #4e5d6c #4e5d6c transparent;
}

/* line 4025, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #ebebeb;
  background-color: #3c424a;
  border: 1px solid #4e5d6c;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 4034, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

/* line 4038, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.nav-tabs.nav-justified > li {
  float: none;
}

/* line 4041, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

/* line 4045, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 4050, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  /* line 4054, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 4058, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}

/* line 4062, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #4e5d6c;
}

@media (min-width: 768px) {
  /* line 4068, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #4e5d6c;
    border-radius: 0 0 0 0;
  }

  /* line 4072, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #4e5d6c;
  }
}
/* line 4078, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.nav-pills > li {
  float: left;
}

/* line 4081, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.nav-pills > li > a {
  border-radius: 0;
}

/* line 4084, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 4087, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #5ab8ff;
}

/* line 4093, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.nav-stacked > li {
  float: none;
}

/* line 4096, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 4100, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.nav-justified {
  width: 100%;
}

/* line 4103, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.nav-justified > li {
  float: none;
}

/* line 4106, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

/* line 4110, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 4115, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  /* line 4119, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 4123, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.nav-tabs-justified {
  border-bottom: 0;
}

/* line 4126, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}

/* line 4130, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #4e5d6c;
}

@media (min-width: 768px) {
  /* line 4136, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #4e5d6c;
    border-radius: 0 0 0 0;
  }

  /* line 4140, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #4e5d6c;
  }
}
/* line 4146, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 4149, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.tab-content > .active {
  display: block;
}

/* line 4152, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 4157, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar {
  position: relative;
  min-height: 40px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  /* line 4164, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  /* line 4169, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .navbar-header {
    float: left;
  }
}
/* line 4173, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

/* line 4181, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 4185, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  /* line 4190, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  /* line 4196, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }

  /* line 4199, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 4206, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 4211, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
/* line 4216, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 4224, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 4232, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 4237, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}
/* line 4241, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  /* line 4249, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
/* line 4254, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 4258, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 4263, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-brand {
  float: left;
  padding: 9px 15px;
  font-size: 20px;
  line-height: 22px;
  height: 40px;
}

/* line 4270, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

/* line 4274, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  /* line 4278, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
/* line 4283, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}

/* line 4295, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-toggle:focus {
  outline: 0;
}

/* line 4298, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 4304, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 4308, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .navbar-toggle {
    display: none;
  }
}
/* line 4312, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-nav {
  margin: 4.5px -15px;
}

/* line 4315, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}

@media (max-width: 767px) {
  /* line 4321, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  /* line 4330, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  /* line 4334, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }

  /* line 4337, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  /* line 4343, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }

  /* line 4347, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .navbar-nav > li {
    float: left;
  }

  /* line 4350, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .navbar-nav > li > a {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
/* line 4355, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 0px;
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  /* line 4367, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 4372, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 4377, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }

  /* line 4380, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  /* line 4384, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  /* line 4389, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  /* line 4392, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 4396, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 4403, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  /* line 4407, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  /* line 4412, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 4417, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  /* line 4420, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 4425, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
/* line 4436, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 4441, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4448, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-btn {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* line 4452, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-btn.btn-sm {
  margin-top: 3.5px;
  margin-bottom: 3.5px;
}

/* line 4456, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-btn.btn-xs {
  margin-top: 9px;
  margin-bottom: 9px;
}

/* line 4460, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-text {
  margin-top: 9px;
  margin-bottom: 9px;
}

@media (min-width: 768px) {
  /* line 4465, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  /* line 4472, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 4475, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  /* line 4479, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 4483, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-default {
  background-color: #2c3640;
  border-color: transparent;
}

/* line 4487, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-default .navbar-brand {
  color: #ebebeb;
}

/* line 4490, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ebebeb;
  background-color: transparent;
}

/* line 4495, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-default .navbar-text {
  color: #ebebeb;
}

/* line 4498, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-default .navbar-nav > li > a {
  color: #ebebeb;
}

/* line 4501, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ebebeb;
  background-color: #485563;
}

/* line 4506, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ebebeb;
  background-color: #485563;
}

/* line 4512, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

/* line 4518, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-default .navbar-toggle {
  border-color: transparent;
}

/* line 4521, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #485563;
}

/* line 4525, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ebebeb;
}

/* line 4528, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}

/* line 4532, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #485563;
  color: #ebebeb;
}

@media (max-width: 767px) {
  /* line 4539, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ebebeb;
  }

  /* line 4542, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ebebeb;
    background-color: #485563;
  }

  /* line 4547, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ebebeb;
    background-color: #485563;
  }

  /* line 4553, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
/* line 4560, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-default .navbar-link {
  color: #ebebeb;
}

/* line 4563, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-default .navbar-link:hover {
  color: #ebebeb;
}

/* line 4566, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-default .btn-link {
  color: #ebebeb;
}

/* line 4569, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #ebebeb;
}

/* line 4573, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}

/* line 4579, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-inverse {
  background-color: #5ab8ff;
  border-color: transparent;
}

/* line 4583, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-inverse .navbar-brand {
  color: #ebebeb;
}

/* line 4586, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ebebeb;
  background-color: transparent;
}

/* line 4591, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-inverse .navbar-text {
  color: #ebebeb;
}

/* line 4594, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #ebebeb;
}

/* line 4597, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ebebeb;
  background-color: #41adff;
}

/* line 4602, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ebebeb;
  background-color: #41adff;
}

/* line 4608, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

/* line 4614, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-inverse .navbar-toggle {
  border-color: transparent;
}

/* line 4617, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #41adff;
}

/* line 4621, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ebebeb;
}

/* line 4624, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #36a9ff;
}

/* line 4628, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #41adff;
  color: #ebebeb;
}

@media (max-width: 767px) {
  /* line 4635, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: transparent;
  }

  /* line 4638, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: transparent;
  }

  /* line 4641, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ebebeb;
  }

  /* line 4644, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ebebeb;
    background-color: #41adff;
  }

  /* line 4649, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ebebeb;
    background-color: #41adff;
  }

  /* line 4655, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
/* line 4662, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-inverse .navbar-link {
  color: #ebebeb;
}

/* line 4665, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-inverse .navbar-link:hover {
  color: #ebebeb;
}

/* line 4668, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-inverse .btn-link {
  color: #ebebeb;
}

/* line 4671, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ebebeb;
}

/* line 4675, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}

/* line 4681, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #4e5d6c;
  border-radius: 0;
}

/* line 4688, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 4691, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ebebeb;
}

/* line 4696, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.breadcrumb > .active {
  color: #ebebeb;
}

/* line 4699, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 0;
}

/* line 4705, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.pagination > li {
  display: inline;
}

/* line 4708, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 8px 16px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #ebebeb;
  background-color: #4e5d6c;
  border: 1px solid transparent;
  margin-left: -1px;
}

/* line 4720, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 4726, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 4731, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #ebebeb;
  background-color: #485563;
  border-color: transparent;
}

/* line 4740, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ebebeb;
  background-color: #5ab8ff;
  border-color: transparent;
  cursor: default;
}

/* line 4752, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #323c46;
  background-color: #4e5d6c;
  border-color: transparent;
  cursor: not-allowed;
}

/* line 4763, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 12px 24px;
  font-size: 32px;
  line-height: 1.3333333;
}

/* line 4769, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 4774, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 4779, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}

/* line 4785, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 4790, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 4795, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}

/* line 4801, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.pager li {
  display: inline;
}

/* line 4804, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #4e5d6c;
  border: 1px solid transparent;
  border-radius: 15px;
}

/* line 4812, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #485563;
}

/* line 4817, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 4821, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 4825, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #323c46;
  background-color: #4e5d6c;
  cursor: not-allowed;
}

/* line 4833, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 4845, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

/* line 4851, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.label:empty {
  display: none;
}

/* line 4854, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 4858, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.label-default {
  background-color: #4e5d6c;
}

/* line 4861, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #39444e;
}

/* line 4865, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.label-primary {
  background-color: #5ab8ff;
}

/* line 4868, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #27a2ff;
}

/* line 4872, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.label-success {
  background-color: #64e2f9;
}

/* line 4875, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #33d9f7;
}

/* line 4879, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.label-info {
  background-color: #5bc0de;
}

/* line 4882, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 4886, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.label-warning {
  background-color: #06e0f8;
}

/* line 4889, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #05b3c6;
}

/* line 4893, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.label-danger {
  background-color: #5bd1ee;
}

/* line 4896, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #2dc4e9;
}

/* line 4900, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: 300;
  color: #ebebeb;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #4e5d6c;
  border-radius: 10px;
}

/* line 4914, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.badge:empty {
  display: none;
}

/* line 4917, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 4921, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 4926, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

/* line 4932, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #5ab8ff;
  background-color: #ffffff;
}

/* line 4937, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.list-group-item > .badge {
  float: right;
}

/* line 4940, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 4943, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 4946, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #4e5d6c;
}

/* line 4953, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

/* line 4957, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}

/* line 4962, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.jumbotron > hr {
  border-top-color: #39444e;
}

/* line 4965, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 4971, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 4975, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  /* line 4979, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }

  /* line 4984, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}
/* line 4989, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.42857143;
  background-color: #3c424a;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

/* line 5001, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}

/* line 5006, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #5ab8ff;
}

/* line 5011, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.thumbnail .caption {
  padding: 9px;
  color: #ebebeb;
}

/* line 5015, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 0;
}

/* line 5021, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 5025, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 5028, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 5032, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 5035, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

/* line 5039, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 5046, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.alert-success {
  background-color: #64e2f9;
  border-color: transparent;
  color: #ebebeb;
}

/* line 5051, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.alert-success hr {
  border-top-color: transparent;
}

/* line 5054, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.alert-success .alert-link {
  color: #d2d2d2;
}

/* line 5057, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.alert-info {
  background-color: #5bc0de;
  border-color: transparent;
  color: #ebebeb;
}

/* line 5062, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.alert-info hr {
  border-top-color: transparent;
}

/* line 5065, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.alert-info .alert-link {
  color: #d2d2d2;
}

/* line 5068, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.alert-warning {
  background-color: #06e0f8;
  border-color: transparent;
  color: #ebebeb;
}

/* line 5073, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.alert-warning hr {
  border-top-color: transparent;
}

/* line 5076, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.alert-warning .alert-link {
  color: #d2d2d2;
}

/* line 5079, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.alert-danger {
  background-color: #5bd1ee;
  border-color: transparent;
  color: #ebebeb;
}

/* line 5084, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.alert-danger hr {
  border-top-color: transparent;
}

/* line 5087, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.alert-danger .alert-link {
  color: #d2d2d2;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 5106, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #4e5d6c;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 5115, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  background-color: #5ab8ff;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 5130, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 5137, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 5143, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.progress-bar-success {
  background-color: #64e2f9;
}

/* line 5146, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 5151, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 5154, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 5159, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.progress-bar-warning {
  background-color: #06e0f8;
}

/* line 5162, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 5167, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.progress-bar-danger {
  background-color: #5bd1ee;
}

/* line 5170, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 5175, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.media {
  margin-top: 15px;
}

/* line 5178, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.media:first-child {
  margin-top: 0;
}

/* line 5181, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

/* line 5186, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.media-body {
  width: 10000px;
}

/* line 5189, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.media-object {
  display: block;
}

/* line 5192, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 5195, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 5199, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 5203, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 5209, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.media-middle {
  vertical-align: middle;
}

/* line 5212, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 5215, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 5219, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 5223, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 5227, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #4e5d6c;
  border: 1px solid transparent;
}

/* line 5235, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 5239, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 5244, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
a.list-group-item,
button.list-group-item {
  color: #ebebeb;
}

/* line 5248, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #ebebeb;
}

/* line 5252, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #ebebeb;
  background-color: #485563;
}

/* line 5260, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 5264, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #ebebeb;
  color: #4e5d6c;
  cursor: not-allowed;
}

/* line 5271, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

/* line 5276, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #4e5d6c;
}

/* line 5281, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #5ab8ff;
  border-color: #5ab8ff;
}

/* line 5289, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

/* line 5300, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #ffffff;
}

/* line 5305, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.list-group-item-success {
  color: #ebebeb;
  background-color: #64e2f9;
}

/* line 5309, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #ebebeb;
}

/* line 5313, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 5317, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #ebebeb;
  background-color: #4bddf8;
}

/* line 5324, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #ebebeb;
  border-color: #ebebeb;
}

/* line 5334, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.list-group-item-info {
  color: #ebebeb;
  background-color: #5bc0de;
}

/* line 5338, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #ebebeb;
}

/* line 5342, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 5346, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #ebebeb;
  background-color: #46b8da;
}

/* line 5353, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #ebebeb;
  border-color: #ebebeb;
}

/* line 5363, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.list-group-item-warning {
  color: #ebebeb;
  background-color: #06e0f8;
}

/* line 5367, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #ebebeb;
}

/* line 5371, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 5375, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #ebebeb;
  background-color: #05cadf;
}

/* line 5382, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #ebebeb;
  border-color: #ebebeb;
}

/* line 5392, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.list-group-item-danger {
  color: #ebebeb;
  background-color: #5bd1ee;
}

/* line 5396, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #ebebeb;
}

/* line 5400, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 5404, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #ebebeb;
  background-color: #44cbec;
}

/* line 5411, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #ebebeb;
  border-color: #ebebeb;
}

/* line 5421, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 5425, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 5429, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel {
  margin-bottom: 22px;
  background-color: #4e5d6c;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 5437, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel-body {
  padding: 15px;
}

/* line 5440, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

/* line 5446, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 5449, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}

/* line 5455, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 5462, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #485563;
  border-top: 1px solid transparent;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

/* line 5469, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 5473, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 5478, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

/* line 5484, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

/* line 5490, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 5494, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 5497, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 5500, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

/* line 5505, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 5511, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

/* line 5516, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}

/* line 5523, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}

/* line 5533, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}

/* line 5543, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

/* line 5548, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}

/* line 5555, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}

/* line 5565, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}

/* line 5575, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #4e5d6c;
}

/* line 5581, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 5585, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 5589, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 5603, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 5617, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

/* line 5627, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 5637, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 5641, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel-group {
  margin-bottom: 22px;
}

/* line 5644, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}

/* line 5648, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 5651, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 5654, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid transparent;
}

/* line 5658, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 5661, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid transparent;
}

/* line 5664, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel-default {
  border-color: transparent;
}

/* line 5667, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: transparent;
}

/* line 5672, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}

/* line 5675, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

/* line 5679, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}

/* line 5682, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel-primary {
  border-color: transparent;
}

/* line 5685, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #5ab8ff;
  border-color: transparent;
}

/* line 5690, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}

/* line 5693, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel-primary > .panel-heading .badge {
  color: #5ab8ff;
  background-color: #ffffff;
}

/* line 5697, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}

/* line 5700, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel-success {
  border-color: transparent;
}

/* line 5703, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel-success > .panel-heading {
  color: #ebebeb;
  background-color: #64e2f9;
  border-color: transparent;
}

/* line 5708, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}

/* line 5711, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel-success > .panel-heading .badge {
  color: #64e2f9;
  background-color: #ebebeb;
}

/* line 5715, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}

/* line 5718, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel-info {
  border-color: transparent;
}

/* line 5721, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel-info > .panel-heading {
  color: #ebebeb;
  background-color: #5bc0de;
  border-color: transparent;
}

/* line 5726, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}

/* line 5729, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel-info > .panel-heading .badge {
  color: #5bc0de;
  background-color: #ebebeb;
}

/* line 5733, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}

/* line 5736, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel-warning {
  border-color: transparent;
}

/* line 5739, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel-warning > .panel-heading {
  color: #ebebeb;
  background-color: #06e0f8;
  border-color: transparent;
}

/* line 5744, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}

/* line 5747, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel-warning > .panel-heading .badge {
  color: #06e0f8;
  background-color: #ebebeb;
}

/* line 5751, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}

/* line 5754, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel-danger {
  border-color: transparent;
}

/* line 5757, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel-danger > .panel-heading {
  color: #ebebeb;
  background-color: #5bd1ee;
  border-color: transparent;
}

/* line 5762, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}

/* line 5765, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel-danger > .panel-heading .badge {
  color: #5bd1ee;
  background-color: #ebebeb;
}

/* line 5769, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}

/* line 5772, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 5779, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

/* line 5792, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 5795, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 5798, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #4e5d6c;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 5808, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 5812, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.well-lg {
  padding: 24px;
  border-radius: 0;
}

/* line 5816, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.well-sm {
  padding: 9px;
  border-radius: 0;
}

/* line 5820, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #ebebeb;
  text-shadow: none;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

/* line 5830, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.close:hover,
.close:focus {
  color: #ebebeb;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 5838, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 5845, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.modal-open {
  overflow: hidden;
}

/* line 5848, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 5860, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

/* line 5870, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 5876, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 5880, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 5885, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.modal-content {
  position: relative;
  background-color: #4e5d6c;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

/* line 5895, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

/* line 5904, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 5908, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 5912, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #3c424a;
}

/* line 5916, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 5919, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

/* line 5923, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.modal-body {
  position: relative;
  padding: 20px;
}

/* line 5927, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #3c424a;
}

/* line 5932, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

/* line 5936, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 5939, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 5942, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 5950, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 5954, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 5958, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 5963, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 5967, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 5990, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 5994, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

/* line 5998, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

/* line 6002, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

/* line 6006, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 6010, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 0;
}

/* line 6018, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 6025, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

/* line 6032, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

/* line 6039, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

/* line 6046, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}

/* line 6053, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}

/* line 6060, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

/* line 6067, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

/* line 6074, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

/* line 6081, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #4e5d6c;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 6112, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.popover.top {
  margin-top: -10px;
}

/* line 6115, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.popover.right {
  margin-left: 10px;
}

/* line 6118, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 6121, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.popover.left {
  margin-left: -10px;
}

/* line 6124, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #485563;
  border-bottom: 1px solid #3d4954;
  border-radius: -1 -1 0 0;
}

/* line 6132, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 6135, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 6144, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 6147, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 6151, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: transparent;
  bottom: -11px;
}

/* line 6158, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #4e5d6c;
}

/* line 6165, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: transparent;
}

/* line 6172, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #4e5d6c;
}

/* line 6179, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: transparent;
  top: -11px;
}

/* line 6186, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #4e5d6c;
}

/* line 6193, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: transparent;
}

/* line 6200, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #4e5d6c;
  bottom: -10px;
}

/* line 6207, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.carousel {
  position: relative;
}

/* line 6210, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* line 6215, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

/* line 6222, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 6227, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }

  /* line 6239, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  /* line 6245, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  /* line 6251, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
/* line 6259, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 6264, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 6267, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 6273, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 6276, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 6279, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 6283, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 6286, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 6289, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}

/* line 6303, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

/* line 6310, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

/* line 6319, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 6327, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

/* line 6337, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

/* line 6342, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

/* line 6347, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

/* line 6354, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 6357, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 6360, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

/* line 6371, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}

/* line 6383, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}

/* line 6389, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 6401, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 6405, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  /* line 6414, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }

  /* line 6418, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  /* line 6422, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 6427, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 6431, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

/* line 6466, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

/* line 6484, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 6489, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.pull-right {
  float: right !important;
}

/* line 6492, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.pull-left {
  float: left !important;
}

/* line 6495, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.hide {
  display: none !important;
}

/* line 6498, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.show {
  display: block !important;
}

/* line 6501, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.invisible {
  visibility: hidden;
}

/* line 6504, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 6511, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.hidden {
  display: none !important;
}

/* line 6514, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 6520, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

/* line 6526, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 6541, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 6544, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  table.visible-xs {
    display: table !important;
  }

  /* line 6547, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 6550, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 6556, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  /* line 6561, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  /* line 6566, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6571, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 6574, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  table.visible-sm {
    display: table !important;
  }

  /* line 6577, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 6580, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6586, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6591, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6596, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6601, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .visible-md {
    display: block !important;
  }

  /* line 6604, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  table.visible-md {
    display: table !important;
  }

  /* line 6607, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 6610, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6616, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6621, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6626, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  /* line 6631, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 6634, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  table.visible-lg {
    display: table !important;
  }

  /* line 6637, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 6640, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 6646, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  /* line 6651, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  /* line 6656, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  /* line 6661, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6666, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6671, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 6676, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 6680, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 6684, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .visible-print {
    display: block !important;
  }

  /* line 6687, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  table.visible-print {
    display: table !important;
  }

  /* line 6690, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 6693, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 6698, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 6702, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .visible-print-block {
    display: block !important;
  }
}
/* line 6706, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 6710, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .visible-print-inline {
    display: inline !important;
  }
}
/* line 6714, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 6718, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  /* line 6723, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
  .hidden-print {
    display: none !important;
  }
}
/* line 6727, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  font-size: 14px;
}

/* line 6733, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-default .badge {
  background-color: #fff;
  color: #2c3640;
}

/* line 6737, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.navbar-inverse .badge {
  background-color: #fff;
  color: #5ab8ff;
}

/* line 6741, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-default:hover {
  background-color: #485563;
}

/* line 6744, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-sm,
.btn-xs {
  font-size: 14px;
}

/* line 6748, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.text-primary,
.text-primary:hover {
  color: #5ab8ff;
}

/* line 6752, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.text-success,
.text-success:hover {
  color: #64e2f9;
}

/* line 6756, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.text-danger,
.text-danger:hover {
  color: #5bd1ee;
}

/* line 6760, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.text-warning,
.text-warning:hover {
  color: #06e0f8;
}

/* line 6764, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.text-info,
.text-info:hover {
  color: #5bc0de;
}

/* line 6768, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.page-header {
  border-bottom-color: #4e5d6c;
}

/* line 6771, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.dropdown-menu {
  border: none;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 6777, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.dropdown-menu > li > a {
  font-size: 14px;
}

/* line 6780, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 6784, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.dropdown-header {
  font-size: 14px;
}

/* line 6787, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
table,
.table {
  font-size: 14px;
}

/* line 6791, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
table a:not(.btn),
.table a:not(.btn) {
  color: #fff;
  text-decoration: underline;
}

/* line 6796, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
table .dropdown-menu a,
.table .dropdown-menu a {
  text-decoration: none;
}

/* line 6800, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
table .text-muted,
.table .text-muted {
  color: #4e5d6c;
}

/* line 6804, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
table > thead > tr > th,
.table > thead > tr > th,
table > tbody > tr > th,
.table > tbody > tr > th,
table > tfoot > tr > th,
.table > tfoot > tr > th,
table > thead > tr > td,
.table > thead > tr > td,
table > tbody > tr > td,
.table > tbody > tr > td,
table > tfoot > tr > td,
.table > tfoot > tr > td {
  border-color: transparent;
}

/* line 6818, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
input,
textarea {
  color: #3c424a;
}

/* line 6822, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
label,
.radio label,
.checkbox label,
.help-block {
  font-size: 14px;
}

/* line 6828, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.input-addon,
.input-group-addon {
  color: #ebebeb;
}

/* line 6832, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label,
.has-warning .form-control-feedback {
  color: #06e0f8;
}

/* line 6845, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.has-warning .form-control,
.has-warning .form-control:focus {
  border: 4px solid #06e0f8;
}

/* line 6849, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.has-warning .input-group-addon {
  border: none;
}

/* line 6852, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label,
.has-error .form-control-feedback {
  color: #5bd1ee;
}

/* line 6865, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.has-error .form-control,
.has-error .form-control:focus {
  border: 4px solid #5bd1ee;
}

/* line 6869, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.has-error .input-group-addon {
  border: none;
}

/* line 6872, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label,
.has-success .form-control-feedback {
  color: #64e2f9;
}

/* line 6885, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.has-success .form-control,
.has-success .form-control:focus {
  border: 4px solid #64e2f9;
}

/* line 6889, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.has-success .input-group-addon {
  border: none;
}

/* line 6892, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 6896, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.has-warning .form-control:focus,
.has-error .form-control:focus,
.has-success .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 6902, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: transparent;
}

/* line 6907, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.nav-tabs > li > a {
  color: #ebebeb;
}

/* line 6910, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.nav-pills > li > a {
  color: #ebebeb;
}

/* line 6913, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.pager a {
  color: #ebebeb;
}

/* line 6916, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.alert {
  color: #fff;
}

/* line 6919, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.alert a,
.alert .alert-link {
  color: #fff;
}

/* line 6923, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.close {
  opacity: 0.4;
}

/* line 6926, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.close:hover,
.close:focus {
  opacity: 1;
}

/* line 6930, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.well {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 6934, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  border: none;
}

/* line 6939, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
a.list-group-item-success.active {
  background-color: #64e2f9;
}

/* line 6942, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  background-color: #4bddf8;
}

/* line 6946, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
a.list-group-item-warning.active {
  background-color: #06e0f8;
}

/* line 6949, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  background-color: #05cadf;
}

/* line 6953, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
a.list-group-item-danger.active {
  background-color: #5bd1ee;
}

/* line 6956, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  background-color: #44cbec;
}

/* line 6960, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel {
  border: none;
}

/* line 6963, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.panel-default > .panel-heading {
  background-color: #485563;
  color: #ebebeb;
}

/* line 6967, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.thumbnail {
  background-color: #4e5d6c;
  border: none;
}

/* line 6971, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.modal {
  padding: 0;
}

/* line 6974, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.modal-header,
.modal-footer {
  background-color: #485563;
  border: none;
  border-radius: 0;
}

/* line 6980, /home/ubuntu/workspace/app/assets/stylesheets/superhero.scss */
.popover-title {
  border: none;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *




*/

 /*

 */

/*
 * for bootstrap3

 *
 * or for bootstrap2

 */

/**** Transitions ****/


.transitions-enabled.masonry,
.transitions-enabled.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
     -moz-transition-duration: 0.7s;
      -ms-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

.transitions-enabled.masonry {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.transitions-enabled.masonry  .masonry-brick {
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
      -ms-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}


/* disable transitions on container */
.transitions-enabled.infinite-scroll.masonry {
  -webkit-transition-property: none;
     -moz-transition-property: none;
      -ms-transition-property: none;
       -o-transition-property: none;
          transition-property: none;
}
ul.thumbnails.image_picker_selector {
  overflow: auto;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0px;
  margin: 0px; }
  ul.thumbnails.image_picker_selector li {
    margin: 0px 12px 12px 0px;
    float: left; }
    ul.thumbnails.image_picker_selector li .thumbnail {
      padding: 6px;
      border: 1px solid #dddddd; }
    ul.thumbnails.image_picker_selector li .thumbnail.selected {
      background: #0088cc; }
.rails-bootstrap-forms-date-select select,
.rails-bootstrap-forms-time-select select,
.rails-bootstrap-forms-datetime-select select {
  display: inline-block;
  width: auto;
}

.rails-bootstrap-forms-error-summary {
  margin-top: 10px;
}
/* ========================================================================
 * bootstrap-switch - v3.3.2
 * http://www.bootstrap-switch.org
 * ========================================================================
 * Copyright 2012-2013 Mattia Larentis
 *
 * ========================================================================
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================================
 */
/* line 23, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch {
  display: inline-block;
  direction: ltr;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid;
  border-color: #cccccc;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* line 43, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch .bootstrap-switch-container {
  display: inline-block;
  top: 0;
  border-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 50, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block !important;
  height: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
}

/* line 63, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
  text-align: center;
  z-index: 1;
}

/* line 68, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  color: #fff;
  background: #428bca;
}

/* line 73, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
  color: #fff;
  background: #5bc0de;
}

/* line 78, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  color: #fff;
  background: #5cb85c;
}

/* line 83, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
  background: #f0ad4e;
  color: #fff;
}

/* line 88, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
  color: #fff;
  background: #d9534f;
}

/* line 93, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: #000;
  background: #eeeeee;
}

/* line 98, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch .bootstrap-switch-label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  color: #333333;
  background: #ffffff;
}

/* line 106, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 110, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-off {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 114, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch input[type='radio'],
.bootstrap-switch input[type='checkbox'] {
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

/* line 123, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch input[type='radio'].form-control,
.bootstrap-switch input[type='checkbox'].form-control {
  height: auto;
}

/* line 127, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 134, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 141, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
  padding: 6px 16px;
  font-size: 18px;
  line-height: 1.33;
}

/* line 148, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly,
.bootstrap-switch.bootstrap-switch-indeterminate {
  cursor: default !important;
}

/* line 153, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}

/* line 166, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  -webkit-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
}

/* line 170, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 176, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 182, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch.bootstrap-switch-focused {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 188, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 193, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* ========================================================================
 * bootstrap-switch - v3.3.2
 * http://www.bootstrap-switch.org
 * ========================================================================
 * Copyright 2012-2013 Mattia Larentis
 *
 * ========================================================================
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================================
 */
/* line 23, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap2-switch.scss */
.clearfix {
  *zoom: 1;
}

/* line 26, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap2-switch.scss */
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 32, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap2-switch.scss */
.clearfix:after {
  clear: both;
}

/* line 35, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap2-switch.scss */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 42, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap2-switch.scss */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 50, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap2-switch.scss */
.bootstrap-switch {
  display: inline-block;
  direction: ltr;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  vertical-align: middle;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* line 75, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap2-switch.scss */
.bootstrap-switch .bootstrap-switch-container {
  display: inline-block;
  top: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 86, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap2-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block !important;
  height: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 14px;
  line-height: 20px;
}

/* line 102, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap2-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
  text-align: center;
  z-index: 1;
}

/* line 107, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap2-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #005fcc;
  background-image: -moz-linear-gradient(top, #0044cc, #0088cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0044cc), to(#0088cc));
  background-image: -webkit-linear-gradient(top, #0044cc, #0088cc);
  background-image: -o-linear-gradient(top, #0044cc, #0088cc);
  background-image: linear-gradient(to bottom, #0044cc, #0088cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0044cc', endColorstr='#ff0088cc', GradientType=0);
  border-color: #0088cc #0088cc #005580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0088cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 125, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap2-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:hover,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:hover,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:focus,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:focus,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary.active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary.active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary.disabled,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary.disabled,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary[disabled],
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary[disabled] {
  color: #ffffff;
  background-color: #0088cc;
  *background-color: #0077b3;
}

/* line 141, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap2-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary.active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary.active {
  background-color: #006699 \9;
}

/* line 147, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap2-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #41a7c5;
  background-image: -moz-linear-gradient(top, #2f96b4, #5bc0de);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2f96b4), to(#5bc0de));
  background-image: -webkit-linear-gradient(top, #2f96b4, #5bc0de);
  background-image: -o-linear-gradient(top, #2f96b4, #5bc0de);
  background-image: linear-gradient(to bottom, #2f96b4, #5bc0de);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2f96b4', endColorstr='#ff5bc0de', GradientType=0);
  border-color: #5bc0de #5bc0de #28a1c5;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #5bc0de;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 165, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap2-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info:hover,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info:hover,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info:focus,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info:focus,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info:active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info:active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info.active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info.active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info.disabled,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info.disabled,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info[disabled],
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info[disabled] {
  color: #ffffff;
  background-color: #5bc0de;
  *background-color: #46b8da;
}

/* line 181, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap2-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info:active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info:active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info.active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info.active {
  background-color: #31b0d5 \9;
}

/* line 187, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap2-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #58b058;
  background-image: -moz-linear-gradient(top, #51a351, #62c462);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#51a351), to(#62c462));
  background-image: -webkit-linear-gradient(top, #51a351, #62c462);
  background-image: -o-linear-gradient(top, #51a351, #62c462);
  background-image: linear-gradient(to bottom, #51a351, #62c462);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff51a351', endColorstr='#ff62c462', GradientType=0);
  border-color: #62c462 #62c462 #3b9e3b;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #62c462;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 205, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap2-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success:hover,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success:hover,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success:focus,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success:focus,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success:active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success:active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success.active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success.active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success.disabled,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success.disabled,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success[disabled],
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success[disabled] {
  color: #ffffff;
  background-color: #62c462;
  *background-color: #4fbd4f;
}

/* line 221, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap2-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success:active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success:active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success.active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success.active {
  background-color: #42b142 \9;
}

/* line 227, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap2-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f9a123;
  background-image: -moz-linear-gradient(top, #f89406, #fbb450);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f89406), to(#fbb450));
  background-image: -webkit-linear-gradient(top, #f89406, #fbb450);
  background-image: -o-linear-gradient(top, #f89406, #fbb450);
  background-image: linear-gradient(to bottom, #f89406, #fbb450);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff89406', endColorstr='#fffbb450', GradientType=0);
  border-color: #fbb450 #fbb450 #f89406;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #fbb450;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 245, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap2-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning:hover,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning:hover,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning:focus,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning:focus,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning:active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning:active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning.active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning.active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning.disabled,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning.disabled,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning[disabled],
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning[disabled] {
  color: #ffffff;
  background-color: #fbb450;
  *background-color: #faa937;
}

/* line 261, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap2-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning:active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning:active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning.active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning.active {
  background-color: #fa9f1e \9;
}

/* line 267, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap2-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #d14641;
  background-image: -moz-linear-gradient(top, #bd362f, #ee5f5b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bd362f), to(#ee5f5b));
  background-image: -webkit-linear-gradient(top, #bd362f, #ee5f5b);
  background-image: -o-linear-gradient(top, #bd362f, #ee5f5b);
  background-image: linear-gradient(to bottom, #bd362f, #ee5f5b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbd362f', endColorstr='#ffee5f5b', GradientType=0);
  border-color: #ee5f5b #ee5f5b #e51d18;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ee5f5b;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 285, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap2-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger:hover,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger:hover,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger:focus,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger:focus,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger:active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger:active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger.active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger.active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger.disabled,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger.disabled,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger[disabled],
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger[disabled] {
  color: #ffffff;
  background-color: #ee5f5b;
  *background-color: #ec4844;
}

/* line 301, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap2-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger:active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger:active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger.active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger.active {
  background-color: #e9322d \9;
}

/* line 307, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap2-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f0f0f0;
  background-image: -moz-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: -o-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: linear-gradient(to bottom, #e6e6e6, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffffffff', GradientType=0);
  border-color: #ffffff #ffffff #d9d9d9;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ffffff;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 325, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap2-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default:hover,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default:hover,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default:focus,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default:focus,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default:active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default:active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default.active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default.active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default.disabled,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default.disabled,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default[disabled],
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default[disabled] {
  color: #333333;
  background-color: #ffffff;
  *background-color: #f2f2f2;
}

/* line 341, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap2-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default:active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default:active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default.active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default.active {
  background-color: #e6e6e6 \9;
}

/* line 347, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap2-switch.scss */
.bootstrap-switch .bootstrap-switch-label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  color: #333333;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 370, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap2-switch.scss */
.bootstrap-switch .bootstrap-switch-label:hover,
.bootstrap-switch .bootstrap-switch-label:focus,
.bootstrap-switch .bootstrap-switch-label:active,
.bootstrap-switch .bootstrap-switch-label.active,
.bootstrap-switch .bootstrap-switch-label.disabled,
.bootstrap-switch .bootstrap-switch-label[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

/* line 380, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap2-switch.scss */
.bootstrap-switch .bootstrap-switch-label:active,
.bootstrap-switch .bootstrap-switch-label.active {
  background-color: #cccccc \9;
}

/* line 384, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap2-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

/* line 392, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap2-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-off {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

/* line 400, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap2-switch.scss */
.bootstrap-switch input[type='radio'],
.bootstrap-switch input[type='checkbox'] {
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

/* line 409, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap2-switch.scss */
.bootstrap-switch input[type='radio'].form-control,
.bootstrap-switch input[type='checkbox'].form-control {
  height: auto;
}

/* line 413, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap2-switch.scss */
.bootstrap-switch.bootstrap-switch-mini {
  min-width: 71px;
}

/* line 416, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap2-switch.scss */
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  padding: 3px 6px;
  font-size: 10px;
  line-height: 9px;
}

/* line 423, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap2-switch.scss */
.bootstrap-switch.bootstrap-switch-small {
  min-width: 79px;
}

/* line 426, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap2-switch.scss */
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding: 3px 6px;
  font-size: 12px;
  line-height: 18px;
}

/* line 433, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap2-switch.scss */
.bootstrap-switch.bootstrap-switch-large {
  min-width: 120px;
}

/* line 436, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap2-switch.scss */
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
  padding: 9px 12px;
  font-size: 16px;
  line-height: normal;
}

/* line 443, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap2-switch.scss */
.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly,
.bootstrap-switch.bootstrap-switch-indeterminate {
  cursor: default !important;
}

/* line 448, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap2-switch.scss */
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}

/* line 461, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap2-switch.scss */
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  -webkit-transition: margin-left 0.5s;
  -moz-transition: margin-left 0.5s;
  -o-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
}

/* line 467, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap2-switch.scss */
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

/* line 481, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap2-switch.scss */
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

/* line 495, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap2-switch.scss */
.bootstrap-switch.bootstrap-switch-focused {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

/* line 503, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap2-switch.scss */
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

/* line 512, /usr/local/rvm/gems/ruby-2.3.0/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap2-switch.scss */
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
