@charset "UTF-8";
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 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 '../_js/bootstrap-tabdrop/build/bootstrap-tabdrop.css';
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
*:before,
*:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret, #newsList article .jsSpoilerToggle > .caret, #newsList button.buttonPrimary > .caret,
.dropup > .btn > .caret,
#newsList article .dropup > .jsSpoilerToggle > .caret,
#newsList .dropup > button.buttonPrimary > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table, .messageTableOverflow > table {
    border-collapse: collapse !important;
  }
  .table td, .messageTableOverflow > table td,
.table th,
.messageTableOverflow > table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #5da01f;
  text-decoration: none;
}
a:hover, a:focus {
  color: #386013;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -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;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 28px;
}

h2, .h2 {
  font-size: 22px;
}

h3, .h3 {
  font-size: 20px;
}

h4, .h4 {
  font-size: 17px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center, #main #contentWrapper #content #bilderdex > a > span,
#main #contentWrapper #content .dexImageList > a > span {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #a4d02f;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #83a626;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #a4d02f;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #83a626;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #FFF;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before, .row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.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-right: 15px;
  padding-left: 15px;
}

.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;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .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;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .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;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .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;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table, .messageTableOverflow > table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th, .messageTableOverflow > table > thead > tr > th,
.table > thead > tr > td,
.messageTableOverflow > table > thead > tr > td,
.table > tbody > tr > th,
.messageTableOverflow > table > tbody > tr > th,
.table > tbody > tr > td,
.messageTableOverflow > table > tbody > tr > td,
.table > tfoot > tr > th,
.messageTableOverflow > table > tfoot > tr > th,
.table > tfoot > tr > td,
.messageTableOverflow > table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th, .messageTableOverflow > table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th, .messageTableOverflow > table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.messageTableOverflow > table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.messageTableOverflow > table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.messageTableOverflow > table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.messageTableOverflow > table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.messageTableOverflow > table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody, .messageTableOverflow > table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table, .messageTableOverflow > table .table, .table .messageTableOverflow > table, .messageTableOverflow > table .messageTableOverflow > table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd), .messageTableOverflow > table > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #FFF;
}

.table > thead > tr > td.active, .messageTableOverflow > table > thead > tr > td.active,
.table > thead > tr > th.active,
.messageTableOverflow > table > thead > tr > th.active, .table > thead > tr.active > td, .messageTableOverflow > table > thead > tr.active > td, .table > thead > tr.active > th, .messageTableOverflow > table > thead > tr.active > th,
.table > tbody > tr > td.active,
.messageTableOverflow > table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.messageTableOverflow > table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.messageTableOverflow > table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.messageTableOverflow > table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.messageTableOverflow > table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.messageTableOverflow > table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.messageTableOverflow > table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.messageTableOverflow > table > tfoot > tr.active > th {
  background-color: #FFF;
}

.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: #f2f2f2;
}

.table > thead > tr > td.success, .messageTableOverflow > table > thead > tr > td.success,
.table > thead > tr > th.success,
.messageTableOverflow > table > thead > tr > th.success, .table > thead > tr.success > td, .messageTableOverflow > table > thead > tr.success > td, .table > thead > tr.success > th, .messageTableOverflow > table > thead > tr.success > th,
.table > tbody > tr > td.success,
.messageTableOverflow > table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.messageTableOverflow > table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.messageTableOverflow > table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.messageTableOverflow > table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.messageTableOverflow > table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.messageTableOverflow > table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.messageTableOverflow > table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.messageTableOverflow > table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.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: #d0e9c6;
}

.table > thead > tr > td.info, .messageTableOverflow > table > thead > tr > td.info,
.table > thead > tr > th.info,
.messageTableOverflow > table > thead > tr > th.info, .table > thead > tr.info > td, .messageTableOverflow > table > thead > tr.info > td, .table > thead > tr.info > th, .messageTableOverflow > table > thead > tr.info > th,
.table > tbody > tr > td.info,
.messageTableOverflow > table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.messageTableOverflow > table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.messageTableOverflow > table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.messageTableOverflow > table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.messageTableOverflow > table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.messageTableOverflow > table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.messageTableOverflow > table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.messageTableOverflow > table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.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: #c4e3f3;
}

.table > thead > tr > td.warning, .messageTableOverflow > table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.messageTableOverflow > table > thead > tr > th.warning, .table > thead > tr.warning > td, .messageTableOverflow > table > thead > tr.warning > td, .table > thead > tr.warning > th, .messageTableOverflow > table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.messageTableOverflow > table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.messageTableOverflow > table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.messageTableOverflow > table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.messageTableOverflow > table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.messageTableOverflow > table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.messageTableOverflow > table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.messageTableOverflow > table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.messageTableOverflow > table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.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: #faf2cc;
}

.table > thead > tr > td.danger, .messageTableOverflow > table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.messageTableOverflow > table > thead > tr > th.danger, .table > thead > tr.danger > td, .messageTableOverflow > table > thead > tr.danger > td, .table > thead > tr.danger > th, .messageTableOverflow > table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.messageTableOverflow > table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.messageTableOverflow > table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.messageTableOverflow > table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.messageTableOverflow > table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.messageTableOverflow > table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.messageTableOverflow > table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.messageTableOverflow > table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.messageTableOverflow > table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.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: #ebcccc;
}

.table-responsive, .messageTableOverflow {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive, .messageTableOverflow {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table, .messageTableOverflow > .table, .messageTableOverflow > table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th, .messageTableOverflow > .table > thead > tr > th, .messageTableOverflow > table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.messageTableOverflow > .table > thead > tr > td,
.messageTableOverflow > table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.messageTableOverflow > .table > tbody > tr > th,
.messageTableOverflow > table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.messageTableOverflow > .table > tbody > tr > td,
.messageTableOverflow > table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.messageTableOverflow > .table > tfoot > tr > th,
.messageTableOverflow > table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td,
.messageTableOverflow > .table > tfoot > tr > td,
.messageTableOverflow > table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered, .messageTableOverflow > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .messageTableOverflow > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.messageTableOverflow > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.messageTableOverflow > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.messageTableOverflow > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.messageTableOverflow > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child,
.messageTableOverflow > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .messageTableOverflow > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.messageTableOverflow > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.messageTableOverflow > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.messageTableOverflow > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.messageTableOverflow > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child,
.messageTableOverflow > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .messageTableOverflow > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.messageTableOverflow > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.messageTableOverflow > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td,
.messageTableOverflow > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -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 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  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);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm,
.input-group-sm > .input-group-btn > input[type=date].btn,
#newsList article .input-group-sm > .input-group-btn > input[type=date].jsSpoilerToggle, .input-group-sm input[type=date],
input[type=time].input-sm,
.input-group-sm > .input-group-btn > input[type=time].btn,
#newsList article .input-group-sm > .input-group-btn > input[type=time].jsSpoilerToggle,
.input-group-sm input[type=time],
input[type=datetime-local].input-sm,
.input-group-sm > .input-group-btn > input[type=datetime-local].btn,
#newsList article .input-group-sm > .input-group-btn > input[type=datetime-local].jsSpoilerToggle,
.input-group-sm input[type=datetime-local],
input[type=month].input-sm,
.input-group-sm > .input-group-btn > input[type=month].btn,
#newsList article .input-group-sm > .input-group-btn > input[type=month].jsSpoilerToggle,
.input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
.input-group-lg > .input-group-btn > input[type=date].btn,
#newsList article .input-group-lg > .input-group-btn > input[type=date].jsSpoilerToggle, .input-group-lg input[type=date],
input[type=time].input-lg,
.input-group-lg > .input-group-btn > input[type=time].btn,
#newsList article .input-group-lg > .input-group-btn > input[type=time].jsSpoilerToggle,
.input-group-lg input[type=time],
input[type=datetime-local].input-lg,
.input-group-lg > .input-group-btn > input[type=datetime-local].btn,
#newsList article .input-group-lg > .input-group-btn > input[type=datetime-local].jsSpoilerToggle,
.input-group-lg input[type=datetime-local],
input[type=month].input-lg,
.input-group-lg > .input-group-btn > input[type=month].btn,
#newsList article .input-group-lg > .input-group-btn > input[type=month].jsSpoilerToggle,
.input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
#newsList article .input-group-lg > .input-group-btn > .form-control-static.jsSpoilerToggle,
#newsList .input-group-lg > .input-group-btn > button.form-control-static.buttonPrimary, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
#newsList article .input-group-sm > .input-group-btn > .form-control-static.jsSpoilerToggle,
#newsList .input-group-sm > .input-group-btn > button.form-control-static.buttonPrimary {
  padding-right: 0;
  padding-left: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
#newsList article .input-group-sm > .input-group-btn > .jsSpoilerToggle,
#newsList .input-group-sm > .input-group-btn > button.buttonPrimary {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn,
#newsList article .input-group-sm > .input-group-btn > select.jsSpoilerToggle {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
#newsList article .input-group-sm > .input-group-btn > textarea.jsSpoilerToggle,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn,
#newsList article .input-group-sm > .input-group-btn > select[multiple].jsSpoilerToggle {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
#newsList article .input-group-lg > .input-group-btn > .jsSpoilerToggle,
#newsList .input-group-lg > .input-group-btn > button.buttonPrimary {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn,
#newsList article .input-group-lg > .input-group-btn > select.jsSpoilerToggle {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
#newsList article .input-group-lg > .input-group-btn > textarea.jsSpoilerToggle,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn,
#newsList article .input-group-lg > .input-group-btn > select[multiple].jsSpoilerToggle {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
#newsList article .input-group-lg > .input-group-btn > .jsSpoilerToggle + .form-control-feedback,
#newsList .input-group-lg > .input-group-btn > button.buttonPrimary + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
#newsList article .input-group-sm > .input-group-btn > .jsSpoilerToggle + .form-control-feedback,
#newsList .input-group-sm > .input-group-btn > button.buttonPrimary + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.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: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -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);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.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: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -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);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.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: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -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);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn, #newsList article .jsSpoilerToggle, #newsList button.buttonPrimary {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, #newsList article .jsSpoilerToggle:focus, #newsList button.buttonPrimary:focus, .btn.focus, #newsList article .focus.jsSpoilerToggle, #newsList button.focus.buttonPrimary, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, #newsList article .jsSpoilerToggle:hover, #newsList button.buttonPrimary:hover, .btn:focus, #newsList article .jsSpoilerToggle:focus, #newsList button.buttonPrimary:focus, .btn.focus, #newsList article .focus.jsSpoilerToggle, #newsList button.focus.buttonPrimary {
  color: #555555;
  text-decoration: none;
}
.btn:active, #newsList article .jsSpoilerToggle:active, #newsList button.buttonPrimary:active, .btn.active, #newsList article .active.jsSpoilerToggle, #newsList button.active.buttonPrimary {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, #newsList article .disabled.jsSpoilerToggle, #newsList button.disabled.buttonPrimary, .btn[disabled], #newsList article [disabled].jsSpoilerToggle, #newsList button[disabled].buttonPrimary, fieldset[disabled] .btn, fieldset[disabled] #newsList article .jsSpoilerToggle, #newsList article fieldset[disabled] .jsSpoilerToggle, fieldset[disabled] #newsList button.buttonPrimary, #newsList fieldset[disabled] button.buttonPrimary {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, #newsList article a.disabled.jsSpoilerToggle, fieldset[disabled] a.btn, fieldset[disabled] #newsList article a.jsSpoilerToggle, #newsList article fieldset[disabled] a.jsSpoilerToggle {
  pointer-events: none;
}

.btn-default, #newsList article .jsSpoilerToggle {
  color: #555555;
  background-color: #ececec;
  border-color: #b4b4b4;
}
.btn-default:focus, #newsList article .jsSpoilerToggle:focus, .btn-default.focus, #newsList article .focus.jsSpoilerToggle {
  color: #555555;
  background-color: lightgray;
  border-color: #747474;
}
.btn-default:hover, #newsList article .jsSpoilerToggle:hover {
  color: #555555;
  background-color: lightgray;
  border-color: #959595;
}
.btn-default:active, #newsList article .jsSpoilerToggle:active, .btn-default.active, #newsList article .active.jsSpoilerToggle, .open > .btn-default.dropdown-toggle, #newsList article .open > .dropdown-toggle.jsSpoilerToggle {
  color: #555555;
  background-color: lightgray;
  background-image: none;
  border-color: #959595;
}
.btn-default:active:hover, #newsList article .jsSpoilerToggle:active:hover, .btn-default:active:focus, #newsList article .jsSpoilerToggle:active:focus, .btn-default:active.focus, #newsList article .jsSpoilerToggle:active.focus, .btn-default.active:hover, #newsList article .active.jsSpoilerToggle:hover, .btn-default.active:focus, #newsList article .active.jsSpoilerToggle:focus, .btn-default.active.focus, #newsList article .active.focus.jsSpoilerToggle, .open > .btn-default.dropdown-toggle:hover, #newsList article .open > .dropdown-toggle.jsSpoilerToggle:hover, .open > .btn-default.dropdown-toggle:focus, #newsList article .open > .dropdown-toggle.jsSpoilerToggle:focus, .open > .btn-default.dropdown-toggle.focus, #newsList article .open > .dropdown-toggle.focus.jsSpoilerToggle {
  color: #555555;
  background-color: #c1c1c1;
  border-color: #747474;
}
.btn-default.disabled:hover, #newsList article .disabled.jsSpoilerToggle:hover, .btn-default.disabled:focus, #newsList article .disabled.jsSpoilerToggle:focus, .btn-default.disabled.focus, #newsList article .disabled.focus.jsSpoilerToggle, .btn-default[disabled]:hover, #newsList article [disabled].jsSpoilerToggle:hover, .btn-default[disabled]:focus, #newsList article [disabled].jsSpoilerToggle:focus, .btn-default[disabled].focus, #newsList article [disabled].focus.jsSpoilerToggle, fieldset[disabled] .btn-default:hover, fieldset[disabled] #newsList article .jsSpoilerToggle:hover, #newsList article fieldset[disabled] .jsSpoilerToggle:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] #newsList article .jsSpoilerToggle:focus, #newsList article fieldset[disabled] .jsSpoilerToggle:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] #newsList article .focus.jsSpoilerToggle, #newsList article fieldset[disabled] .focus.jsSpoilerToggle {
  background-color: #ececec;
  border-color: #b4b4b4;
}
.btn-default .badge, #newsList article .jsSpoilerToggle .badge {
  color: #ececec;
  background-color: #555555;
}

.btn-primary, #newsList button.buttonPrimary {
  color: #fff;
  background-color: #a4d02f;
  border-color: #94bb2a;
}
.btn-primary:focus, #newsList button.buttonPrimary:focus, .btn-primary.focus, #newsList button.focus.buttonPrimary {
  color: #fff;
  background-color: #83a626;
  border-color: #425313;
}
.btn-primary:hover, #newsList button.buttonPrimary:hover {
  color: #fff;
  background-color: #83a626;
  border-color: #6c891f;
}
.btn-primary:active, #newsList button.buttonPrimary:active, .btn-primary.active, #newsList button.active.buttonPrimary, .open > .btn-primary.dropdown-toggle, #newsList .open > button.dropdown-toggle.buttonPrimary {
  color: #fff;
  background-color: #83a626;
  background-image: none;
  border-color: #6c891f;
}
.btn-primary:active:hover, #newsList button.buttonPrimary:active:hover, .btn-primary:active:focus, #newsList button.buttonPrimary:active:focus, .btn-primary:active.focus, #newsList button.buttonPrimary:active.focus, .btn-primary.active:hover, #newsList button.active.buttonPrimary:hover, .btn-primary.active:focus, #newsList button.active.buttonPrimary:focus, .btn-primary.active.focus, #newsList button.active.focus.buttonPrimary, .open > .btn-primary.dropdown-toggle:hover, #newsList .open > button.dropdown-toggle.buttonPrimary:hover, .open > .btn-primary.dropdown-toggle:focus, #newsList .open > button.dropdown-toggle.buttonPrimary:focus, .open > .btn-primary.dropdown-toggle.focus, #newsList .open > button.dropdown-toggle.focus.buttonPrimary {
  color: #fff;
  background-color: #6c891f;
  border-color: #425313;
}
.btn-primary.disabled:hover, #newsList button.disabled.buttonPrimary:hover, .btn-primary.disabled:focus, #newsList button.disabled.buttonPrimary:focus, .btn-primary.disabled.focus, #newsList button.disabled.focus.buttonPrimary, .btn-primary[disabled]:hover, #newsList button[disabled].buttonPrimary:hover, .btn-primary[disabled]:focus, #newsList button[disabled].buttonPrimary:focus, .btn-primary[disabled].focus, #newsList button[disabled].focus.buttonPrimary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] #newsList button.buttonPrimary:hover, #newsList fieldset[disabled] button.buttonPrimary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] #newsList button.buttonPrimary:focus, #newsList fieldset[disabled] button.buttonPrimary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] #newsList button.focus.buttonPrimary, #newsList fieldset[disabled] button.focus.buttonPrimary {
  background-color: #a4d02f;
  border-color: #94bb2a;
}
.btn-primary .badge, #newsList button.buttonPrimary .badge {
  color: #a4d02f;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #5da01f;
  border-radius: 0;
}
.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;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #386013;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn, #newsList article .btn-group-lg > .jsSpoilerToggle, #newsList .btn-group-lg > button.buttonPrimary {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn, #newsList article .btn-group-sm > .jsSpoilerToggle, #newsList .btn-group-sm > button.buttonPrimary {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn, #newsList article .btn-group-xs > .jsSpoilerToggle, #newsList .btn-group-xs > button.buttonPrimary {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block, #main #contentWrapper #content .typeChooser > div > .btn, #main #contentWrapper #content #newsList article .typeChooser > div > .jsSpoilerToggle, #newsList article #main #contentWrapper #content .typeChooser > div > .jsSpoilerToggle, #main #contentWrapper #content #newsList .typeChooser > div > button.buttonPrimary, #newsList #main #contentWrapper #content .typeChooser > div > button.buttonPrimary {
  display: block;
  width: 100%;
}

.btn-block + .btn-block, #main #contentWrapper #content .typeChooser > div > .btn + .btn-block, #main #contentWrapper #content #newsList article .typeChooser > div > .jsSpoilerToggle + .btn-block, #newsList article #main #contentWrapper #content .typeChooser > div > .jsSpoilerToggle + .btn-block, #main #contentWrapper #content #newsList .typeChooser > div > button.buttonPrimary + .btn-block, #newsList #main #contentWrapper #content .typeChooser > div > button.buttonPrimary + .btn-block, #main #contentWrapper #content .typeChooser > div > .btn-block + .btn, #main #contentWrapper #content #newsList article .typeChooser > div > .btn-block + .jsSpoilerToggle, #newsList article #main #contentWrapper #content .typeChooser > div > .btn-block + .jsSpoilerToggle, #main #contentWrapper #content .typeChooser > div > .btn + .btn, #main #contentWrapper #content #newsList article .typeChooser > div > .jsSpoilerToggle + .btn, #newsList article #main #contentWrapper #content .typeChooser > div > .jsSpoilerToggle + .btn, #main #contentWrapper #content #newsList article .typeChooser > div > .btn + .jsSpoilerToggle, #newsList article #main #contentWrapper #content .typeChooser > div > .btn + .jsSpoilerToggle, #main #contentWrapper #content #newsList article .typeChooser > div > .jsSpoilerToggle + .jsSpoilerToggle, #newsList article #main #contentWrapper #content .typeChooser > div > .jsSpoilerToggle + .jsSpoilerToggle, #main #contentWrapper #content #newsList .typeChooser > div > button.buttonPrimary + .btn, #main #contentWrapper #content #newsList article .typeChooser > div > button.buttonPrimary + .jsSpoilerToggle, #newsList #main #contentWrapper #content .typeChooser > div > button.buttonPrimary + .btn, #newsList #main #contentWrapper #content article .typeChooser > div > button.buttonPrimary + .jsSpoilerToggle, #newsList article #main #contentWrapper #content .typeChooser > div > button.buttonPrimary + .jsSpoilerToggle, #main #contentWrapper #content #newsList .typeChooser > div > .btn-block + button.buttonPrimary, #main #contentWrapper #content #newsList .typeChooser > div > .btn + button.buttonPrimary, #main #contentWrapper #content #newsList article .typeChooser > div > .jsSpoilerToggle + button.buttonPrimary, #main #contentWrapper #content #newsList .typeChooser > div > button.buttonPrimary + button.buttonPrimary, #newsList #main #contentWrapper #content .typeChooser > div > .btn-block + button.buttonPrimary, #newsList #main #contentWrapper #content .typeChooser > div > .btn + button.buttonPrimary, #newsList #main #contentWrapper #content article .typeChooser > div > .jsSpoilerToggle + button.buttonPrimary, #newsList article #main #contentWrapper #content .typeChooser > div > .jsSpoilerToggle + button.buttonPrimary, #newsList #main #contentWrapper #content .typeChooser > div > button.buttonPrimary + button.buttonPrimary {
  margin-top: 5px;
}

input[type=submit].btn-block, #main #contentWrapper #content .typeChooser > div > input[type=submit].btn, #main #contentWrapper #content #newsList article .typeChooser > div > input[type=submit].jsSpoilerToggle, #newsList article #main #contentWrapper #content .typeChooser > div > input[type=submit].jsSpoilerToggle,
input[type=reset].btn-block,
#main #contentWrapper #content .typeChooser > div > input[type=reset].btn,
#main #contentWrapper #content #newsList article .typeChooser > div > input[type=reset].jsSpoilerToggle,
#newsList article #main #contentWrapper #content .typeChooser > div > input[type=reset].jsSpoilerToggle,
input[type=button].btn-block,
#main #contentWrapper #content .typeChooser > div > input[type=button].btn,
#main #contentWrapper #content #newsList article .typeChooser > div > input[type=button].jsSpoilerToggle,
#newsList article #main #contentWrapper #content .typeChooser > div > input[type=button].jsSpoilerToggle {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.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;
}

.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;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #FFF;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #a4d02f;
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn, #newsList article .btn-group > .jsSpoilerToggle, #newsList .btn-group > button.buttonPrimary,
.btn-group-vertical > .btn,
#newsList article .btn-group-vertical > .jsSpoilerToggle,
#newsList .btn-group-vertical > button.buttonPrimary {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, #newsList article .btn-group > .jsSpoilerToggle:hover, #newsList .btn-group > button.buttonPrimary:hover, .btn-group > .btn:focus, #newsList article .btn-group > .jsSpoilerToggle:focus, #newsList .btn-group > button.buttonPrimary:focus, .btn-group > .btn:active, #newsList article .btn-group > .jsSpoilerToggle:active, #newsList .btn-group > button.buttonPrimary:active, .btn-group > .btn.active, #newsList article .btn-group > .active.jsSpoilerToggle, #newsList .btn-group > button.active.buttonPrimary,
.btn-group-vertical > .btn:hover,
#newsList article .btn-group-vertical > .jsSpoilerToggle:hover,
#newsList .btn-group-vertical > button.buttonPrimary:hover,
.btn-group-vertical > .btn:focus,
#newsList article .btn-group-vertical > .jsSpoilerToggle:focus,
#newsList .btn-group-vertical > button.buttonPrimary:focus,
.btn-group-vertical > .btn:active,
#newsList article .btn-group-vertical > .jsSpoilerToggle:active,
#newsList .btn-group-vertical > button.buttonPrimary:active,
.btn-group-vertical > .btn.active,
#newsList article .btn-group-vertical > .active.jsSpoilerToggle,
#newsList .btn-group-vertical > button.active.buttonPrimary {
  z-index: 2;
}

.btn-group .btn + .btn, .btn-group #newsList article .jsSpoilerToggle + .btn, #newsList article .btn-group .jsSpoilerToggle + .btn, .btn-group #newsList article .btn + .jsSpoilerToggle, #newsList article .btn-group .btn + .jsSpoilerToggle, .btn-group #newsList article .jsSpoilerToggle + .jsSpoilerToggle, #newsList article .btn-group .jsSpoilerToggle + .jsSpoilerToggle, .btn-group #newsList button.buttonPrimary + .btn, .btn-group #newsList article button.buttonPrimary + .jsSpoilerToggle, #newsList .btn-group button.buttonPrimary + .btn, #newsList .btn-group article button.buttonPrimary + .jsSpoilerToggle, #newsList article .btn-group button.buttonPrimary + .jsSpoilerToggle, .btn-group #newsList .btn + button.buttonPrimary, .btn-group #newsList article .jsSpoilerToggle + button.buttonPrimary, #newsList .btn-group .btn + button.buttonPrimary, #newsList .btn-group article .jsSpoilerToggle + button.buttonPrimary, #newsList article .btn-group .jsSpoilerToggle + button.buttonPrimary, .btn-group #newsList button.buttonPrimary + button.buttonPrimary, #newsList .btn-group button.buttonPrimary + button.buttonPrimary,
.btn-group .btn + .btn-group,
.btn-group #newsList article .jsSpoilerToggle + .btn-group,
#newsList article .btn-group .jsSpoilerToggle + .btn-group,
.btn-group #newsList button.buttonPrimary + .btn-group,
#newsList .btn-group button.buttonPrimary + .btn-group,
.btn-group .btn-group + .btn,
.btn-group #newsList article .btn-group + .jsSpoilerToggle,
#newsList article .btn-group .btn-group + .jsSpoilerToggle,
.btn-group #newsList .btn-group + button.buttonPrimary,
#newsList .btn-group .btn-group + button.buttonPrimary,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn, .btn-toolbar #newsList article .jsSpoilerToggle, #newsList article .btn-toolbar .jsSpoilerToggle, .btn-toolbar #newsList button.buttonPrimary, #newsList .btn-toolbar button.buttonPrimary,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn, #newsList article .btn-toolbar > .jsSpoilerToggle, #newsList .btn-toolbar > button.buttonPrimary,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), #newsList article .btn-group > .jsSpoilerToggle:not(:first-child):not(:last-child):not(.dropdown-toggle), #newsList .btn-group > button.buttonPrimary:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child, #newsList article .btn-group > .jsSpoilerToggle:first-child, #newsList .btn-group > button.buttonPrimary:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), #newsList article .btn-group > .jsSpoilerToggle:first-child:not(:last-child):not(.dropdown-toggle), #newsList .btn-group > button.buttonPrimary:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), #newsList article .btn-group > .jsSpoilerToggle:last-child:not(:first-child), #newsList .btn-group > button.buttonPrimary:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, #newsList article .btn-group > .btn-group:not(:first-child):not(:last-child) > .jsSpoilerToggle, #newsList .btn-group > .btn-group:not(:first-child):not(:last-child) > button.buttonPrimary {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, #newsList article .btn-group > .btn-group:first-child:not(:last-child) > .jsSpoilerToggle:last-child, #newsList .btn-group > .btn-group:first-child:not(:last-child) > button.buttonPrimary:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, #newsList article .btn-group > .btn-group:last-child:not(:first-child) > .jsSpoilerToggle:first-child, #newsList .btn-group > .btn-group:last-child:not(:first-child) > button.buttonPrimary:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle, #newsList article .btn-group > .jsSpoilerToggle + .dropdown-toggle, #newsList .btn-group > button.buttonPrimary + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, #newsList article .btn-group-lg.btn-group > .jsSpoilerToggle + .dropdown-toggle, #newsList .btn-group-lg.btn-group > button.buttonPrimary + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.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);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret, #newsList article .jsSpoilerToggle .caret, #newsList button.buttonPrimary .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret, #newsList article .btn-group-lg > .jsSpoilerToggle .caret, #newsList .btn-group-lg > button.buttonPrimary .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup #newsList article .btn-group-lg > .jsSpoilerToggle .caret, #newsList article .dropup .btn-group-lg > .jsSpoilerToggle .caret, .dropup #newsList .btn-group-lg > button.buttonPrimary .caret, #newsList .dropup .btn-group-lg > button.buttonPrimary .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, #newsList article .btn-group-vertical > .jsSpoilerToggle, #newsList .btn-group-vertical > button.buttonPrimary,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
#newsList article .btn-group-vertical > .btn-group > .jsSpoilerToggle,
#newsList .btn-group-vertical > .btn-group > button.buttonPrimary {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn, #newsList article .btn-group-vertical > .btn-group > .jsSpoilerToggle, #newsList .btn-group-vertical > .btn-group > button.buttonPrimary {
  float: none;
}
.btn-group-vertical > .btn + .btn, #newsList article .btn-group-vertical > .jsSpoilerToggle + .btn, #newsList article .btn-group-vertical > .btn + .jsSpoilerToggle, #newsList article .btn-group-vertical > .jsSpoilerToggle + .jsSpoilerToggle, #newsList .btn-group-vertical > button.buttonPrimary + .btn, #newsList article .btn-group-vertical > button.buttonPrimary + .jsSpoilerToggle, #newsList .btn-group-vertical > .btn + button.buttonPrimary, #newsList article .btn-group-vertical > .jsSpoilerToggle + button.buttonPrimary, #newsList .btn-group-vertical > button.buttonPrimary + button.buttonPrimary,
.btn-group-vertical > .btn + .btn-group,
#newsList article .btn-group-vertical > .jsSpoilerToggle + .btn-group,
#newsList .btn-group-vertical > button.buttonPrimary + .btn-group,
.btn-group-vertical > .btn-group + .btn,
#newsList article .btn-group-vertical > .btn-group + .jsSpoilerToggle,
#newsList .btn-group-vertical > .btn-group + button.buttonPrimary,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child), #newsList article .btn-group-vertical > .jsSpoilerToggle:not(:first-child):not(:last-child), #newsList .btn-group-vertical > button.buttonPrimary:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child), #newsList article .btn-group-vertical > .jsSpoilerToggle:first-child:not(:last-child), #newsList .btn-group-vertical > button.buttonPrimary:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child), #newsList article .btn-group-vertical > .jsSpoilerToggle:last-child:not(:first-child), #newsList .btn-group-vertical > button.buttonPrimary:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, #newsList article .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .jsSpoilerToggle, #newsList .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > button.buttonPrimary {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, #newsList article .btn-group-vertical > .btn-group:first-child:not(:last-child) > .jsSpoilerToggle:last-child, #newsList .btn-group-vertical > .btn-group:first-child:not(:last-child) > button.buttonPrimary:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, #newsList article .btn-group-vertical > .btn-group:last-child:not(:first-child) > .jsSpoilerToggle:first-child, #newsList .btn-group-vertical > .btn-group:last-child:not(:first-child) > button.buttonPrimary:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn, #newsList article .btn-group-justified > .jsSpoilerToggle, #newsList .btn-group-justified > button.buttonPrimary,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group #newsList article .jsSpoilerToggle, #newsList article .btn-group-justified > .btn-group .jsSpoilerToggle, .btn-group-justified > .btn-group #newsList button.buttonPrimary, #newsList .btn-group-justified > .btn-group button.buttonPrimary {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio], #newsList article [data-toggle=buttons] > .jsSpoilerToggle input[type=radio], #newsList [data-toggle=buttons] > button.buttonPrimary input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
#newsList article [data-toggle=buttons] > .jsSpoilerToggle input[type=checkbox],
#newsList [data-toggle=buttons] > button.buttonPrimary input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.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;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
#newsList article .input-group-sm > .input-group-btn > .input-group-addon.jsSpoilerToggle,
#newsList .input-group-sm > .input-group-btn > button.input-group-addon.buttonPrimary {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
#newsList article .input-group-lg > .input-group-btn > .input-group-addon.jsSpoilerToggle,
#newsList .input-group-lg > .input-group-btn > button.input-group-addon.buttonPrimary {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
#newsList article .input-group-btn:first-child > .jsSpoilerToggle,
#newsList .input-group-btn:first-child > button.buttonPrimary,
.input-group-btn:first-child > .btn-group > .btn,
#newsList article .input-group-btn:first-child > .btn-group > .jsSpoilerToggle,
#newsList .input-group-btn:first-child > .btn-group > button.buttonPrimary,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
#newsList article .input-group-btn:last-child > .jsSpoilerToggle:not(:last-child):not(.dropdown-toggle),
#newsList .input-group-btn:last-child > button.buttonPrimary:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
#newsList article .input-group-btn:last-child > .btn-group:not(:last-child) > .jsSpoilerToggle,
#newsList .input-group-btn:last-child > .btn-group:not(:last-child) > button.buttonPrimary {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
#newsList article .input-group-btn:last-child > .jsSpoilerToggle,
#newsList .input-group-btn:last-child > button.buttonPrimary,
.input-group-btn:last-child > .btn-group > .btn,
#newsList article .input-group-btn:last-child > .btn-group > .jsSpoilerToggle,
#newsList .input-group-btn:last-child > .btn-group > button.buttonPrimary,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
#newsList article .input-group-btn:first-child > .jsSpoilerToggle:not(:first-child),
#newsList .input-group-btn:first-child > button.buttonPrimary:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
#newsList article .input-group-btn:first-child > .btn-group:not(:first-child) > .jsSpoilerToggle,
#newsList .input-group-btn:first-child > .btn-group:not(:first-child) > button.buttonPrimary {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn, #newsList article .input-group-btn > .jsSpoilerToggle, #newsList .input-group-btn > button.buttonPrimary {
  position: relative;
}
.input-group-btn > .btn + .btn, #newsList article .input-group-btn > .jsSpoilerToggle + .btn, #newsList article .input-group-btn > .btn + .jsSpoilerToggle, #newsList article .input-group-btn > .jsSpoilerToggle + .jsSpoilerToggle, #newsList .input-group-btn > button.buttonPrimary + .btn, #newsList article .input-group-btn > button.buttonPrimary + .jsSpoilerToggle, #newsList .input-group-btn > .btn + button.buttonPrimary, #newsList article .input-group-btn > .jsSpoilerToggle + button.buttonPrimary, #newsList .input-group-btn > button.buttonPrimary + button.buttonPrimary {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, #newsList article .input-group-btn > .jsSpoilerToggle:hover, #newsList .input-group-btn > button.buttonPrimary:hover, .input-group-btn > .btn:focus, #newsList article .input-group-btn > .jsSpoilerToggle:focus, #newsList .input-group-btn > button.buttonPrimary:focus, .input-group-btn > .btn:active, #newsList article .input-group-btn > .jsSpoilerToggle:active, #newsList .input-group-btn > button.buttonPrimary:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn, #newsList article .input-group-btn:first-child > .jsSpoilerToggle, #newsList .input-group-btn:first-child > button.buttonPrimary,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn, #newsList article .input-group-btn:last-child > .jsSpoilerToggle, #newsList .input-group-btn:last-child > button.buttonPrimary,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before, .nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #5da01f;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #FFF;
  cursor: default;
  background-color: #a4d02f;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #a4d02f;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -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: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
.navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, #newsList article .btn-group-sm > .navbar-btn.jsSpoilerToggle, #newsList .btn-group-sm > button.navbar-btn.buttonPrimary {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, #newsList article .btn-group-xs > .navbar-btn.jsSpoilerToggle, #newsList .btn-group-xs > button.navbar-btn.buttonPrimary {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .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: #555;
    background-color: #e7e7e7;
  }
  .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: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .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: #fff;
    background-color: #090909;
  }
  .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: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #FFF;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}
.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #5da01f;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #386013;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #a4d02f;
  border-color: #a4d02f;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager:before, .pager:after {
  display: table;
  content: " ";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ececec;
  border: 1px solid #b4b4b4;
  border-radius: 4px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #83a626;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #ececec;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label, #newsList article .jsSpoilerToggle .label, #newsList button.buttonPrimary .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #a4d02f;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #83a626;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge, #newsList article .jsSpoilerToggle .badge, #newsList button.buttonPrimary .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge, #newsList article .btn-group-xs > .jsSpoilerToggle .badge, #newsList .btn-group-xs > button.buttonPrimary .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #5da01f;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
.jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #5da01f;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

@-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;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #FFF;
  border-radius: 4px;
  -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);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #a4d02f;
  -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;
}

.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;
}

.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;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.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);
}

.progress-bar-info {
  background-color: #5bc0de;
}
.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);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.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);
}

.progress-bar-danger {
  background-color: #d9534f;
}
.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);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left,
#sidebar #eventPokemon .event-entry .media > .poke-icon {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.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;
}
.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: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #a4d02f;
  border-color: #a4d02f;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.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: #edf6d5;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #FFF;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.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-left-radius: 3px;
  border-top-right-radius: 3px;
}
.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: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table, .messageTableOverflow.panel > table,
.panel > .table-responsive > .table,
.panel > .messageTableOverflow > .table,
.panel > .messageTableOverflow > table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption, .messageTableOverflow.panel > table caption,
.panel > .table-responsive > .table caption,
.panel > .messageTableOverflow.table-responsive > table caption,
.panel > .panel-collapse > .table caption,
.panel > .messageTableOverflow.panel-collapse > table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child, .messageTableOverflow.panel > table:first-child,
.panel > .table-responsive:first-child > .table:first-child,
.panel > .messageTableOverflow:first-child > .table:first-child,
.panel > .messageTableOverflow:first-child > table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child, .messageTableOverflow.panel > table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.messageTableOverflow.panel > table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .messageTableOverflow.table-responsive:first-child > table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > .messageTableOverflow.table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .messageTableOverflow.panel > table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.messageTableOverflow.panel > table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.messageTableOverflow.panel > table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.messageTableOverflow.panel > table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .messageTableOverflow.table-responsive:first-child > 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 th:first-child,
.panel > .messageTableOverflow.table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .messageTableOverflow.table-responsive:first-child > 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 th:first-child,
.panel > .messageTableOverflow.table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .messageTableOverflow.panel > table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.messageTableOverflow.panel > table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.messageTableOverflow.panel > table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.messageTableOverflow.panel > table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .messageTableOverflow.table-responsive:first-child > 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 th:last-child,
.panel > .messageTableOverflow.table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .messageTableOverflow.table-responsive:first-child > 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 th:last-child,
.panel > .messageTableOverflow.table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child, .messageTableOverflow.panel > table:last-child,
.panel > .table-responsive:last-child > .table:last-child,
.panel > .messageTableOverflow:last-child > .table:last-child,
.panel > .messageTableOverflow:last-child > table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child, .messageTableOverflow.panel > table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.messageTableOverflow.panel > table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .messageTableOverflow.table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .messageTableOverflow.table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .messageTableOverflow.panel > table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.messageTableOverflow.panel > table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.messageTableOverflow.panel > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.messageTableOverflow.panel > table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .messageTableOverflow.table-responsive:last-child > 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 th:first-child,
.panel > .messageTableOverflow.table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .messageTableOverflow.table-responsive:last-child > 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 th:first-child,
.panel > .messageTableOverflow.table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .messageTableOverflow.panel > table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.messageTableOverflow.panel > table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.messageTableOverflow.panel > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.messageTableOverflow.panel > table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .messageTableOverflow.table-responsive:last-child > 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 th:last-child,
.panel > .messageTableOverflow.table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .messageTableOverflow.table-responsive:last-child > 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 th:last-child,
.panel > .messageTableOverflow.table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table, .messageTableOverflow.panel > .panel-body + table,
.panel > .panel-body + .table-responsive,
.panel > .panel-body + .messageTableOverflow,
.panel > .table + .panel-body,
.messageTableOverflow.panel > table + .panel-body,
.panel > .table-responsive + .panel-body,
.panel > .messageTableOverflow + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th, .messageTableOverflow.panel > table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td,
.messageTableOverflow.panel > table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered,
.panel > .messageTableOverflow > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive, .panel > .messageTableOverflow {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #FFF;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #FFF;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #a4d02f;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #a4d02f;
  border-color: #a4d02f;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #a4d02f;
}
.panel-primary > .panel-heading .badge {
  color: #a4d02f;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #a4d02f;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well, #newsList article .spoilerBox > .spoilerBoxContent {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #FFF;
  border: 1px solid #DDD;
  border-radius: 4px;
  -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);
}
.well blockquote, #newsList article .spoilerBox > .spoilerBoxContent blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.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;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn, .modal-footer #newsList article .jsSpoilerToggle + .btn, #newsList article .modal-footer .jsSpoilerToggle + .btn, .modal-footer #newsList article .btn + .jsSpoilerToggle, #newsList article .modal-footer .btn + .jsSpoilerToggle, .modal-footer #newsList article .jsSpoilerToggle + .jsSpoilerToggle, #newsList article .modal-footer .jsSpoilerToggle + .jsSpoilerToggle, .modal-footer #newsList button.buttonPrimary + .btn, .modal-footer #newsList article button.buttonPrimary + .jsSpoilerToggle, #newsList .modal-footer button.buttonPrimary + .btn, #newsList .modal-footer article button.buttonPrimary + .jsSpoilerToggle, #newsList article .modal-footer button.buttonPrimary + .jsSpoilerToggle, .modal-footer #newsList .btn + button.buttonPrimary, .modal-footer #newsList article .jsSpoilerToggle + button.buttonPrimary, #newsList .modal-footer .btn + button.buttonPrimary, #newsList .modal-footer article .jsSpoilerToggle + button.buttonPrimary, #newsList article .modal-footer .jsSpoilerToggle + button.buttonPrimary, .modal-footer #newsList button.buttonPrimary + button.buttonPrimary, #newsList .modal-footer button.buttonPrimary + button.buttonPrimary {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group #newsList article .jsSpoilerToggle + .btn, #newsList article .modal-footer .btn-group .jsSpoilerToggle + .btn, .modal-footer .btn-group #newsList article .btn + .jsSpoilerToggle, #newsList article .modal-footer .btn-group .btn + .jsSpoilerToggle, .modal-footer .btn-group #newsList article .jsSpoilerToggle + .jsSpoilerToggle, #newsList article .modal-footer .btn-group .jsSpoilerToggle + .jsSpoilerToggle, .modal-footer .btn-group #newsList button.buttonPrimary + .btn, .modal-footer .btn-group #newsList article button.buttonPrimary + .jsSpoilerToggle, #newsList .modal-footer .btn-group button.buttonPrimary + .btn, #newsList .modal-footer .btn-group article button.buttonPrimary + .jsSpoilerToggle, #newsList article .modal-footer .btn-group button.buttonPrimary + .jsSpoilerToggle, .modal-footer .btn-group #newsList .btn + button.buttonPrimary, .modal-footer .btn-group #newsList article .jsSpoilerToggle + button.buttonPrimary, #newsList .modal-footer .btn-group .btn + button.buttonPrimary, #newsList .modal-footer .btn-group article .jsSpoilerToggle + button.buttonPrimary, #newsList article .modal-footer .btn-group .jsSpoilerToggle + button.buttonPrimary, .modal-footer .btn-group #newsList button.buttonPrimary + button.buttonPrimary, #newsList .modal-footer .btn-group button.buttonPrimary + button.buttonPrimary {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block, .modal-footer #main #contentWrapper #content .typeChooser > div > .btn + .btn-block, .modal-footer #main #contentWrapper #content #newsList article .typeChooser > div > .jsSpoilerToggle + .btn-block, #newsList article .modal-footer #main #contentWrapper #content .typeChooser > div > .jsSpoilerToggle + .btn-block, #main #contentWrapper #content .modal-footer .typeChooser > div > .btn + .btn-block, #main #contentWrapper #content .modal-footer #newsList article .typeChooser > div > .jsSpoilerToggle + .btn-block, #newsList article #main #contentWrapper #content .modal-footer .typeChooser > div > .jsSpoilerToggle + .btn-block, .modal-footer #main #contentWrapper #content #newsList .typeChooser > div > button.buttonPrimary + .btn-block, #main #contentWrapper #content #newsList .modal-footer .typeChooser > div > button.buttonPrimary + .btn-block, .modal-footer #newsList #main #contentWrapper #content .typeChooser > div > button.buttonPrimary + .btn-block, #newsList #main #contentWrapper #content .modal-footer .typeChooser > div > button.buttonPrimary + .btn-block, .modal-footer #main #contentWrapper #content .typeChooser > div > .btn-block + .btn, .modal-footer #main #contentWrapper #content #newsList article .typeChooser > div > .btn-block + .jsSpoilerToggle, #newsList article .modal-footer #main #contentWrapper #content .typeChooser > div > .btn-block + .jsSpoilerToggle, #main #contentWrapper #content .modal-footer .typeChooser > div > .btn-block + .btn, #main #contentWrapper #content .modal-footer #newsList article .typeChooser > div > .btn-block + .jsSpoilerToggle, #newsList article #main #contentWrapper #content .modal-footer .typeChooser > div > .btn-block + .jsSpoilerToggle, .modal-footer #main #contentWrapper #content .typeChooser > div > .btn + .btn, .modal-footer #main #contentWrapper #content #newsList article .typeChooser > div > .jsSpoilerToggle + .btn, #newsList article .modal-footer #main #contentWrapper #content .typeChooser > div > .jsSpoilerToggle + .btn, .modal-footer #main #contentWrapper #content #newsList article .typeChooser > div > .btn + .jsSpoilerToggle, #newsList article .modal-footer #main #contentWrapper #content .typeChooser > div > .btn + .jsSpoilerToggle, .modal-footer #main #contentWrapper #content #newsList article .typeChooser > div > .jsSpoilerToggle + .jsSpoilerToggle, #newsList article .modal-footer #main #contentWrapper #content .typeChooser > div > .jsSpoilerToggle + .jsSpoilerToggle, #main #contentWrapper #content .modal-footer .typeChooser > div > .btn + .btn, #main #contentWrapper #content .modal-footer #newsList article .typeChooser > div > .jsSpoilerToggle + .btn, #newsList article #main #contentWrapper #content .modal-footer .typeChooser > div > .jsSpoilerToggle + .btn, #main #contentWrapper #content .modal-footer #newsList article .typeChooser > div > .btn + .jsSpoilerToggle, #newsList article #main #contentWrapper #content .modal-footer .typeChooser > div > .btn + .jsSpoilerToggle, #main #contentWrapper #content .modal-footer #newsList article .typeChooser > div > .jsSpoilerToggle + .jsSpoilerToggle, #newsList article #main #contentWrapper #content .modal-footer .typeChooser > div > .jsSpoilerToggle + .jsSpoilerToggle, .modal-footer #main #contentWrapper #content #newsList .typeChooser > div > button.buttonPrimary + .btn, .modal-footer #main #contentWrapper #content #newsList article .typeChooser > div > button.buttonPrimary + .jsSpoilerToggle, #main #contentWrapper #content #newsList .modal-footer .typeChooser > div > button.buttonPrimary + .btn, #main #contentWrapper #content #newsList .modal-footer article .typeChooser > div > button.buttonPrimary + .jsSpoilerToggle, #main #contentWrapper #content #newsList article .modal-footer .typeChooser > div > button.buttonPrimary + .jsSpoilerToggle, .modal-footer #newsList #main #contentWrapper #content .typeChooser > div > button.buttonPrimary + .btn, .modal-footer #newsList #main #contentWrapper #content article .typeChooser > div > button.buttonPrimary + .jsSpoilerToggle, .modal-footer #newsList article #main #contentWrapper #content .typeChooser > div > button.buttonPrimary + .jsSpoilerToggle, #newsList #main #contentWrapper #content .modal-footer .typeChooser > div > button.buttonPrimary + .btn, #newsList #main #contentWrapper #content .modal-footer article .typeChooser > div > button.buttonPrimary + .jsSpoilerToggle, #newsList article #main #contentWrapper #content .modal-footer .typeChooser > div > button.buttonPrimary + .jsSpoilerToggle, .modal-footer #main #contentWrapper #content #newsList .typeChooser > div > .btn-block + button.buttonPrimary, #main #contentWrapper #content #newsList .modal-footer .typeChooser > div > .btn-block + button.buttonPrimary, .modal-footer #main #contentWrapper #content #newsList .typeChooser > div > .btn + button.buttonPrimary, .modal-footer #main #contentWrapper #content #newsList article .typeChooser > div > .jsSpoilerToggle + button.buttonPrimary, #main #contentWrapper #content .modal-footer #newsList .typeChooser > div > .btn + button.buttonPrimary, #main #contentWrapper #content .modal-footer #newsList article .typeChooser > div > .jsSpoilerToggle + button.buttonPrimary, #main #contentWrapper #content #newsList .modal-footer .typeChooser > div > .btn + button.buttonPrimary, #main #contentWrapper #content #newsList .modal-footer article .typeChooser > div > .jsSpoilerToggle + button.buttonPrimary, #main #contentWrapper #content #newsList article .modal-footer .typeChooser > div > .jsSpoilerToggle + button.buttonPrimary, .modal-footer #main #contentWrapper #content #newsList .typeChooser > div > button.buttonPrimary + button.buttonPrimary, #main #contentWrapper #content #newsList .modal-footer .typeChooser > div > button.buttonPrimary + button.buttonPrimary, .modal-footer #newsList #main #contentWrapper #content .typeChooser > div > .btn-block + button.buttonPrimary, #newsList #main #contentWrapper #content .modal-footer .typeChooser > div > .btn-block + button.buttonPrimary, .modal-footer #newsList #main #contentWrapper #content .typeChooser > div > .btn + button.buttonPrimary, .modal-footer #newsList #main #contentWrapper #content article .typeChooser > div > .jsSpoilerToggle + button.buttonPrimary, .modal-footer #newsList article #main #contentWrapper #content .typeChooser > div > .jsSpoilerToggle + button.buttonPrimary, #newsList .modal-footer #main #contentWrapper #content .typeChooser > div > .btn + button.buttonPrimary, #newsList .modal-footer #main #contentWrapper #content article .typeChooser > div > .jsSpoilerToggle + button.buttonPrimary, #newsList article .modal-footer #main #contentWrapper #content .typeChooser > div > .jsSpoilerToggle + button.buttonPrimary, #newsList #main #contentWrapper #content .modal-footer .typeChooser > div > .btn + button.buttonPrimary, #newsList #main #contentWrapper #content .modal-footer article .typeChooser > div > .jsSpoilerToggle + button.buttonPrimary, #newsList article #main #contentWrapper #content .modal-footer .typeChooser > div > .jsSpoilerToggle + button.buttonPrimary, .modal-footer #newsList #main #contentWrapper #content .typeChooser > div > button.buttonPrimary + button.buttonPrimary, #newsList #main #contentWrapper #content .modal-footer .typeChooser > div > button.buttonPrimary + button.buttonPrimary {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .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);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before, .featureBoxContainer:before, .clearfix:after, .featureBoxContainer:after {
  display: table;
  content: " ";
}
.clearfix:after, .featureBoxContainer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left, #sidebar #eventPokemon .event-entry .poke-icon {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden, #logoContainer h1 {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.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) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../_font/fontawesome-webfont.eot?v=3.2.1");
  src: url("../_font/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("../_font/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("../_font/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("../_font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^=icon-],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: 0.3em;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333em;
}

/* makes sure icons active on rollover in links */
a [class^=icon-],
a [class*=" icon-"] {
  display: inline;
}

/* increased font size for icon-large */
[class^=icon-].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571429em;
  text-align: right;
  padding-right: 0.2857142857em;
}
[class^=icon-].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714286em;
}

.icons-ul {
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  text-align: center;
  line-height: inherit;
}

[class^=icon-].hide,
[class*=" icon-"].hide {
  display: none;
}

.icon-muted {
  color: #eeeeee;
}

.icon-light {
  color: white;
}

.icon-dark {
  color: #333333;
}

.icon-border {
  border: solid 1px #eeeeee;
  padding: 0.2em 0.25em 0.15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.pull-right {
  float: right;
}

.pull-left, #sidebar #eventPokemon .event-entry .poke-icon {
  float: left;
}

[class^=icon-].pull-left, #sidebar #eventPokemon .event-entry [class^=icon-].poke-icon,
[class*=" icon-"].pull-left,
#sidebar #eventPokemon .event-entry [class*=" icon-"].poke-icon {
  margin-right: 0.3em;
}
[class^=icon-].pull-right,
[class*=" icon-"].pull-right {
  margin-left: 0.3em;
}

/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^=icon-],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^=icon-],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^=icon-],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^=icon-],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^=icon-],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^=icon-],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^=icon-],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}

/* keeps Bootstrap styles with and without icons the same */
.btn [class^=icon-].icon-large, #newsList article .jsSpoilerToggle [class^=icon-].icon-large, #newsList button.buttonPrimary [class^=icon-].icon-large,
.btn [class*=" icon-"].icon-large,
#newsList article .jsSpoilerToggle [class*=" icon-"].icon-large,
#newsList button.buttonPrimary [class*=" icon-"].icon-large, .nav [class^=icon-].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: 0.9em;
}
.btn [class^=icon-].icon-spin, #newsList article .jsSpoilerToggle [class^=icon-].icon-spin, #newsList button.buttonPrimary [class^=icon-].icon-spin,
.btn [class*=" icon-"].icon-spin,
#newsList article .jsSpoilerToggle [class*=" icon-"].icon-spin,
#newsList button.buttonPrimary [class*=" icon-"].icon-spin, .nav [class^=icon-].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}

.nav-tabs [class^=icon-], .nav-tabs [class^=icon-].icon-large,
.nav-tabs [class*=" icon-"],
.nav-tabs [class*=" icon-"].icon-large, .nav-pills [class^=icon-], .nav-pills [class^=icon-].icon-large,
.nav-pills [class*=" icon-"],
.nav-pills [class*=" icon-"].icon-large {
  line-height: 0.9em;
}

.btn [class^=icon-].pull-left.icon-2x, #newsList article .jsSpoilerToggle [class^=icon-].pull-left.icon-2x, .btn #sidebar #eventPokemon .event-entry [class^=icon-].icon-2x.poke-icon, #newsList article .jsSpoilerToggle #sidebar #eventPokemon .event-entry [class^=icon-].icon-2x.poke-icon, #sidebar #eventPokemon .event-entry .btn [class^=icon-].icon-2x.poke-icon, #sidebar #eventPokemon .event-entry #newsList article .jsSpoilerToggle [class^=icon-].icon-2x.poke-icon, #newsList article #sidebar #eventPokemon .event-entry .jsSpoilerToggle [class^=icon-].icon-2x.poke-icon, #newsList button.buttonPrimary [class^=icon-].pull-left.icon-2x, #newsList button.buttonPrimary #sidebar #eventPokemon .event-entry [class^=icon-].icon-2x.poke-icon, #sidebar #eventPokemon .event-entry #newsList button.buttonPrimary [class^=icon-].icon-2x.poke-icon, .btn [class^=icon-].pull-right.icon-2x, #newsList article .jsSpoilerToggle [class^=icon-].pull-right.icon-2x, #newsList button.buttonPrimary [class^=icon-].pull-right.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
#newsList article .jsSpoilerToggle [class*=" icon-"].pull-left.icon-2x,
.btn #sidebar #eventPokemon .event-entry [class*=" icon-"].icon-2x.poke-icon,
#newsList article .jsSpoilerToggle #sidebar #eventPokemon .event-entry [class*=" icon-"].icon-2x.poke-icon,
#sidebar #eventPokemon .event-entry .btn [class*=" icon-"].icon-2x.poke-icon,
#sidebar #eventPokemon .event-entry #newsList article .jsSpoilerToggle [class*=" icon-"].icon-2x.poke-icon,
#newsList article #sidebar #eventPokemon .event-entry .jsSpoilerToggle [class*=" icon-"].icon-2x.poke-icon,
#newsList button.buttonPrimary [class*=" icon-"].pull-left.icon-2x,
#newsList button.buttonPrimary #sidebar #eventPokemon .event-entry [class*=" icon-"].icon-2x.poke-icon,
#sidebar #eventPokemon .event-entry #newsList button.buttonPrimary [class*=" icon-"].icon-2x.poke-icon,
.btn [class*=" icon-"].pull-right.icon-2x,
#newsList article .jsSpoilerToggle [class*=" icon-"].pull-right.icon-2x,
#newsList button.buttonPrimary [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.18em;
}
.btn [class^=icon-].icon-spin.icon-large, #newsList article .jsSpoilerToggle [class^=icon-].icon-spin.icon-large, #newsList button.buttonPrimary [class^=icon-].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large,
#newsList article .jsSpoilerToggle [class*=" icon-"].icon-spin.icon-large,
#newsList button.buttonPrimary [class*=" icon-"].icon-spin.icon-large {
  line-height: 0.8em;
}

.btn.btn-small [class^=icon-].pull-left.icon-2x, #newsList article .btn-small.jsSpoilerToggle [class^=icon-].pull-left.icon-2x, .btn.btn-small #sidebar #eventPokemon .event-entry [class^=icon-].icon-2x.poke-icon, #newsList article .btn-small.jsSpoilerToggle #sidebar #eventPokemon .event-entry [class^=icon-].icon-2x.poke-icon, #sidebar #eventPokemon .event-entry .btn.btn-small [class^=icon-].icon-2x.poke-icon, #sidebar #eventPokemon .event-entry #newsList article .btn-small.jsSpoilerToggle [class^=icon-].icon-2x.poke-icon, #newsList article #sidebar #eventPokemon .event-entry .btn-small.jsSpoilerToggle [class^=icon-].icon-2x.poke-icon, #newsList button.btn-small.buttonPrimary [class^=icon-].pull-left.icon-2x, #newsList button.btn-small.buttonPrimary #sidebar #eventPokemon .event-entry [class^=icon-].icon-2x.poke-icon, #sidebar #eventPokemon .event-entry #newsList button.btn-small.buttonPrimary [class^=icon-].icon-2x.poke-icon, .btn.btn-small [class^=icon-].pull-right.icon-2x, #newsList article .btn-small.jsSpoilerToggle [class^=icon-].pull-right.icon-2x, #newsList button.btn-small.buttonPrimary [class^=icon-].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
#newsList article .btn-small.jsSpoilerToggle [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small #sidebar #eventPokemon .event-entry [class*=" icon-"].icon-2x.poke-icon,
#newsList article .btn-small.jsSpoilerToggle #sidebar #eventPokemon .event-entry [class*=" icon-"].icon-2x.poke-icon,
#sidebar #eventPokemon .event-entry .btn.btn-small [class*=" icon-"].icon-2x.poke-icon,
#sidebar #eventPokemon .event-entry #newsList article .btn-small.jsSpoilerToggle [class*=" icon-"].icon-2x.poke-icon,
#newsList article #sidebar #eventPokemon .event-entry .btn-small.jsSpoilerToggle [class*=" icon-"].icon-2x.poke-icon,
#newsList button.btn-small.buttonPrimary [class*=" icon-"].pull-left.icon-2x,
#newsList button.btn-small.buttonPrimary #sidebar #eventPokemon .event-entry [class*=" icon-"].icon-2x.poke-icon,
#sidebar #eventPokemon .event-entry #newsList button.btn-small.buttonPrimary [class*=" icon-"].icon-2x.poke-icon,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x,
#newsList article .btn-small.jsSpoilerToggle [class*=" icon-"].pull-right.icon-2x,
#newsList button.btn-small.buttonPrimary [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.25em;
}

.btn.btn-large [class^=icon-], #newsList article .btn-large.jsSpoilerToggle [class^=icon-], #newsList button.btn-large.buttonPrimary [class^=icon-],
.btn.btn-large [class*=" icon-"],
#newsList article .btn-large.jsSpoilerToggle [class*=" icon-"],
#newsList button.btn-large.buttonPrimary [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^=icon-].pull-left.icon-2x, #newsList article .btn-large.jsSpoilerToggle [class^=icon-].pull-left.icon-2x, .btn.btn-large #sidebar #eventPokemon .event-entry [class^=icon-].icon-2x.poke-icon, #newsList article .btn-large.jsSpoilerToggle #sidebar #eventPokemon .event-entry [class^=icon-].icon-2x.poke-icon, #sidebar #eventPokemon .event-entry .btn.btn-large [class^=icon-].icon-2x.poke-icon, #sidebar #eventPokemon .event-entry #newsList article .btn-large.jsSpoilerToggle [class^=icon-].icon-2x.poke-icon, #newsList article #sidebar #eventPokemon .event-entry .btn-large.jsSpoilerToggle [class^=icon-].icon-2x.poke-icon, #newsList button.btn-large.buttonPrimary [class^=icon-].pull-left.icon-2x, #newsList button.btn-large.buttonPrimary #sidebar #eventPokemon .event-entry [class^=icon-].icon-2x.poke-icon, #sidebar #eventPokemon .event-entry #newsList button.btn-large.buttonPrimary [class^=icon-].icon-2x.poke-icon, .btn.btn-large [class^=icon-].pull-right.icon-2x, #newsList article .btn-large.jsSpoilerToggle [class^=icon-].pull-right.icon-2x, #newsList button.btn-large.buttonPrimary [class^=icon-].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
#newsList article .btn-large.jsSpoilerToggle [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large #sidebar #eventPokemon .event-entry [class*=" icon-"].icon-2x.poke-icon,
#newsList article .btn-large.jsSpoilerToggle #sidebar #eventPokemon .event-entry [class*=" icon-"].icon-2x.poke-icon,
#sidebar #eventPokemon .event-entry .btn.btn-large [class*=" icon-"].icon-2x.poke-icon,
#sidebar #eventPokemon .event-entry #newsList article .btn-large.jsSpoilerToggle [class*=" icon-"].icon-2x.poke-icon,
#newsList article #sidebar #eventPokemon .event-entry .btn-large.jsSpoilerToggle [class*=" icon-"].icon-2x.poke-icon,
#newsList button.btn-large.buttonPrimary [class*=" icon-"].pull-left.icon-2x,
#newsList button.btn-large.buttonPrimary #sidebar #eventPokemon .event-entry [class*=" icon-"].icon-2x.poke-icon,
#sidebar #eventPokemon .event-entry #newsList button.btn-large.buttonPrimary [class*=" icon-"].icon-2x.poke-icon,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x,
#newsList article .btn-large.jsSpoilerToggle [class*=" icon-"].pull-right.icon-2x,
#newsList button.btn-large.buttonPrimary [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.05em;
}
.btn.btn-large [class^=icon-].pull-left.icon-2x, #newsList article .btn-large.jsSpoilerToggle [class^=icon-].pull-left.icon-2x, .btn.btn-large #sidebar #eventPokemon .event-entry [class^=icon-].icon-2x.poke-icon, #newsList article .btn-large.jsSpoilerToggle #sidebar #eventPokemon .event-entry [class^=icon-].icon-2x.poke-icon, #sidebar #eventPokemon .event-entry .btn.btn-large [class^=icon-].icon-2x.poke-icon, #sidebar #eventPokemon .event-entry #newsList article .btn-large.jsSpoilerToggle [class^=icon-].icon-2x.poke-icon, #newsList article #sidebar #eventPokemon .event-entry .btn-large.jsSpoilerToggle [class^=icon-].icon-2x.poke-icon, #newsList button.btn-large.buttonPrimary [class^=icon-].pull-left.icon-2x, #newsList button.btn-large.buttonPrimary #sidebar #eventPokemon .event-entry [class^=icon-].icon-2x.poke-icon, #sidebar #eventPokemon .event-entry #newsList button.btn-large.buttonPrimary [class^=icon-].icon-2x.poke-icon,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
#newsList article .btn-large.jsSpoilerToggle [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large #sidebar #eventPokemon .event-entry [class*=" icon-"].icon-2x.poke-icon,
#newsList article .btn-large.jsSpoilerToggle #sidebar #eventPokemon .event-entry [class*=" icon-"].icon-2x.poke-icon,
#sidebar #eventPokemon .event-entry .btn.btn-large [class*=" icon-"].icon-2x.poke-icon,
#sidebar #eventPokemon .event-entry #newsList article .btn-large.jsSpoilerToggle [class*=" icon-"].icon-2x.poke-icon,
#newsList article #sidebar #eventPokemon .event-entry .btn-large.jsSpoilerToggle [class*=" icon-"].icon-2x.poke-icon,
#newsList button.btn-large.buttonPrimary [class*=" icon-"].pull-left.icon-2x,
#newsList button.btn-large.buttonPrimary #sidebar #eventPokemon .event-entry [class*=" icon-"].icon-2x.poke-icon,
#sidebar #eventPokemon .event-entry #newsList button.btn-large.buttonPrimary [class*=" icon-"].icon-2x.poke-icon {
  margin-right: 0.2em;
}
.btn.btn-large [class^=icon-].pull-right.icon-2x, #newsList article .btn-large.jsSpoilerToggle [class^=icon-].pull-right.icon-2x, #newsList button.btn-large.buttonPrimary [class^=icon-].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x,
#newsList article .btn-large.jsSpoilerToggle [class*=" icon-"].pull-right.icon-2x,
#newsList button.btn-large.buttonPrimary [class*=" icon-"].pull-right.icon-2x {
  margin-left: 0.2em;
}

/* Fixes alignment in nav lists */
.nav-list [class^=icon-],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^=icon-],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}

/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
  display: inline-block;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
 * readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}

.icon-music:before {
  content: "\f001";
}

.icon-search:before {
  content: "\f002";
}

.icon-envelope-alt:before {
  content: "\f003";
}

.icon-heart:before {
  content: "\f004";
}

.icon-star:before {
  content: "\f005";
}

.icon-star-empty:before {
  content: "\f006";
}

.icon-user:before {
  content: "\f007";
}

.icon-film:before {
  content: "\f008";
}

.icon-th-large:before {
  content: "\f009";
}

.icon-th:before {
  content: "\f00a";
}

.icon-th-list:before {
  content: "\f00b";
}

.icon-ok:before {
  content: "\f00c";
}

.icon-remove:before {
  content: "\f00d";
}

.icon-zoom-in:before {
  content: "\f00e";
}

.icon-zoom-out:before {
  content: "\f010";
}

.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}

.icon-signal:before {
  content: "\f012";
}

.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}

.icon-trash:before {
  content: "\f014";
}

.icon-home:before {
  content: "\f015";
}

.icon-file-alt:before {
  content: "\f016";
}

.icon-time:before {
  content: "\f017";
}

.icon-road:before {
  content: "\f018";
}

.icon-download-alt:before {
  content: "\f019";
}

.icon-download:before {
  content: "\f01a";
}

.icon-upload:before {
  content: "\f01b";
}

.icon-inbox:before {
  content: "\f01c";
}

.icon-play-circle:before {
  content: "\f01d";
}

.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}

.icon-refresh:before {
  content: "\f021";
}

.icon-list-alt:before {
  content: "\f022";
}

.icon-lock:before {
  content: "\f023";
}

.icon-flag:before {
  content: "\f024";
}

.icon-headphones:before {
  content: "\f025";
}

.icon-volume-off:before {
  content: "\f026";
}

.icon-volume-down:before {
  content: "\f027";
}

.icon-volume-up:before {
  content: "\f028";
}

.icon-qrcode:before {
  content: "\f029";
}

.icon-barcode:before {
  content: "\f02a";
}

.icon-tag:before {
  content: "\f02b";
}

.icon-tags:before {
  content: "\f02c";
}

.icon-book:before {
  content: "\f02d";
}

.icon-bookmark:before {
  content: "\f02e";
}

.icon-print:before {
  content: "\f02f";
}

.icon-camera:before {
  content: "\f030";
}

.icon-font:before {
  content: "\f031";
}

.icon-bold:before {
  content: "\f032";
}

.icon-italic:before {
  content: "\f033";
}

.icon-text-height:before {
  content: "\f034";
}

.icon-text-width:before {
  content: "\f035";
}

.icon-align-left:before {
  content: "\f036";
}

.icon-align-center:before {
  content: "\f037";
}

.icon-align-right:before {
  content: "\f038";
}

.icon-align-justify:before {
  content: "\f039";
}

.icon-list:before {
  content: "\f03a";
}

.icon-indent-left:before {
  content: "\f03b";
}

.icon-indent-right:before {
  content: "\f03c";
}

.icon-facetime-video:before {
  content: "\f03d";
}

.icon-picture:before {
  content: "\f03e";
}

.icon-pencil:before {
  content: "\f040";
}

.icon-map-marker:before {
  content: "\f041";
}

.icon-adjust:before {
  content: "\f042";
}

.icon-tint:before {
  content: "\f043";
}

.icon-edit:before {
  content: "\f044";
}

.icon-share:before {
  content: "\f045";
}

.icon-check:before {
  content: "\f046";
}

.icon-move:before {
  content: "\f047";
}

.icon-step-backward:before {
  content: "\f048";
}

.icon-fast-backward:before {
  content: "\f049";
}

.icon-backward:before {
  content: "\f04a";
}

.icon-play:before {
  content: "\f04b";
}

.icon-pause:before {
  content: "\f04c";
}

.icon-stop:before {
  content: "\f04d";
}

.icon-forward:before {
  content: "\f04e";
}

.icon-fast-forward:before {
  content: "\f050";
}

.icon-step-forward:before {
  content: "\f051";
}

.icon-eject:before {
  content: "\f052";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-plus-sign:before {
  content: "\f055";
}

.icon-minus-sign:before {
  content: "\f056";
}

.icon-remove-sign:before {
  content: "\f057";
}

.icon-ok-sign:before {
  content: "\f058";
}

.icon-question-sign:before {
  content: "\f059";
}

.icon-info-sign:before {
  content: "\f05a";
}

.icon-screenshot:before {
  content: "\f05b";
}

.icon-remove-circle:before {
  content: "\f05c";
}

.icon-ok-circle:before {
  content: "\f05d";
}

.icon-ban-circle:before {
  content: "\f05e";
}

.icon-arrow-left:before {
  content: "\f060";
}

.icon-arrow-right:before {
  content: "\f061";
}

.icon-arrow-up:before {
  content: "\f062";
}

.icon-arrow-down:before {
  content: "\f063";
}

.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}

.icon-resize-full:before {
  content: "\f065";
}

.icon-resize-small:before {
  content: "\f066";
}

.icon-plus:before {
  content: "\f067";
}

.icon-minus:before {
  content: "\f068";
}

.icon-asterisk:before {
  content: "\f069";
}

.icon-exclamation-sign:before {
  content: "\f06a";
}

.icon-gift:before {
  content: "\f06b";
}

.icon-leaf:before {
  content: "\f06c";
}

.icon-fire:before {
  content: "\f06d";
}

.icon-eye-open:before {
  content: "\f06e";
}

.icon-eye-close:before {
  content: "\f070";
}

.icon-warning-sign:before {
  content: "\f071";
}

.icon-plane:before {
  content: "\f072";
}

.icon-calendar:before {
  content: "\f073";
}

.icon-random:before {
  content: "\f074";
}

.icon-comment:before {
  content: "\f075";
}

.icon-magnet:before {
  content: "\f076";
}

.icon-chevron-up:before, #main #pokedexEntry > .panel > .panel-heading > .panel-title > a:before {
  content: "\f077";
}

.icon-chevron-down:before, #main #pokedexEntry > .panel > .panel-heading.collapsed > .panel-title > a:before {
  content: "\f078";
}

.icon-retweet:before {
  content: "\f079";
}

.icon-shopping-cart:before {
  content: "\f07a";
}

.icon-folder-close:before {
  content: "\f07b";
}

.icon-folder-open:before {
  content: "\f07c";
}

.icon-resize-vertical:before {
  content: "\f07d";
}

.icon-resize-horizontal:before {
  content: "\f07e";
}

.icon-bar-chart:before {
  content: "\f080";
}

.icon-twitter-sign:before {
  content: "\f081";
}

.icon-facebook-sign:before {
  content: "\f082";
}

.icon-camera-retro:before {
  content: "\f083";
}

.icon-key:before {
  content: "\f084";
}

.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}

.icon-comments:before {
  content: "\f086";
}

.icon-thumbs-up-alt:before {
  content: "\f087";
}

.icon-thumbs-down-alt:before {
  content: "\f088";
}

.icon-star-half:before {
  content: "\f089";
}

.icon-heart-empty:before {
  content: "\f08a";
}

.icon-signout:before {
  content: "\f08b";
}

.icon-linkedin-sign:before {
  content: "\f08c";
}

.icon-pushpin:before {
  content: "\f08d";
}

.icon-external-link:before {
  content: "\f08e";
}

.icon-signin:before {
  content: "\f090";
}

.icon-trophy:before {
  content: "\f091";
}

.icon-github-sign:before {
  content: "\f092";
}

.icon-upload-alt:before {
  content: "\f093";
}

.icon-lemon:before {
  content: "\f094";
}

.icon-phone:before {
  content: "\f095";
}

.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}

.icon-bookmark-empty:before {
  content: "\f097";
}

.icon-phone-sign:before {
  content: "\f098";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-github:before {
  content: "\f09b";
}

.icon-unlock:before {
  content: "\f09c";
}

.icon-credit-card:before {
  content: "\f09d";
}

.icon-rss:before {
  content: "\f09e";
}

.icon-hdd:before {
  content: "\f0a0";
}

.icon-bullhorn:before {
  content: "\f0a1";
}

.icon-bell:before {
  content: "\f0a2";
}

.icon-certificate:before {
  content: "\f0a3";
}

.icon-hand-right:before {
  content: "\f0a4";
}

.icon-hand-left:before {
  content: "\f0a5";
}

.icon-hand-up:before {
  content: "\f0a6";
}

.icon-hand-down:before {
  content: "\f0a7";
}

.icon-circle-arrow-left:before {
  content: "\f0a8";
}

.icon-circle-arrow-right:before {
  content: "\f0a9";
}

.icon-circle-arrow-up:before {
  content: "\f0aa";
}

.icon-circle-arrow-down:before {
  content: "\f0ab";
}

.icon-globe:before {
  content: "\f0ac";
}

.icon-wrench:before {
  content: "\f0ad";
}

.icon-tasks:before {
  content: "\f0ae";
}

.icon-filter:before {
  content: "\f0b0";
}

.icon-briefcase:before {
  content: "\f0b1";
}

.icon-fullscreen:before {
  content: "\f0b2";
}

.icon-group:before {
  content: "\f0c0";
}

.icon-link:before {
  content: "\f0c1";
}

.icon-cloud:before {
  content: "\f0c2";
}

.icon-beaker:before {
  content: "\f0c3";
}

.icon-cut:before {
  content: "\f0c4";
}

.icon-copy:before {
  content: "\f0c5";
}

.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}

.icon-save:before {
  content: "\f0c7";
}

.icon-sign-blank:before {
  content: "\f0c8";
}

.icon-reorder:before {
  content: "\f0c9";
}

.icon-list-ul:before {
  content: "\f0ca";
}

.icon-list-ol:before {
  content: "\f0cb";
}

.icon-strikethrough:before {
  content: "\f0cc";
}

.icon-underline:before {
  content: "\f0cd";
}

.icon-table:before {
  content: "\f0ce";
}

.icon-magic:before {
  content: "\f0d0";
}

.icon-truck:before {
  content: "\f0d1";
}

.icon-pinterest:before {
  content: "\f0d2";
}

.icon-pinterest-sign:before {
  content: "\f0d3";
}

.icon-google-plus-sign:before {
  content: "\f0d4";
}

.icon-google-plus:before {
  content: "\f0d5";
}

.icon-money:before {
  content: "\f0d6";
}

.icon-caret-down:before {
  content: "\f0d7";
}

.icon-caret-up:before {
  content: "\f0d8";
}

.icon-caret-left:before {
  content: "\f0d9";
}

.icon-caret-right:before {
  content: "\f0da";
}

.icon-columns:before {
  content: "\f0db";
}

.icon-sort:before {
  content: "\f0dc";
}

.icon-sort-down:before {
  content: "\f0dd";
}

.icon-sort-up:before {
  content: "\f0de";
}

.icon-envelope:before {
  content: "\f0e0";
}

.icon-linkedin:before {
  content: "\f0e1";
}

.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}

.icon-legal:before {
  content: "\f0e3";
}

.icon-dashboard:before {
  content: "\f0e4";
}

.icon-comment-alt:before {
  content: "\f0e5";
}

.icon-comments-alt:before {
  content: "\f0e6";
}

.icon-bolt:before {
  content: "\f0e7";
}

.icon-sitemap:before {
  content: "\f0e8";
}

.icon-umbrella:before {
  content: "\f0e9";
}

.icon-paste:before {
  content: "\f0ea";
}

.icon-lightbulb:before {
  content: "\f0eb";
}

.icon-exchange:before {
  content: "\f0ec";
}

.icon-cloud-download:before {
  content: "\f0ed";
}

.icon-cloud-upload:before {
  content: "\f0ee";
}

.icon-user-md:before {
  content: "\f0f0";
}

.icon-stethoscope:before {
  content: "\f0f1";
}

.icon-suitcase:before {
  content: "\f0f2";
}

.icon-bell-alt:before {
  content: "\f0f3";
}

.icon-coffee:before {
  content: "\f0f4";
}

.icon-food:before {
  content: "\f0f5";
}

.icon-file-text-alt:before {
  content: "\f0f6";
}

.icon-building:before {
  content: "\f0f7";
}

.icon-hospital:before {
  content: "\f0f8";
}

.icon-ambulance:before {
  content: "\f0f9";
}

.icon-medkit:before {
  content: "\f0fa";
}

.icon-fighter-jet:before {
  content: "\f0fb";
}

.icon-beer:before {
  content: "\f0fc";
}

.icon-h-sign:before {
  content: "\f0fd";
}

.icon-plus-sign-alt:before {
  content: "\f0fe";
}

.icon-double-angle-left:before {
  content: "\f100";
}

.icon-double-angle-right:before {
  content: "\f101";
}

.icon-double-angle-up:before {
  content: "\f102";
}

.icon-double-angle-down:before {
  content: "\f103";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-desktop:before {
  content: "\f108";
}

.icon-laptop:before {
  content: "\f109";
}

.icon-tablet:before {
  content: "\f10a";
}

.icon-mobile-phone:before {
  content: "\f10b";
}

.icon-circle-blank:before {
  content: "\f10c";
}

.icon-quote-left:before {
  content: "\f10d";
}

.icon-quote-right:before {
  content: "\f10e";
}

.icon-spinner:before {
  content: "\f110";
}

.icon-circle:before {
  content: "\f111";
}

.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}

.icon-github-alt:before {
  content: "\f113";
}

.icon-folder-close-alt:before {
  content: "\f114";
}

.icon-folder-open-alt:before {
  content: "\f115";
}

.icon-expand-alt:before {
  content: "\f116";
}

.icon-collapse-alt:before {
  content: "\f117";
}

.icon-smile:before {
  content: "\f118";
}

.icon-frown:before {
  content: "\f119";
}

.icon-meh:before {
  content: "\f11a";
}

.icon-gamepad:before {
  content: "\f11b";
}

.icon-keyboard:before {
  content: "\f11c";
}

.icon-flag-alt:before {
  content: "\f11d";
}

.icon-flag-checkered:before {
  content: "\f11e";
}

.icon-terminal:before {
  content: "\f120";
}

.icon-code:before {
  content: "\f121";
}

.icon-reply-all:before {
  content: "\f122";
}

.icon-mail-reply-all:before {
  content: "\f122";
}

.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}

.icon-location-arrow:before {
  content: "\f124";
}

.icon-crop:before {
  content: "\f125";
}

.icon-code-fork:before {
  content: "\f126";
}

.icon-unlink:before {
  content: "\f127";
}

.icon-question:before {
  content: "\f128";
}

.icon-info:before {
  content: "\f129";
}

.icon-exclamation:before {
  content: "\f12a";
}

.icon-superscript:before {
  content: "\f12b";
}

.icon-subscript:before {
  content: "\f12c";
}

.icon-eraser:before {
  content: "\f12d";
}

.icon-puzzle-piece:before {
  content: "\f12e";
}

.icon-microphone:before {
  content: "\f130";
}

.icon-microphone-off:before {
  content: "\f131";
}

.icon-shield:before {
  content: "\f132";
}

.icon-calendar-empty:before {
  content: "\f133";
}

.icon-fire-extinguisher:before {
  content: "\f134";
}

.icon-rocket:before {
  content: "\f135";
}

.icon-maxcdn:before {
  content: "\f136";
}

.icon-chevron-sign-left:before {
  content: "\f137";
}

.icon-chevron-sign-right:before {
  content: "\f138";
}

.icon-chevron-sign-up:before {
  content: "\f139";
}

.icon-chevron-sign-down:before {
  content: "\f13a";
}

.icon-html5:before {
  content: "\f13b";
}

.icon-css3:before {
  content: "\f13c";
}

.icon-anchor:before {
  content: "\f13d";
}

.icon-unlock-alt:before {
  content: "\f13e";
}

.icon-bullseye:before {
  content: "\f140";
}

.icon-ellipsis-horizontal:before {
  content: "\f141";
}

.icon-ellipsis-vertical:before {
  content: "\f142";
}

.icon-rss-sign:before {
  content: "\f143";
}

.icon-play-sign:before {
  content: "\f144";
}

.icon-ticket:before {
  content: "\f145";
}

.icon-minus-sign-alt:before {
  content: "\f146";
}

.icon-check-minus:before {
  content: "\f147";
}

.icon-level-up:before {
  content: "\f148";
}

.icon-level-down:before {
  content: "\f149";
}

.icon-check-sign:before {
  content: "\f14a";
}

.icon-edit-sign:before {
  content: "\f14b";
}

.icon-external-link-sign:before {
  content: "\f14c";
}

.icon-share-sign:before {
  content: "\f14d";
}

.icon-compass:before {
  content: "\f14e";
}

.icon-collapse:before {
  content: "\f150";
}

.icon-collapse-top:before {
  content: "\f151";
}

.icon-expand:before {
  content: "\f152";
}

.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}

.icon-gbp:before {
  content: "\f154";
}

.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}

.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}

.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}

.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}

.icon-won:before,
.icon-krw:before {
  content: "\f159";
}

.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}

.icon-file:before {
  content: "\f15b";
}

.icon-file-text:before {
  content: "\f15c";
}

.icon-sort-by-alphabet:before {
  content: "\f15d";
}

.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}

.icon-sort-by-attributes:before {
  content: "\f160";
}

.icon-sort-by-attributes-alt:before {
  content: "\f161";
}

.icon-sort-by-order:before {
  content: "\f162";
}

.icon-sort-by-order-alt:before {
  content: "\f163";
}

.icon-thumbs-up:before {
  content: "\f164";
}

.icon-thumbs-down:before {
  content: "\f165";
}

.icon-youtube-sign:before {
  content: "\f166";
}

.icon-youtube:before {
  content: "\f167";
}

.icon-xing:before {
  content: "\f168";
}

.icon-xing-sign:before {
  content: "\f169";
}

.icon-youtube-play:before {
  content: "\f16a";
}

.icon-dropbox:before {
  content: "\f16b";
}

.icon-stackexchange:before {
  content: "\f16c";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-flickr:before {
  content: "\f16e";
}

.icon-adn:before {
  content: "\f170";
}

.icon-bitbucket:before {
  content: "\f171";
}

.icon-bitbucket-sign:before {
  content: "\f172";
}

.icon-tumblr:before {
  content: "\f173";
}

.icon-tumblr-sign:before {
  content: "\f174";
}

.icon-long-arrow-down:before {
  content: "\f175";
}

.icon-long-arrow-up:before {
  content: "\f176";
}

.icon-long-arrow-left:before {
  content: "\f177";
}

.icon-long-arrow-right:before {
  content: "\f178";
}

.icon-apple:before {
  content: "\f179";
}

.icon-windows:before {
  content: "\f17a";
}

.icon-android:before {
  content: "\f17b";
}

.icon-linux:before {
  content: "\f17c";
}

.icon-dribbble:before {
  content: "\f17d";
}

.icon-skype:before {
  content: "\f17e";
}

.icon-foursquare:before {
  content: "\f180";
}

.icon-trello:before {
  content: "\f181";
}

.icon-female:before {
  content: "\f182";
}

.icon-male:before {
  content: "\f183";
}

.icon-gittip:before {
  content: "\f184";
}

.icon-sun:before {
  content: "\f185";
}

.icon-moon:before {
  content: "\f186";
}

.icon-archive:before {
  content: "\f187";
}

.icon-bug:before {
  content: "\f188";
}

.icon-vk:before {
  content: "\f189";
}

.icon-weibo:before {
  content: "\f18a";
}

.icon-renren:before {
  content: "\f18b";
}

.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.mr-0 {
  margin-right: 0;
}

.ml-0 {
  margin-left: 0;
}

.m-1 {
  margin: 0.25rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.m-3 {
  margin: 1rem;
}

.mt-3 {
  margin-top: 1rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mr-3 {
  margin-right: 1rem;
}

.ml-3 {
  margin-left: 1rem;
}

.m-4 {
  margin: 1.5rem;
}

.mt-4 {
  margin-top: 1.5rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mr-4 {
  margin-right: 1.5rem;
}

.ml-4 {
  margin-left: 1.5rem;
}

.m-5 {
  margin: 3rem;
}

.mt-5 {
  margin-top: 3rem;
}

.mb-5 {
  margin-bottom: 3rem;
}

.mr-5 {
  margin-right: 3rem;
}

.ml-5 {
  margin-left: 3rem;
}

.p-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pr-0 {
  padding-right: 0;
}

.pl-0 {
  padding-left: 0;
}

.p-1 {
  padding: 0.25rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.p-3 {
  padding: 1rem;
}

.pt-3 {
  padding-top: 1rem;
}

.pb-3 {
  padding-bottom: 1rem;
}

.pr-3 {
  padding-right: 1rem;
}

.pl-3 {
  padding-left: 1rem;
}

.p-4 {
  padding: 1.5rem;
}

.pt-4 {
  padding-top: 1.5rem;
}

.pb-4 {
  padding-bottom: 1.5rem;
}

.pr-4 {
  padding-right: 1.5rem;
}

.pl-4 {
  padding-left: 1.5rem;
}

.p-5 {
  padding: 3rem;
}

.pt-5 {
  padding-top: 3rem;
}

.pb-5 {
  padding-bottom: 3rem;
}

.pr-5 {
  padding-right: 3rem;
}

.pl-5 {
  padding-left: 3rem;
}

.m-n-1 {
  margin: -0.25rem;
}

.mt-n-1 {
  margin-top: -0.25rem;
}

.mb-n-1 {
  margin-bottom: -0.25rem;
}

.mr-n-1 {
  margin-right: -0.25rem;
}

.ml-n-1 {
  margin-left: -0.25rem;
}

.m-n-2 {
  margin: -0.5rem;
}

.mt-n-2 {
  margin-top: -0.5rem;
}

.mb-n-2 {
  margin-bottom: -0.5rem;
}

.mr-n-2 {
  margin-right: -0.5rem;
}

.ml-n-2 {
  margin-left: -0.5rem;
}

.m-n-3 {
  margin: -1rem;
}

.mt-n-3 {
  margin-top: -1rem;
}

.mb-n-3 {
  margin-bottom: -1rem;
}

.mr-n-3 {
  margin-right: -1rem;
}

.ml-n-3 {
  margin-left: -1rem;
}

.m-n-4 {
  margin: -1.5rem;
}

.mt-n-4 {
  margin-top: -1.5rem;
}

.mb-n-4 {
  margin-bottom: -1.5rem;
}

.mr-n-4 {
  margin-right: -1.5rem;
}

.ml-n-4 {
  margin-left: -1.5rem;
}

.m-n-5 {
  margin: -3rem;
}

.mt-n-5 {
  margin-top: -3rem;
}

.mb-n-5 {
  margin-bottom: -3rem;
}

.mr-n-5 {
  margin-right: -3rem;
}

.ml-n-5 {
  margin-left: -3rem;
}

.bf-grid {
  display: flex;
}

.bf-grid-inline {
  display: inline-flex;
}

.bf-grid,
.bf-grid-inline {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: -15px;
}

.bf-grid-xs-cols-1 > * {
  flex-basis: 100%;
  padding: 15px;
}

.bf-grid-xs-cols-2 > * {
  flex-basis: 50%;
  padding: 15px;
}

.bf-grid-xs-cols-3 > * {
  flex-basis: 33.3333333333%;
  padding: 15px;
}

.bf-grid-xs-cols-4 > * {
  flex-basis: 25%;
  padding: 15px;
}

.bf-grid-xs-cols-5 > * {
  flex-basis: 20%;
  padding: 15px;
}

.bf-grid-xs-cols-6 > * {
  flex-basis: 16.6666666667%;
  padding: 15px;
}

.bf-grid-xs-cols-7 > * {
  flex-basis: 14.2857142857%;
  padding: 15px;
}

.bf-grid-xs-cols-8 > * {
  flex-basis: 12.5%;
  padding: 15px;
}

.bf-grid-xs-cols-9 > * {
  flex-basis: 11.1111111111%;
  padding: 15px;
}

.bf-grid-xs-cols-10 > * {
  flex-basis: 10%;
  padding: 15px;
}

.bf-grid-xs-cols-11 > * {
  flex-basis: 9.0909090909%;
  padding: 15px;
}

.bf-grid-xs-cols-12 > * {
  flex-basis: 8.3333333333%;
  padding: 15px;
}

@media (min-width: 768px) {
  .bf-grid-sm-cols-1 > * {
    flex-basis: 100%;
    padding: 15px;
  }

  .bf-grid-sm-cols-2 > * {
    flex-basis: 50%;
    padding: 15px;
  }

  .bf-grid-sm-cols-3 > * {
    flex-basis: 33.3333333333%;
    padding: 15px;
  }

  .bf-grid-sm-cols-4 > * {
    flex-basis: 25%;
    padding: 15px;
  }

  .bf-grid-sm-cols-5 > * {
    flex-basis: 20%;
    padding: 15px;
  }

  .bf-grid-sm-cols-6 > * {
    flex-basis: 16.6666666667%;
    padding: 15px;
  }

  .bf-grid-sm-cols-7 > * {
    flex-basis: 14.2857142857%;
    padding: 15px;
  }

  .bf-grid-sm-cols-8 > * {
    flex-basis: 12.5%;
    padding: 15px;
  }

  .bf-grid-sm-cols-9 > * {
    flex-basis: 11.1111111111%;
    padding: 15px;
  }

  .bf-grid-sm-cols-10 > * {
    flex-basis: 10%;
    padding: 15px;
  }

  .bf-grid-sm-cols-11 > * {
    flex-basis: 9.0909090909%;
    padding: 15px;
  }

  .bf-grid-sm-cols-12 > * {
    flex-basis: 8.3333333333%;
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .bf-grid-md-cols-1 > * {
    flex-basis: 100%;
    padding: 15px;
  }

  .bf-grid-md-cols-2 > * {
    flex-basis: 50%;
    padding: 15px;
  }

  .bf-grid-md-cols-3 > * {
    flex-basis: 33.3333333333%;
    padding: 15px;
  }

  .bf-grid-md-cols-4 > * {
    flex-basis: 25%;
    padding: 15px;
  }

  .bf-grid-md-cols-5 > * {
    flex-basis: 20%;
    padding: 15px;
  }

  .bf-grid-md-cols-6 > * {
    flex-basis: 16.6666666667%;
    padding: 15px;
  }

  .bf-grid-md-cols-7 > * {
    flex-basis: 14.2857142857%;
    padding: 15px;
  }

  .bf-grid-md-cols-8 > * {
    flex-basis: 12.5%;
    padding: 15px;
  }

  .bf-grid-md-cols-9 > * {
    flex-basis: 11.1111111111%;
    padding: 15px;
  }

  .bf-grid-md-cols-10 > * {
    flex-basis: 10%;
    padding: 15px;
  }

  .bf-grid-md-cols-11 > * {
    flex-basis: 9.0909090909%;
    padding: 15px;
  }

  .bf-grid-md-cols-12 > * {
    flex-basis: 8.3333333333%;
    padding: 15px;
  }
}
@media (min-width: 1200px) {
  .bf-grid-lg-cols-1 > * {
    flex-basis: 100%;
    padding: 15px;
  }

  .bf-grid-lg-cols-2 > * {
    flex-basis: 50%;
    padding: 15px;
  }

  .bf-grid-lg-cols-3 > * {
    flex-basis: 33.3333333333%;
    padding: 15px;
  }

  .bf-grid-lg-cols-4 > * {
    flex-basis: 25%;
    padding: 15px;
  }

  .bf-grid-lg-cols-5 > * {
    flex-basis: 20%;
    padding: 15px;
  }

  .bf-grid-lg-cols-6 > * {
    flex-basis: 16.6666666667%;
    padding: 15px;
  }

  .bf-grid-lg-cols-7 > * {
    flex-basis: 14.2857142857%;
    padding: 15px;
  }

  .bf-grid-lg-cols-8 > * {
    flex-basis: 12.5%;
    padding: 15px;
  }

  .bf-grid-lg-cols-9 > * {
    flex-basis: 11.1111111111%;
    padding: 15px;
  }

  .bf-grid-lg-cols-10 > * {
    flex-basis: 10%;
    padding: 15px;
  }

  .bf-grid-lg-cols-11 > * {
    flex-basis: 9.0909090909%;
    padding: 15px;
  }

  .bf-grid-lg-cols-12 > * {
    flex-basis: 8.3333333333%;
    padding: 15px;
  }
}
@supports (display: grid) {
  .bf-grid {
    display: grid;
  }

  .bf-grid-inline {
    display: grid-inline;
  }

  .bf-grid,
.bf-grid-inline {
    column-gap: 30px;
    row-gap: 30px;
    margin: 0;
  }

  .bf-grid-xs-cols-1 {
    grid-template-columns: repeat(1, 1fr [col-start]);
  }
  .bf-grid-xs-cols-1 > * {
    padding: 0;
  }

  .bf-grid-xs-cols-2 {
    grid-template-columns: repeat(2, 1fr [col-start]);
  }
  .bf-grid-xs-cols-2 > * {
    padding: 0;
  }

  .bf-grid-xs-cols-3 {
    grid-template-columns: repeat(3, 1fr [col-start]);
  }
  .bf-grid-xs-cols-3 > * {
    padding: 0;
  }

  .bf-grid-xs-cols-4 {
    grid-template-columns: repeat(4, 1fr [col-start]);
  }
  .bf-grid-xs-cols-4 > * {
    padding: 0;
  }

  .bf-grid-xs-cols-5 {
    grid-template-columns: repeat(5, 1fr [col-start]);
  }
  .bf-grid-xs-cols-5 > * {
    padding: 0;
  }

  .bf-grid-xs-cols-6 {
    grid-template-columns: repeat(6, 1fr [col-start]);
  }
  .bf-grid-xs-cols-6 > * {
    padding: 0;
  }

  .bf-grid-xs-cols-7 {
    grid-template-columns: repeat(7, 1fr [col-start]);
  }
  .bf-grid-xs-cols-7 > * {
    padding: 0;
  }

  .bf-grid-xs-cols-8 {
    grid-template-columns: repeat(8, 1fr [col-start]);
  }
  .bf-grid-xs-cols-8 > * {
    padding: 0;
  }

  .bf-grid-xs-cols-9 {
    grid-template-columns: repeat(9, 1fr [col-start]);
  }
  .bf-grid-xs-cols-9 > * {
    padding: 0;
  }

  .bf-grid-xs-cols-10 {
    grid-template-columns: repeat(10, 1fr [col-start]);
  }
  .bf-grid-xs-cols-10 > * {
    padding: 0;
  }

  .bf-grid-xs-cols-11 {
    grid-template-columns: repeat(11, 1fr [col-start]);
  }
  .bf-grid-xs-cols-11 > * {
    padding: 0;
  }

  .bf-grid-xs-cols-12 {
    grid-template-columns: repeat(12, 1fr [col-start]);
  }
  .bf-grid-xs-cols-12 > * {
    padding: 0;
  }

  @media (min-width: 768px) {
    .bf-grid-sm-cols-1 {
      grid-template-columns: repeat(1, 1fr [col-start]);
    }
    .bf-grid-sm-cols-1 > * {
      padding: 0;
    }

    .bf-grid-sm-cols-2 {
      grid-template-columns: repeat(2, 1fr [col-start]);
    }
    .bf-grid-sm-cols-2 > * {
      padding: 0;
    }

    .bf-grid-sm-cols-3 {
      grid-template-columns: repeat(3, 1fr [col-start]);
    }
    .bf-grid-sm-cols-3 > * {
      padding: 0;
    }

    .bf-grid-sm-cols-4 {
      grid-template-columns: repeat(4, 1fr [col-start]);
    }
    .bf-grid-sm-cols-4 > * {
      padding: 0;
    }

    .bf-grid-sm-cols-5 {
      grid-template-columns: repeat(5, 1fr [col-start]);
    }
    .bf-grid-sm-cols-5 > * {
      padding: 0;
    }

    .bf-grid-sm-cols-6 {
      grid-template-columns: repeat(6, 1fr [col-start]);
    }
    .bf-grid-sm-cols-6 > * {
      padding: 0;
    }

    .bf-grid-sm-cols-7 {
      grid-template-columns: repeat(7, 1fr [col-start]);
    }
    .bf-grid-sm-cols-7 > * {
      padding: 0;
    }

    .bf-grid-sm-cols-8 {
      grid-template-columns: repeat(8, 1fr [col-start]);
    }
    .bf-grid-sm-cols-8 > * {
      padding: 0;
    }

    .bf-grid-sm-cols-9 {
      grid-template-columns: repeat(9, 1fr [col-start]);
    }
    .bf-grid-sm-cols-9 > * {
      padding: 0;
    }

    .bf-grid-sm-cols-10 {
      grid-template-columns: repeat(10, 1fr [col-start]);
    }
    .bf-grid-sm-cols-10 > * {
      padding: 0;
    }

    .bf-grid-sm-cols-11 {
      grid-template-columns: repeat(11, 1fr [col-start]);
    }
    .bf-grid-sm-cols-11 > * {
      padding: 0;
    }

    .bf-grid-sm-cols-12 {
      grid-template-columns: repeat(12, 1fr [col-start]);
    }
    .bf-grid-sm-cols-12 > * {
      padding: 0;
    }
  }
  @media (min-width: 992px) {
    .bf-grid-md-cols-1 {
      grid-template-columns: repeat(1, 1fr [col-start]);
    }
    .bf-grid-md-cols-1 > * {
      padding: 0;
    }

    .bf-grid-md-cols-2 {
      grid-template-columns: repeat(2, 1fr [col-start]);
    }
    .bf-grid-md-cols-2 > * {
      padding: 0;
    }

    .bf-grid-md-cols-3 {
      grid-template-columns: repeat(3, 1fr [col-start]);
    }
    .bf-grid-md-cols-3 > * {
      padding: 0;
    }

    .bf-grid-md-cols-4 {
      grid-template-columns: repeat(4, 1fr [col-start]);
    }
    .bf-grid-md-cols-4 > * {
      padding: 0;
    }

    .bf-grid-md-cols-5 {
      grid-template-columns: repeat(5, 1fr [col-start]);
    }
    .bf-grid-md-cols-5 > * {
      padding: 0;
    }

    .bf-grid-md-cols-6 {
      grid-template-columns: repeat(6, 1fr [col-start]);
    }
    .bf-grid-md-cols-6 > * {
      padding: 0;
    }

    .bf-grid-md-cols-7 {
      grid-template-columns: repeat(7, 1fr [col-start]);
    }
    .bf-grid-md-cols-7 > * {
      padding: 0;
    }

    .bf-grid-md-cols-8 {
      grid-template-columns: repeat(8, 1fr [col-start]);
    }
    .bf-grid-md-cols-8 > * {
      padding: 0;
    }

    .bf-grid-md-cols-9 {
      grid-template-columns: repeat(9, 1fr [col-start]);
    }
    .bf-grid-md-cols-9 > * {
      padding: 0;
    }

    .bf-grid-md-cols-10 {
      grid-template-columns: repeat(10, 1fr [col-start]);
    }
    .bf-grid-md-cols-10 > * {
      padding: 0;
    }

    .bf-grid-md-cols-11 {
      grid-template-columns: repeat(11, 1fr [col-start]);
    }
    .bf-grid-md-cols-11 > * {
      padding: 0;
    }

    .bf-grid-md-cols-12 {
      grid-template-columns: repeat(12, 1fr [col-start]);
    }
    .bf-grid-md-cols-12 > * {
      padding: 0;
    }
  }
  @media (min-width: 1200px) {
    .bf-grid-lg-cols-1 {
      grid-template-columns: repeat(1, 1fr [col-start]);
    }
    .bf-grid-lg-cols-1 > * {
      padding: 0;
    }

    .bf-grid-lg-cols-2 {
      grid-template-columns: repeat(2, 1fr [col-start]);
    }
    .bf-grid-lg-cols-2 > * {
      padding: 0;
    }

    .bf-grid-lg-cols-3 {
      grid-template-columns: repeat(3, 1fr [col-start]);
    }
    .bf-grid-lg-cols-3 > * {
      padding: 0;
    }

    .bf-grid-lg-cols-4 {
      grid-template-columns: repeat(4, 1fr [col-start]);
    }
    .bf-grid-lg-cols-4 > * {
      padding: 0;
    }

    .bf-grid-lg-cols-5 {
      grid-template-columns: repeat(5, 1fr [col-start]);
    }
    .bf-grid-lg-cols-5 > * {
      padding: 0;
    }

    .bf-grid-lg-cols-6 {
      grid-template-columns: repeat(6, 1fr [col-start]);
    }
    .bf-grid-lg-cols-6 > * {
      padding: 0;
    }

    .bf-grid-lg-cols-7 {
      grid-template-columns: repeat(7, 1fr [col-start]);
    }
    .bf-grid-lg-cols-7 > * {
      padding: 0;
    }

    .bf-grid-lg-cols-8 {
      grid-template-columns: repeat(8, 1fr [col-start]);
    }
    .bf-grid-lg-cols-8 > * {
      padding: 0;
    }

    .bf-grid-lg-cols-9 {
      grid-template-columns: repeat(9, 1fr [col-start]);
    }
    .bf-grid-lg-cols-9 > * {
      padding: 0;
    }

    .bf-grid-lg-cols-10 {
      grid-template-columns: repeat(10, 1fr [col-start]);
    }
    .bf-grid-lg-cols-10 > * {
      padding: 0;
    }

    .bf-grid-lg-cols-11 {
      grid-template-columns: repeat(11, 1fr [col-start]);
    }
    .bf-grid-lg-cols-11 > * {
      padding: 0;
    }

    .bf-grid-lg-cols-12 {
      grid-template-columns: repeat(12, 1fr [col-start]);
    }
    .bf-grid-lg-cols-12 > * {
      padding: 0;
    }
  }
}
.shadow, .transparentBox {
  box-shadow: 0 0 15px black;
}

.shineThroughBG, .transparentBox {
  background-color: rgba(127, 127, 127, 0.7);
}

.boxPadding, .transparentBox {
  padding: 15px;
}

.transparentBox {
  border-radius: 15px;
}

.hidden, #logoContainer h1 {
  position: absolute !important;
  top: -10000px !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden;
}

.clearfix:after, .featureBoxContainer:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

.label {
  border: 1px solid transparent;
  display: inline-block;
}

.label-group {
  display: inline-block;
  vertical-align: bottom;
}
.label-group:before, .label-group:after {
  display: table;
  content: " ";
}
.label-group:after {
  clear: both;
}
.label-group > .label {
  display: inline-block;
  border-radius: 0;
  float: left;
}
.label-group > .label:first-child {
  border-radius: 0.25em 0 0 0.25em;
}
.label-group > .label:last-child {
  border-radius: 0 0.25em 0.25em 0;
}

.label-gruen {
  background-color: #00b233;
}
.label-gruen,
.label-gruen a, .label-gruen:hover,
.label-gruen:hover a, .label-gruen:focus,
.label-gruen:focus a, a .label-gruen,
a .label-gruen a, a .label-gruen:hover,
a .label-gruen:hover a, a .label-gruen:focus,
a .label-gruen:focus a {
  color: #FFFFFF;
}
.label-gruen[href]:hover, .label-gruen[href]:focus, .label-gruen.dexicon:hover, .label-gruen.dexicon:focus {
  background-color: #007f24;
}

.label-rot {
  background-color: #ce0022;
}
.label-rot,
.label-rot a, .label-rot:hover,
.label-rot:hover a, .label-rot:focus,
.label-rot:focus a, a .label-rot,
a .label-rot a, a .label-rot:hover,
a .label-rot:hover a, a .label-rot:focus,
a .label-rot:focus a {
  color: #FFFFFF;
}
.label-rot[href]:hover, .label-rot[href]:focus, .label-rot.dexicon:hover, .label-rot.dexicon:focus {
  background-color: #9b001a;
}

.label-blau {
  background-color: #33458d;
}
.label-blau,
.label-blau a, .label-blau:hover,
.label-blau:hover a, .label-blau:focus,
.label-blau:focus a, a .label-blau,
a .label-blau a, a .label-blau:hover,
a .label-blau:hover a, a .label-blau:focus,
a .label-blau:focus a {
  color: #FFFFFF;
}
.label-blau[href]:hover, .label-blau[href]:focus, .label-blau.dexicon:hover, .label-blau.dexicon:focus {
  background-color: #253368;
}

.label-gelb {
  background-color: #fffe68;
  border: 1px solid #000;
}
.label-gelb,
.label-gelb a, .label-gelb:hover,
.label-gelb:hover a, .label-gelb:focus,
.label-gelb:focus a, a .label-gelb,
a .label-gelb a, a .label-gelb:hover,
a .label-gelb:hover a, a .label-gelb:focus,
a .label-gelb:focus a {
  color: #000;
}
.label-gelb[href]:hover, .label-gelb[href]:focus, .label-gelb.dexicon:hover, .label-gelb.dexicon:focus {
  background-color: #fffe35;
}

.label-gold {
  background-color: #988b57;
}
.label-gold,
.label-gold a, .label-gold:hover,
.label-gold:hover a, .label-gold:focus,
.label-gold:focus a, a .label-gold,
a .label-gold a, a .label-gold:hover,
a .label-gold:hover a, a .label-gold:focus,
a .label-gold:focus a {
  color: #FFFFFF;
}
.label-gold[href]:hover, .label-gold[href]:focus, .label-gold.dexicon:hover, .label-gold.dexicon:focus {
  background-color: #786d44;
}

.label-silber {
  background-color: #a6b1c3;
}
.label-silber,
.label-silber a, .label-silber:hover,
.label-silber:hover a, .label-silber:focus,
.label-silber:focus a, a .label-silber,
a .label-silber a, a .label-silber:hover,
a .label-silber:hover a, a .label-silber:focus,
a .label-silber:focus a {
  color: #FFFFFF;
}
.label-silber[href]:hover, .label-silber[href]:focus, .label-silber.dexicon:hover, .label-silber.dexicon:focus {
  background-color: #8896ae;
}

.label-kristall {
  background-color: #7cc0b1;
}
.label-kristall,
.label-kristall a, .label-kristall:hover,
.label-kristall:hover a, .label-kristall:focus,
.label-kristall:focus a, a .label-kristall,
a .label-kristall a, a .label-kristall:hover,
a .label-kristall:hover a, a .label-kristall:focus,
a .label-kristall:focus a {
  color: #FFFFFF;
}
.label-kristall[href]:hover, .label-kristall[href]:focus, .label-kristall.dexicon:hover, .label-kristall.dexicon:focus {
  background-color: #5aaf9c;
}

.label-rubin {
  background-color: #500202;
}
.label-rubin,
.label-rubin a, .label-rubin:hover,
.label-rubin:hover a, .label-rubin:focus,
.label-rubin:focus a, a .label-rubin,
a .label-rubin a, a .label-rubin:hover,
a .label-rubin:hover a, a .label-rubin:focus,
a .label-rubin:focus a {
  color: #FFFFFF;
}
.label-rubin[href]:hover, .label-rubin[href]:focus, .label-rubin.dexicon:hover, .label-rubin.dexicon:focus {
  background-color: #820303;
}

.label-saphir {
  background-color: #026faa;
}
.label-saphir,
.label-saphir a, .label-saphir:hover,
.label-saphir:hover a, .label-saphir:focus,
.label-saphir:focus a, a .label-saphir,
a .label-saphir a, a .label-saphir:hover,
a .label-saphir:hover a, a .label-saphir:focus,
a .label-saphir:focus a {
  color: #FFFFFF;
}
.label-saphir[href]:hover, .label-saphir[href]:focus, .label-saphir.dexicon:hover, .label-saphir.dexicon:focus {
  background-color: #014e78;
}

.label-blattgruen {
  background-color: #8cbd0c;
}
.label-blattgruen,
.label-blattgruen a, .label-blattgruen:hover,
.label-blattgruen:hover a, .label-blattgruen:focus,
.label-blattgruen:focus a, a .label-blattgruen,
a .label-blattgruen a, a .label-blattgruen:hover,
a .label-blattgruen:hover a, a .label-blattgruen:focus,
a .label-blattgruen:focus a {
  color: #FFFFFF;
}
.label-blattgruen[href]:hover, .label-blattgruen[href]:focus, .label-blattgruen.dexicon:hover, .label-blattgruen.dexicon:focus {
  background-color: #688d09;
}

.label-feuerrot {
  background-color: #da5421;
}
.label-feuerrot,
.label-feuerrot a, .label-feuerrot:hover,
.label-feuerrot:hover a, .label-feuerrot:focus,
.label-feuerrot:focus a, a .label-feuerrot,
a .label-feuerrot a, a .label-feuerrot:hover,
a .label-feuerrot:hover a, a .label-feuerrot:focus,
a .label-feuerrot:focus a {
  color: #FFFFFF;
}
.label-feuerrot[href]:hover, .label-feuerrot[href]:focus, .label-feuerrot.dexicon:hover, .label-feuerrot.dexicon:focus {
  background-color: #ae431a;
}

.label-smaragd {
  background-color: #019a47;
}
.label-smaragd,
.label-smaragd a, .label-smaragd:hover,
.label-smaragd:hover a, .label-smaragd:focus,
.label-smaragd:focus a, a .label-smaragd,
a .label-smaragd a, a .label-smaragd:hover,
a .label-smaragd:hover a, a .label-smaragd:focus,
a .label-smaragd:focus a {
  color: #FFFFFF;
}
.label-smaragd[href]:hover, .label-smaragd[href]:focus, .label-smaragd.dexicon:hover, .label-smaragd.dexicon:focus {
  background-color: #016730;
}

.label-diamant {
  background-color: #1f8ca9;
}
.label-diamant,
.label-diamant a, .label-diamant:hover,
.label-diamant:hover a, .label-diamant:focus,
.label-diamant:focus a, a .label-diamant,
a .label-diamant a, a .label-diamant:hover,
a .label-diamant:hover a, a .label-diamant:focus,
a .label-diamant:focus a {
  color: #FFFFFF;
}
.label-diamant[href]:hover, .label-diamant[href]:focus, .label-diamant.dexicon:hover, .label-diamant.dexicon:focus {
  background-color: #17687e;
}

.label-perl {
  background-color: #e1a4b4;
}
.label-perl,
.label-perl a, .label-perl:hover,
.label-perl:hover a, .label-perl:focus,
.label-perl:focus a, a .label-perl,
a .label-perl a, a .label-perl:hover,
a .label-perl:hover a, a .label-perl:focus,
a .label-perl:focus a {
  color: #FFFFFF;
}
.label-perl[href]:hover, .label-perl[href]:focus, .label-perl.dexicon:hover, .label-perl.dexicon:focus {
  background-color: #d47e94;
}

.label-platin {
  background-color: #bab8bd;
}
.label-platin,
.label-platin a, .label-platin:hover,
.label-platin:hover a, .label-platin:focus,
.label-platin:focus a, a .label-platin,
a .label-platin a, a .label-platin:hover,
a .label-platin:hover a, a .label-platin:focus,
a .label-platin:focus a {
  color: #FFFFFF;
}
.label-platin[href]:hover, .label-platin[href]:focus, .label-platin.dexicon:hover, .label-platin.dexicon:focus {
  background-color: #a09ea4;
}

.label-heartgold {
  background-color: #dfb841;
}
.label-heartgold,
.label-heartgold a, .label-heartgold:hover,
.label-heartgold:hover a, .label-heartgold:focus,
.label-heartgold:focus a, a .label-heartgold,
a .label-heartgold a, a .label-heartgold:hover,
a .label-heartgold:hover a, a .label-heartgold:focus,
a .label-heartgold:focus a {
  color: #e65739;
}
.label-heartgold[href]:hover, .label-heartgold[href]:focus, .label-heartgold.dexicon:hover, .label-heartgold.dexicon:focus {
  background-color: #cba122;
}

.label-soulsilver {
  background-color: #c2c6cf;
}
.label-soulsilver,
.label-soulsilver a, .label-soulsilver:hover,
.label-soulsilver:hover a, .label-soulsilver:focus,
.label-soulsilver:focus a, a .label-soulsilver,
a .label-soulsilver a, a .label-soulsilver:hover,
a .label-soulsilver:hover a, a .label-soulsilver:focus,
a .label-soulsilver:focus a {
  color: #13476c;
}
.label-soulsilver[href]:hover, .label-soulsilver[href]:focus, .label-soulsilver.dexicon:hover, .label-soulsilver.dexicon:focus {
  background-color: #a5abb9;
}

.label-schwarz {
  background-color: #000;
}
.label-schwarz,
.label-schwarz a, .label-schwarz:hover,
.label-schwarz:hover a, .label-schwarz:focus,
.label-schwarz:focus a, a .label-schwarz,
a .label-schwarz a, a .label-schwarz:hover,
a .label-schwarz:hover a, a .label-schwarz:focus,
a .label-schwarz:focus a {
  color: #FFFFFF;
}
.label-schwarz[href]:hover, .label-schwarz[href]:focus, .label-schwarz.dexicon:hover, .label-schwarz.dexicon:focus {
  background-color: #1a1a1a;
}

.label-weiss {
  background-color: #fff;
  border: 1px solid black;
}
.label-weiss,
.label-weiss a, .label-weiss:hover,
.label-weiss:hover a, .label-weiss:focus,
.label-weiss:focus a, a .label-weiss,
a .label-weiss a, a .label-weiss:hover,
a .label-weiss:hover a, a .label-weiss:focus,
a .label-weiss:focus a {
  color: #000;
}
.label-weiss[href]:hover, .label-weiss[href]:focus, .label-weiss.dexicon:hover, .label-weiss.dexicon:focus {
  background-color: #e6e6e6;
}

.label-schwarz2 {
  background-color: #000;
}
.label-schwarz2,
.label-schwarz2 a, .label-schwarz2:hover,
.label-schwarz2:hover a, .label-schwarz2:focus,
.label-schwarz2:focus a, a .label-schwarz2,
a .label-schwarz2 a, a .label-schwarz2:hover,
a .label-schwarz2:hover a, a .label-schwarz2:focus,
a .label-schwarz2:focus a {
  color: #3387c3;
}
.label-schwarz2[href]:hover, .label-schwarz2[href]:focus, .label-schwarz2.dexicon:hover, .label-schwarz2.dexicon:focus {
  background-color: #1a1a1a;
}

.label-weiss2 {
  background-color: #fff;
  border: 1px solid black;
}
.label-weiss2,
.label-weiss2 a, .label-weiss2:hover,
.label-weiss2:hover a, .label-weiss2:focus,
.label-weiss2:focus a, a .label-weiss2,
a .label-weiss2 a, a .label-weiss2:hover,
a .label-weiss2:hover a, a .label-weiss2:focus,
a .label-weiss2:focus a {
  color: #ec6234;
}
.label-weiss2[href]:hover, .label-weiss2[href]:focus, .label-weiss2.dexicon:hover, .label-weiss2.dexicon:focus {
  background-color: #e6e6e6;
}

.label-x {
  background-color: #e3f2f7;
}
.label-x,
.label-x a, .label-x:hover,
.label-x:hover a, .label-x:focus,
.label-x:focus a, a .label-x,
a .label-x a, a .label-x:hover,
a .label-x:hover a, a .label-x:focus,
a .label-x:focus a {
  color: #005d98;
}
.label-x[href]:hover, .label-x[href]:focus, .label-x.dexicon:hover, .label-x.dexicon:focus {
  background-color: #bbe0ec;
}

.label-y {
  background-color: #2d3d5f;
}
.label-y,
.label-y a, .label-y:hover,
.label-y:hover a, .label-y:focus,
.label-y:focus a, a .label-y,
a .label-y a, a .label-y:hover,
a .label-y:hover a, a .label-y:focus,
a .label-y:focus a {
  color: #d22a44;
}
.label-y[href]:hover, .label-y[href]:focus, .label-y.dexicon:hover, .label-y.dexicon:focus {
  background-color: #1d273c;
}

.label-omega_rubin {
  background-color: #d20000;
}
.label-omega_rubin,
.label-omega_rubin a, .label-omega_rubin:hover,
.label-omega_rubin:hover a, .label-omega_rubin:focus,
.label-omega_rubin:focus a, a .label-omega_rubin,
a .label-omega_rubin a, a .label-omega_rubin:hover,
a .label-omega_rubin:hover a, a .label-omega_rubin:focus,
a .label-omega_rubin:focus a {
  color: #FFFFFF;
}
.label-omega_rubin[href]:hover, .label-omega_rubin[href]:focus, .label-omega_rubin.dexicon:hover, .label-omega_rubin.dexicon:focus {
  background-color: #9f0000;
}

.label-alpha_saphir {
  background-color: #003474;
}
.label-alpha_saphir,
.label-alpha_saphir a, .label-alpha_saphir:hover,
.label-alpha_saphir:hover a, .label-alpha_saphir:focus,
.label-alpha_saphir:focus a, a .label-alpha_saphir,
a .label-alpha_saphir a, a .label-alpha_saphir:hover,
a .label-alpha_saphir:hover a, a .label-alpha_saphir:focus,
a .label-alpha_saphir:focus a {
  color: #FFFFFF;
}
.label-alpha_saphir[href]:hover, .label-alpha_saphir[href]:focus, .label-alpha_saphir.dexicon:hover, .label-alpha_saphir.dexicon:focus {
  background-color: #001d41;
}

.label-sonne {
  background-color: #fd9b3f;
}
.label-sonne,
.label-sonne a, .label-sonne:hover,
.label-sonne:hover a, .label-sonne:focus,
.label-sonne:focus a, a .label-sonne,
a .label-sonne a, a .label-sonne:hover,
a .label-sonne:hover a, a .label-sonne:focus,
a .label-sonne:focus a {
  color: #FFFFFF;
}
.label-sonne[href]:hover, .label-sonne[href]:focus, .label-sonne.dexicon:hover, .label-sonne.dexicon:focus {
  background-color: #fc810d;
}

.label-mond {
  background-color: #009cd3;
}
.label-mond,
.label-mond a, .label-mond:hover,
.label-mond:hover a, .label-mond:focus,
.label-mond:focus a, a .label-mond,
a .label-mond a, a .label-mond:hover,
a .label-mond:hover a, a .label-mond:focus,
a .label-mond:focus a {
  color: #FFFFFF;
}
.label-mond[href]:hover, .label-mond[href]:focus, .label-mond.dexicon:hover, .label-mond.dexicon:focus {
  background-color: #0076a0;
}

.label-ultrasonne {
  background-color: #e4610b;
}
.label-ultrasonne,
.label-ultrasonne a, .label-ultrasonne:hover,
.label-ultrasonne:hover a, .label-ultrasonne:focus,
.label-ultrasonne:focus a, a .label-ultrasonne,
a .label-ultrasonne a, a .label-ultrasonne:hover,
a .label-ultrasonne:hover a, a .label-ultrasonne:focus,
a .label-ultrasonne:focus a {
  color: #FFFFFF;
}
.label-ultrasonne[href]:hover, .label-ultrasonne[href]:focus, .label-ultrasonne.dexicon:hover, .label-ultrasonne.dexicon:focus {
  background-color: #b34c09;
}

.label-ultramond {
  background-color: #0574b7;
}
.label-ultramond,
.label-ultramond a, .label-ultramond:hover,
.label-ultramond:hover a, .label-ultramond:focus,
.label-ultramond:focus a, a .label-ultramond,
a .label-ultramond a, a .label-ultramond:hover,
a .label-ultramond:hover a, a .label-ultramond:focus,
a .label-ultramond:focus a {
  color: #FFFFFF;
}
.label-ultramond[href]:hover, .label-ultramond[href]:focus, .label-ultramond.dexicon:hover, .label-ultramond.dexicon:focus {
  background-color: #045585;
}

.label-lets_go_pikachu {
  background-color: #443327;
}
.label-lets_go_pikachu,
.label-lets_go_pikachu a, .label-lets_go_pikachu:hover,
.label-lets_go_pikachu:hover a, .label-lets_go_pikachu:focus,
.label-lets_go_pikachu:focus a, a .label-lets_go_pikachu,
a .label-lets_go_pikachu a, a .label-lets_go_pikachu:hover,
a .label-lets_go_pikachu:hover a, a .label-lets_go_pikachu:focus,
a .label-lets_go_pikachu:focus a {
  color: #e9c227;
}
.label-lets_go_pikachu[href]:hover, .label-lets_go_pikachu[href]:focus, .label-lets_go_pikachu.dexicon:hover, .label-lets_go_pikachu.dexicon:focus {
  background-color: #241b14;
}

.label-lets_go_evoli {
  background-color: #f0ebc7;
}
.label-lets_go_evoli,
.label-lets_go_evoli a, .label-lets_go_evoli:hover,
.label-lets_go_evoli:hover a, .label-lets_go_evoli:focus,
.label-lets_go_evoli:focus a, a .label-lets_go_evoli,
a .label-lets_go_evoli a, a .label-lets_go_evoli:hover,
a .label-lets_go_evoli:hover a, a .label-lets_go_evoli:focus,
a .label-lets_go_evoli:focus a {
  color: #ab6337;
}
.label-lets_go_evoli[href]:hover, .label-lets_go_evoli[href]:focus, .label-lets_go_evoli.dexicon:hover, .label-lets_go_evoli.dexicon:focus {
  background-color: #e5dd9f;
}

.label-schild {
  background-color: #ed1165;
}
.label-schild,
.label-schild a, .label-schild:hover,
.label-schild:hover a, .label-schild:focus,
.label-schild:focus a, a .label-schild,
a .label-schild a, a .label-schild:hover,
a .label-schild:hover a, a .label-schild:focus,
a .label-schild:focus a {
  color: #FFFFFF;
}
.label-schild[href]:hover, .label-schild[href]:focus, .label-schild.dexicon:hover, .label-schild.dexicon:focus {
  background-color: #bd0e51;
}

.label-schwert {
  background-color: #00aeef;
}
.label-schwert,
.label-schwert a, .label-schwert:hover,
.label-schwert:hover a, .label-schwert:focus,
.label-schwert:focus a, a .label-schwert,
a .label-schwert a, a .label-schwert:hover,
a .label-schwert:hover a, a .label-schwert:focus,
a .label-schwert:focus a {
  color: #FFFFFF;
}
.label-schwert[href]:hover, .label-schwert[href]:focus, .label-schwert.dexicon:hover, .label-schwert.dexicon:focus {
  background-color: #0089bc;
}

.label-ri {
  background-color: #f3b52e;
}
.label-ri,
.label-ri a, .label-ri:hover,
.label-ri:hover a, .label-ri:focus,
.label-ri:focus a, a .label-ri,
a .label-ri a, a .label-ri:hover,
a .label-ri:hover a, a .label-ri:focus,
a .label-ri:focus a {
  color: #FFFFFF;
}
.label-ri[href]:hover, .label-ri[href]:focus, .label-ri.dexicon:hover, .label-ri.dexicon:focus {
  background-color: #e19e0d;
}

.label-ks {
  background-color: #009b89;
}
.label-ks,
.label-ks a, .label-ks:hover,
.label-ks:hover a, .label-ks:focus,
.label-ks:focus a, a .label-ks,
a .label-ks a, a .label-ks:hover,
a .label-ks:hover a, a .label-ks:focus,
a .label-ks:focus a {
  color: #FFFFFF;
}
.label-ks[href]:hover, .label-ks[href]:focus, .label-ks.dexicon:hover, .label-ks.dexicon:focus {
  background-color: #00685c;
}

.label-sd {
  background-color: #00a1e1;
}
.label-sd,
.label-sd a, .label-sd:hover,
.label-sd:hover a, .label-sd:focus,
.label-sd:focus a, a .label-sd,
a .label-sd a, a .label-sd:hover,
a .label-sd:hover a, a .label-sd:focus,
a .label-sd:focus a {
  color: #FFFFFF;
}
.label-sd[href]:hover, .label-sd[href]:focus, .label-sd.dexicon:hover, .label-sd.dexicon:focus {
  background-color: #007dae;
}

.label-lp {
  background-color: #652a7e;
}
.label-lp,
.label-lp a, .label-lp:hover,
.label-lp:hover a, .label-lp:focus,
.label-lp:focus a, a .label-lp,
a .label-lp a, a .label-lp:hover,
a .label-lp:hover a, a .label-lp:focus,
a .label-lp:focus a {
  color: #FFFFFF;
}
.label-lp[href]:hover, .label-lp[href]:focus, .label-lp.dexicon:hover, .label-lp.dexicon:focus {
  background-color: #461d58;
}

.label-la {
  background-color: #4ab4ba;
  background-image: -webkit-linear-gradient(top, #029cdc 50%, #92cc98 50%);
  background-image: -o-linear-gradient(top, #029cdc 50%, #92cc98 50%);
  background-image: linear-gradient(to bottom, #029cdc 50%, #92cc98 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF029CDC", endColorstr="#FF92CC98", GradientType=0);
  background-repeat: repeat-x;
  color: #000000;
}
.label-la,
.label-la a, .label-la:hover,
.label-la:hover a, .label-la:focus,
.label-la:focus a, a .label-la,
a .label-la a, a .label-la:hover,
a .label-la:hover a, a .label-la:focus,
a .label-la:focus a {
  color: #FFFFFF;
}
.label-la[href]:hover, .label-la[href]:focus, .label-la.dexicon:hover, .label-la.dexicon:focus {
  background-color: #3a9297;
  background-image: -webkit-linear-gradient(top, #0278a9 50%, #6fbc77 50%);
  background-image: -o-linear-gradient(top, #0278a9 50%, #6fbc77 50%);
  background-image: linear-gradient(to bottom, #0278a9 50%, #6fbc77 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF0278A9", endColorstr="#FF6FBC77", GradientType=0);
  background-repeat: repeat-x;
}

.label-karmesin {
  background-color: #9e2a22;
}
.label-karmesin,
.label-karmesin a, .label-karmesin:hover,
.label-karmesin:hover a, .label-karmesin:focus,
.label-karmesin:focus a, a .label-karmesin,
a .label-karmesin a, a .label-karmesin:hover,
a .label-karmesin:hover a, a .label-karmesin:focus,
a .label-karmesin:focus a {
  color: #FFFFFF;
}
.label-karmesin[href]:hover, .label-karmesin[href]:focus, .label-karmesin.dexicon:hover, .label-karmesin.dexicon:focus {
  background-color: #741f19;
}

.label-purpur {
  background-color: #552277;
}
.label-purpur,
.label-purpur a, .label-purpur:hover,
.label-purpur:hover a, .label-purpur:focus,
.label-purpur:focus a, a .label-purpur,
a .label-purpur a, a .label-purpur:hover,
a .label-purpur:hover a, a .label-purpur:focus,
a .label-purpur:focus a {
  color: #FFFFFF;
}
.label-purpur[href]:hover, .label-purpur[href]:focus, .label-purpur.dexicon:hover, .label-purpur.dexicon:focus {
  background-color: #39174f;
}

.label-tm {
  background-color: #02a39b;
}
.label-tm,
.label-tm a, .label-tm:hover,
.label-tm:hover a, .label-tm:focus,
.label-tm:focus a, a .label-tm,
a .label-tm a, a .label-tm:hover,
a .label-tm:hover a, a .label-tm:focus,
a .label-tm:focus a {
  color: #FFFFFF;
}
.label-tm[href]:hover, .label-tm[href]:focus, .label-tm.dexicon:hover, .label-tm.dexicon:focus {
  background-color: #01716b;
}

.label-is {
  background-color: #094463;
}
.label-is,
.label-is a, .label-is:hover,
.label-is:hover a, .label-is:focus,
.label-is:focus a, a .label-is,
a .label-is a, a .label-is:hover,
a .label-is:hover a, a .label-is:focus,
a .label-is:focus a {
  color: #FFFFFF;
}
.label-is[href]:hover, .label-is[href]:focus, .label-is.dexicon:hover, .label-is.dexicon:focus {
  background-color: #052434;
}

.label-mm {
  background-color: #a805f2;
}
.label-mm,
.label-mm a, .label-mm:hover,
.label-mm:hover a, .label-mm:focus,
.label-mm:focus a, a .label-mm,
a .label-mm a, a .label-mm:hover,
a .label-mm:hover a, a .label-mm:focus,
a .label-mm:focus a {
  color: #FFFFFF;
}
.label-mm[href]:hover, .label-mm[href]:focus, .label-mm.dexicon:hover, .label-mm.dexicon:focus {
  background-color: #8504c0;
}

.label-home {
  background-color: #11a5a7;
}
.label-home,
.label-home a, .label-home:hover,
.label-home:hover a, .label-home:focus,
.label-home:focus a, a .label-home,
a .label-home a, a .label-home:hover,
a .label-home:hover a, a .label-home:focus,
a .label-home:focus a {
  color: #FFFFFF;
}
.label-home[href]:hover, .label-home[href]:focus, .label-home.dexicon:hover, .label-home.dexicon:focus {
  background-color: #0c7779;
}

.label-stadium {
  background-color: #dbedc5;
}
.label-stadium,
.label-stadium a, .label-stadium:hover,
.label-stadium:hover a, .label-stadium:focus,
.label-stadium:focus a, a .label-stadium,
a .label-stadium a, a .label-stadium:hover,
a .label-stadium:hover a, a .label-stadium:focus,
a .label-stadium:focus a {
  color: #ff3628;
}
.label-stadium[href]:hover, .label-stadium[href]:focus, .label-stadium.dexicon:hover, .label-stadium.dexicon:focus {
  background-color: #c3e19e;
}

.label-stadium2 {
  background-color: #afb280;
  background-image: -webkit-linear-gradient(top, #9b9021 50%, #c3d4de 50%);
  background-image: -o-linear-gradient(top, #9b9021 50%, #c3d4de 50%);
  background-image: linear-gradient(to bottom, #9b9021 50%, #c3d4de 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF9B9021", endColorstr="#FFC3D4DE", GradientType=0);
  background-repeat: repeat-x;
}
.label-stadium2,
.label-stadium2 a, .label-stadium2:hover,
.label-stadium2:hover a, .label-stadium2:focus,
.label-stadium2:focus a, a .label-stadium2,
a .label-stadium2 a, a .label-stadium2:hover,
a .label-stadium2:hover a, a .label-stadium2:focus,
a .label-stadium2:focus a {
  color: #FFFFFF;
}
.label-stadium2[href]:hover, .label-stadium2[href]:focus, .label-stadium2.dexicon:hover, .label-stadium2.dexicon:focus {
  background-color: #9b9f60;
  background-image: -webkit-linear-gradient(top, #716918 50%, #a2bccc 50%);
  background-image: -o-linear-gradient(top, #716918 50%, #a2bccc 50%);
  background-image: linear-gradient(to bottom, #716918 50%, #a2bccc 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF716918", endColorstr="#FFA2BCCC", GradientType=0);
  background-repeat: repeat-x;
}

.label-colosseum {
  background-color: #a5845b;
  background-image: -webkit-linear-gradient(top, #d4b282 50%, #765534 50%);
  background-image: -o-linear-gradient(top, #d4b282 50%, #765534 50%);
  background-image: linear-gradient(to bottom, #d4b282 50%, #765534 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFD4B282", endColorstr="#FF765534", GradientType=0);
  background-repeat: repeat-x;
  text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000;
}
.label-colosseum,
.label-colosseum a, .label-colosseum:hover,
.label-colosseum:hover a, .label-colosseum:focus,
.label-colosseum:focus a, a .label-colosseum,
a .label-colosseum a, a .label-colosseum:hover,
a .label-colosseum:hover a, a .label-colosseum:focus,
a .label-colosseum:focus a {
  color: #ec1303;
}
.label-colosseum[href]:hover, .label-colosseum[href]:focus, .label-colosseum.dexicon:hover, .label-colosseum.dexicon:focus {
  background-color: #846a49;
  background-image: -webkit-linear-gradient(top, #c79b5c 50%, #533c24 50%);
  background-image: -o-linear-gradient(top, #c79b5c 50%, #533c24 50%);
  background-image: linear-gradient(to bottom, #c79b5c 50%, #533c24 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFC79B5C", endColorstr="#FF533C24", GradientType=0);
  background-repeat: repeat-x;
}

.label-xd {
  background-color: #2c5094;
  background-image: -webkit-linear-gradient(top, #1e367c 50%, #396aac 50%);
  background-image: -o-linear-gradient(top, #1e367c 50%, #396aac 50%);
  background-image: linear-gradient(to bottom, #1e367c 50%, #396aac 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF1E367C", endColorstr="#FF396AAC", GradientType=0);
  background-repeat: repeat-x;
  text-shadow: -1px 0 #d8050e, 0 1px #d8050e, 1px 0 #d8050e, 0 -1px #d8050e;
}
.label-xd,
.label-xd a, .label-xd:hover,
.label-xd:hover a, .label-xd:focus,
.label-xd:focus a, a .label-xd,
a .label-xd a, a .label-xd:hover,
a .label-xd:hover a, a .label-xd:focus,
a .label-xd:focus a {
  color: #0b000e;
}
.label-xd[href]:hover, .label-xd[href]:focus, .label-xd.dexicon:hover, .label-xd.dexicon:focus {
  background-color: #203b6d;
  background-image: -webkit-linear-gradient(top, #142453 50%, #2c5286 50%);
  background-image: -o-linear-gradient(top, #142453 50%, #2c5286 50%);
  background-image: linear-gradient(to bottom, #142453 50%, #2c5286 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF142453", endColorstr="#FF2C5286", GradientType=0);
  background-repeat: repeat-x;
}

.label-battle_revolution {
  background-color: #5571a2;
  background-image: -webkit-linear-gradient(top, #0099cf 50%, #a94875 50%);
  background-image: -o-linear-gradient(top, #0099cf 50%, #a94875 50%);
  background-image: linear-gradient(to bottom, #0099cf 50%, #a94875 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF0099CF", endColorstr="#FFA94875", GradientType=0);
  background-repeat: repeat-x;
}
.label-battle_revolution,
.label-battle_revolution a, .label-battle_revolution:hover,
.label-battle_revolution:hover a, .label-battle_revolution:focus,
.label-battle_revolution:focus a, a .label-battle_revolution,
a .label-battle_revolution a, a .label-battle_revolution:hover,
a .label-battle_revolution:hover a, a .label-battle_revolution:focus,
a .label-battle_revolution:focus a {
  color: #FFFFFF;
}
.label-battle_revolution[href]:hover, .label-battle_revolution[href]:focus, .label-battle_revolution.dexicon:hover, .label-battle_revolution.dexicon:focus {
  background-color: #435a81;
  background-image: -webkit-linear-gradient(top, #00739c 50%, #85395c 50%);
  background-image: -o-linear-gradient(top, #00739c 50%, #85395c 50%);
  background-image: linear-gradient(to bottom, #00739c 50%, #85395c 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF00739C", endColorstr="#FF85395C", GradientType=0);
  background-repeat: repeat-x;
}

.label-team_rot {
  background-color: #bf5a62;
}
.label-team_rot,
.label-team_rot a, .label-team_rot:hover,
.label-team_rot:hover a, .label-team_rot:focus,
.label-team_rot:focus a, a .label-team_rot,
a .label-team_rot a, a .label-team_rot:hover,
a .label-team_rot:hover a, a .label-team_rot:focus,
a .label-team_rot:focus a {
  color: #FFFFFF;
}
.label-team_rot[href]:hover, .label-team_rot[href]:focus, .label-team_rot.dexicon:hover, .label-team_rot.dexicon:focus {
  background-color: #a64048;
}

.label-team_blau {
  background-color: #7184a4;
}
.label-team_blau,
.label-team_blau a, .label-team_blau:hover,
.label-team_blau:hover a, .label-team_blau:focus,
.label-team_blau:focus a, a .label-team_blau,
a .label-team_blau a, a .label-team_blau:hover,
a .label-team_blau:hover a, a .label-team_blau:focus,
a .label-team_blau:focus a {
  color: #FFFFFF;
}
.label-team_blau[href]:hover, .label-team_blau[href]:focus, .label-team_blau.dexicon:hover, .label-team_blau.dexicon:focus {
  background-color: #586b8a;
}

.label-erkundungsteam_zeit {
  background-color: #489794;
}
.label-erkundungsteam_zeit,
.label-erkundungsteam_zeit a, .label-erkundungsteam_zeit:hover,
.label-erkundungsteam_zeit:hover a, .label-erkundungsteam_zeit:focus,
.label-erkundungsteam_zeit:focus a, a .label-erkundungsteam_zeit,
a .label-erkundungsteam_zeit a, a .label-erkundungsteam_zeit:hover,
a .label-erkundungsteam_zeit:hover a, a .label-erkundungsteam_zeit:focus,
a .label-erkundungsteam_zeit:focus a {
  color: #FFFFFF;
}
.label-erkundungsteam_zeit[href]:hover, .label-erkundungsteam_zeit[href]:focus, .label-erkundungsteam_zeit.dexicon:hover, .label-erkundungsteam_zeit.dexicon:focus {
  background-color: #387472;
}

.label-erkundungsteam_dunkelheit {
  background-color: #e42d3f;
}
.label-erkundungsteam_dunkelheit,
.label-erkundungsteam_dunkelheit a, .label-erkundungsteam_dunkelheit:hover,
.label-erkundungsteam_dunkelheit:hover a, .label-erkundungsteam_dunkelheit:focus,
.label-erkundungsteam_dunkelheit:focus a, a .label-erkundungsteam_dunkelheit,
a .label-erkundungsteam_dunkelheit a, a .label-erkundungsteam_dunkelheit:hover,
a .label-erkundungsteam_dunkelheit:hover a, a .label-erkundungsteam_dunkelheit:focus,
a .label-erkundungsteam_dunkelheit:focus a {
  color: #FFFFFF;
}
.label-erkundungsteam_dunkelheit[href]:hover, .label-erkundungsteam_dunkelheit[href]:focus, .label-erkundungsteam_dunkelheit.dexicon:hover, .label-erkundungsteam_dunkelheit.dexicon:focus {
  background-color: #c5192a;
}

.label-erkundungsteam_himmel {
  background-color: #4fb5e6;
}
.label-erkundungsteam_himmel,
.label-erkundungsteam_himmel a, .label-erkundungsteam_himmel:hover,
.label-erkundungsteam_himmel:hover a, .label-erkundungsteam_himmel:focus,
.label-erkundungsteam_himmel:focus a, a .label-erkundungsteam_himmel,
a .label-erkundungsteam_himmel a, a .label-erkundungsteam_himmel:hover,
a .label-erkundungsteam_himmel:hover a, a .label-erkundungsteam_himmel:focus,
a .label-erkundungsteam_himmel:focus a {
  color: #FFFFFF;
}
.label-erkundungsteam_himmel[href]:hover, .label-erkundungsteam_himmel[href]:focus, .label-erkundungsteam_himmel.dexicon:hover, .label-erkundungsteam_himmel.dexicon:focus {
  background-color: #22a2e0;
}

.label-portale {
  background-color: #89cae6;
}
.label-portale,
.label-portale a, .label-portale:hover,
.label-portale:hover a, .label-portale:focus,
.label-portale:focus a, a .label-portale,
a .label-portale a, a .label-portale:hover,
a .label-portale:hover a, a .label-portale:focus,
a .label-portale:focus a {
  color: #FFFFFF;
}
.label-portale[href]:hover, .label-portale[href]:focus, .label-portale.dexicon:hover, .label-portale.dexicon:focus {
  background-color: #5fb7dd;
}

.label-snap {
  background-color: #fff;
  border: 1px solid #000;
}
.label-snap,
.label-snap a, .label-snap:hover,
.label-snap:hover a, .label-snap:focus,
.label-snap:focus a, a .label-snap,
a .label-snap a, a .label-snap:hover,
a .label-snap:hover a, a .label-snap:focus,
a .label-snap:focus a {
  color: #ff0000;
}
.label-snap[href]:hover, .label-snap[href]:focus, .label-snap.dexicon:hover, .label-snap.dexicon:focus {
  background-color: #e6e6e6;
}

.label-new-snap {
  background-color: #5d3324;
  background-image: -webkit-linear-gradient(top, #5d3324 50%, #5d3324 50%);
  background-image: -o-linear-gradient(top, #5d3324 50%, #5d3324 50%);
  background-image: linear-gradient(to bottom, #5d3324 50%, #5d3324 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF5D3324", endColorstr="#FF5D3324", GradientType=0);
  background-repeat: repeat-x;
}
.label-new-snap,
.label-new-snap a, .label-new-snap:hover,
.label-new-snap:hover a, .label-new-snap:focus,
.label-new-snap:focus a, a .label-new-snap,
a .label-new-snap a, a .label-new-snap:hover,
a .label-new-snap:hover a, a .label-new-snap:focus,
a .label-new-snap:focus a {
  color: #e6742e;
}
.label-new-snap[href]:hover, .label-new-snap[href]:focus, .label-new-snap.dexicon:hover, .label-new-snap.dexicon:focus {
  background-color: #381f16;
  background-image: -webkit-linear-gradient(top, #381f16 50%, #381f16 50%);
  background-image: -o-linear-gradient(top, #381f16 50%, #381f16 50%);
  background-image: linear-gradient(to bottom, #381f16 50%, #381f16 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF381F16", endColorstr="#FF381F16", GradientType=0);
  background-repeat: repeat-x;
}

.label-ranger1 {
  background-color: #0080ba;
}
.label-ranger1,
.label-ranger1 a, .label-ranger1:hover,
.label-ranger1:hover a, .label-ranger1:focus,
.label-ranger1:focus a, a .label-ranger1,
a .label-ranger1 a, a .label-ranger1:hover,
a .label-ranger1:hover a, a .label-ranger1:focus,
a .label-ranger1:focus a {
  color: #FFFFFF;
}
.label-ranger1[href]:hover, .label-ranger1[href]:focus, .label-ranger1.dexicon:hover, .label-ranger1.dexicon:focus {
  background-color: #005d87;
}

.label-ranger2 {
  background-color: #f15626;
}
.label-ranger2,
.label-ranger2 a, .label-ranger2:hover,
.label-ranger2:hover a, .label-ranger2:focus,
.label-ranger2:focus a, a .label-ranger2,
a .label-ranger2 a, a .label-ranger2:hover,
a .label-ranger2:hover a, a .label-ranger2:focus,
a .label-ranger2:focus a {
  color: #FFFFFF;
}
.label-ranger2[href]:hover, .label-ranger2[href]:focus, .label-ranger2.dexicon:hover, .label-ranger2.dexicon:focus {
  background-color: #d63d0e;
}

.label-ranger3 {
  background-color: #9dd6ea;
}
.label-ranger3,
.label-ranger3 a, .label-ranger3:hover,
.label-ranger3:hover a, .label-ranger3:focus,
.label-ranger3:focus a, a .label-ranger3,
a .label-ranger3 a, a .label-ranger3:hover,
a .label-ranger3:hover a, a .label-ranger3:focus,
a .label-ranger3:focus a {
  color: #FFFFFF;
}
.label-ranger3[href]:hover, .label-ranger3[href]:focus, .label-ranger3.dexicon:hover, .label-ranger3.dexicon:focus {
  background-color: #73c4e1;
}

.label-go {
  background-color: #50565f;
}
.label-go,
.label-go a, .label-go:hover,
.label-go:hover a, .label-go:focus,
.label-go:focus a, a .label-go,
a .label-go a, a .label-go:hover,
a .label-go:hover a, a .label-go:focus,
a .label-go:focus a {
  color: #80b4f4;
}
.label-go[href]:hover, .label-go[href]:focus, .label-go.dexicon:hover, .label-go.dexicon:focus {
  background-color: #393d43;
}

.label-shuffle {
  background-color: #fd9b3f;
}
.label-shuffle,
.label-shuffle a, .label-shuffle:hover,
.label-shuffle:hover a, .label-shuffle:focus,
.label-shuffle:focus a, a .label-shuffle,
a .label-shuffle a, a .label-shuffle:hover,
a .label-shuffle:hover a, a .label-shuffle:focus,
a .label-shuffle:focus a {
  color: #FFFFFF;
}
.label-shuffle[href]:hover, .label-shuffle[href]:focus, .label-shuffle.dexicon:hover, .label-shuffle.dexicon:focus {
  background-color: #fc810d;
}

.label-rumble {
  background-color: #026faa;
}
.label-rumble,
.label-rumble a, .label-rumble:hover,
.label-rumble:hover a, .label-rumble:focus,
.label-rumble:focus a, a .label-rumble,
a .label-rumble a, a .label-rumble:hover,
a .label-rumble:hover a, a .label-rumble:focus,
a .label-rumble:focus a {
  color: #FFFFFF;
}
.label-rumble[href]:hover, .label-rumble[href]:focus, .label-rumble.dexicon:hover, .label-rumble.dexicon:focus {
  background-color: #014e78;
}

.label-super_rumble {
  background-color: #d20000;
}
.label-super_rumble,
.label-super_rumble a, .label-super_rumble:hover,
.label-super_rumble:hover a, .label-super_rumble:focus,
.label-super_rumble:focus a, a .label-super_rumble,
a .label-super_rumble a, a .label-super_rumble:hover,
a .label-super_rumble:hover a, a .label-super_rumble:focus,
a .label-super_rumble:focus a {
  color: #FFFFFF;
}
.label-super_rumble[href]:hover, .label-super_rumble[href]:focus, .label-super_rumble.dexicon:hover, .label-super_rumble.dexicon:focus {
  background-color: #9f0000;
}

.label-rumble_u {
  background-color: #4fb5e6;
}
.label-rumble_u,
.label-rumble_u a, .label-rumble_u:hover,
.label-rumble_u:hover a, .label-rumble_u:focus,
.label-rumble_u:focus a, a .label-rumble_u,
a .label-rumble_u a, a .label-rumble_u:hover,
a .label-rumble_u:hover a, a .label-rumble_u:focus,
a .label-rumble_u:focus a {
  color: #FFFFFF;
}
.label-rumble_u[href]:hover, .label-rumble_u[href]:focus, .label-rumble_u.dexicon:hover, .label-rumble_u.dexicon:focus {
  background-color: #22a2e0;
}

.label-rumble_world {
  background-color: #8cbd0c;
}
.label-rumble_world,
.label-rumble_world a, .label-rumble_world:hover,
.label-rumble_world:hover a, .label-rumble_world:focus,
.label-rumble_world:focus a, a .label-rumble_world,
a .label-rumble_world a, a .label-rumble_world:hover,
a .label-rumble_world:hover a, a .label-rumble_world:focus,
a .label-rumble_world:focus a {
  color: #FFFFFF;
}
.label-rumble_world[href]:hover, .label-rumble_world[href]:focus, .label-rumble_world.dexicon:hover, .label-rumble_world.dexicon:focus {
  background-color: #688d09;
}

.label-rumble_rush {
  background-color: #04065f;
}
.label-rumble_rush,
.label-rumble_rush a, .label-rumble_rush:hover,
.label-rumble_rush:hover a, .label-rumble_rush:focus,
.label-rumble_rush:focus a, a .label-rumble_rush,
a .label-rumble_rush a, a .label-rumble_rush:hover,
a .label-rumble_rush:hover a, a .label-rumble_rush:focus,
a .label-rumble_rush:focus a {
  color: #FFFFFF;
}
.label-rumble_rush[href]:hover, .label-rumble_rush[href]:focus, .label-rumble_rush.dexicon:hover, .label-rumble_rush.dexicon:focus {
  background-color: #060990;
}

.label-unite {
  background-color: #b04e6d;
  background-image: -webkit-linear-gradient(top, #fb7823 50%, #6523b6 50%);
  background-image: -o-linear-gradient(top, #fb7823 50%, #6523b6 50%);
  background-image: linear-gradient(to bottom, #fb7823 50%, #6523b6 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFB7823", endColorstr="#FF6523B6", GradientType=0);
  background-repeat: repeat-x;
}
.label-unite,
.label-unite a, .label-unite:hover,
.label-unite:hover a, .label-unite:focus,
.label-unite:focus a, a .label-unite,
a .label-unite a, a .label-unite:hover,
a .label-unite:hover a, a .label-unite:focus,
a .label-unite:focus a {
  color: #FFFFFF;
}
.label-unite[href]:hover, .label-unite[href]:focus, .label-unite.dexicon:hover, .label-unite.dexicon:focus {
  background-color: #8d3e57;
  background-image: -webkit-linear-gradient(top, #e75d04 50%, #4d1b8b 50%);
  background-image: -o-linear-gradient(top, #e75d04 50%, #4d1b8b 50%);
  background-image: linear-gradient(to bottom, #e75d04 50%, #4d1b8b 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFE75D04", endColorstr="#FF4D1B8B", GradientType=0);
  background-repeat: repeat-x;
}

.label-original-series {
  background-color: #7bbe3c;
}
.label-original-series,
.label-original-series a, .label-original-series:hover,
.label-original-series:hover a, .label-original-series:focus,
.label-original-series:focus a, a .label-original-series,
a .label-original-series a, a .label-original-series:hover,
a .label-original-series:hover a, a .label-original-series:focus,
a .label-original-series:focus a {
  color: #FFFFFF;
}
.label-original-series[href]:hover, .label-original-series[href]:focus, .label-original-series.dexicon:hover, .label-original-series.dexicon:focus {
  background-color: #629730;
}

.label-advanced-generation {
  background-color: #ffb741;
}
.label-advanced-generation,
.label-advanced-generation a, .label-advanced-generation:hover,
.label-advanced-generation:hover a, .label-advanced-generation:focus,
.label-advanced-generation:focus a, a .label-advanced-generation,
a .label-advanced-generation a, a .label-advanced-generation:hover,
a .label-advanced-generation:hover a, a .label-advanced-generation:focus,
a .label-advanced-generation:focus a {
  color: #FFFFFF;
}
.label-advanced-generation[href]:hover, .label-advanced-generation[href]:focus, .label-advanced-generation.dexicon:hover, .label-advanced-generation.dexicon:focus {
  background-color: #ffa40e;
}

.label-diamond-and-pearl {
  background-color: #ff5f63;
}
.label-diamond-and-pearl,
.label-diamond-and-pearl a, .label-diamond-and-pearl:hover,
.label-diamond-and-pearl:hover a, .label-diamond-and-pearl:focus,
.label-diamond-and-pearl:focus a, a .label-diamond-and-pearl,
a .label-diamond-and-pearl a, a .label-diamond-and-pearl:hover,
a .label-diamond-and-pearl:hover a, a .label-diamond-and-pearl:focus,
a .label-diamond-and-pearl:focus a {
  color: #FFFFFF;
}
.label-diamond-and-pearl[href]:hover, .label-diamond-and-pearl[href]:focus, .label-diamond-and-pearl.dexicon:hover, .label-diamond-and-pearl.dexicon:focus {
  background-color: #ff2c31;
}

.label-best-wishes {
  background-color: #9b4c7a;
}
.label-best-wishes,
.label-best-wishes a, .label-best-wishes:hover,
.label-best-wishes:hover a, .label-best-wishes:focus,
.label-best-wishes:focus a, a .label-best-wishes,
a .label-best-wishes a, a .label-best-wishes:hover,
a .label-best-wishes:hover a, a .label-best-wishes:focus,
a .label-best-wishes:focus a {
  color: #FFFFFF;
}
.label-best-wishes[href]:hover, .label-best-wishes[href]:focus, .label-best-wishes.dexicon:hover, .label-best-wishes.dexicon:focus {
  background-color: #793b5f;
}

.label-xy {
  background-color: #00929f;
}
.label-xy,
.label-xy a, .label-xy:hover,
.label-xy:hover a, .label-xy:focus,
.label-xy:focus a, a .label-xy,
a .label-xy a, a .label-xy:hover,
a .label-xy:hover a, a .label-xy:focus,
a .label-xy:focus a {
  color: #FFFFFF;
}
.label-xy[href]:hover, .label-xy[href]:focus, .label-xy.dexicon:hover, .label-xy.dexicon:focus {
  background-color: #00636c;
}

.label-sun-moon {
  background-color: #00d4d4;
}
.label-sun-moon,
.label-sun-moon a, .label-sun-moon:hover,
.label-sun-moon:hover a, .label-sun-moon:focus,
.label-sun-moon:focus a, a .label-sun-moon,
a .label-sun-moon a, a .label-sun-moon:hover,
a .label-sun-moon:hover a, a .label-sun-moon:focus,
a .label-sun-moon:focus a {
  color: #FFFFFF;
}
.label-sun-moon[href]:hover, .label-sun-moon[href]:focus, .label-sun-moon.dexicon:hover, .label-sun-moon.dexicon:focus {
  background-color: #00a1a1;
}

.label-pocket-monsters {
  background-color: #016db9;
}
.label-pocket-monsters,
.label-pocket-monsters a, .label-pocket-monsters:hover,
.label-pocket-monsters:hover a, .label-pocket-monsters:focus,
.label-pocket-monsters:focus a, a .label-pocket-monsters,
a .label-pocket-monsters a, a .label-pocket-monsters:hover,
a .label-pocket-monsters:hover a, a .label-pocket-monsters:focus,
a .label-pocket-monsters:focus a {
  color: #FFFFFF;
}
.label-pocket-monsters[href]:hover, .label-pocket-monsters[href]:focus, .label-pocket-monsters.dexicon:hover, .label-pocket-monsters.dexicon:focus {
  background-color: #014f86;
}

.label-horizons {
  background-color: #a37cb1;
}
.label-horizons,
.label-horizons a, .label-horizons:hover,
.label-horizons:hover a, .label-horizons:focus,
.label-horizons:focus a, a .label-horizons,
a .label-horizons a, a .label-horizons:hover,
a .label-horizons:hover a, a .label-horizons:focus,
a .label-horizons:focus a {
  color: #FFFFFF;
}
.label-horizons[href]:hover, .label-horizons[href]:focus, .label-horizons.dexicon:hover, .label-horizons.dexicon:focus {
  background-color: #8c5d9d;
}

.label-crypto {
  background-color: #876496;
}
.label-crypto,
.label-crypto a, .label-crypto:hover,
.label-crypto:hover a, .label-crypto:focus,
.label-crypto:focus a, a .label-crypto,
a .label-crypto a, a .label-crypto:hover,
a .label-crypto:hover a, a .label-crypto:focus,
a .label-crypto:focus a {
  color: #FFFFFF;
}
.label-crypto[href]:hover, .label-crypto[href]:focus, .label-crypto.dexicon:hover, .label-crypto.dexicon:focus {
  background-color: #6b5077;
}

.dexicon {
  cursor: pointer;
}

.label-tcg-sv {
  background-color: #6a0318;
}
.label-tcg-sv,
.label-tcg-sv a, .label-tcg-sv:hover,
.label-tcg-sv:hover a, .label-tcg-sv:focus,
.label-tcg-sv:focus a, a .label-tcg-sv,
a .label-tcg-sv a, a .label-tcg-sv:hover,
a .label-tcg-sv:hover a, a .label-tcg-sv:focus,
a .label-tcg-sv:focus a {
  color: #FFFFFF;
}
.label-tcg-sv[href]:hover, .label-tcg-sv[href]:focus, .label-tcg-sv.dexicon:hover, .label-tcg-sv.dexicon:focus {
  background-color: #38020d;
}

.label-tcg-swsh {
  background-color: #440154;
}
.label-tcg-swsh,
.label-tcg-swsh a, .label-tcg-swsh:hover,
.label-tcg-swsh:hover a, .label-tcg-swsh:focus,
.label-tcg-swsh:focus a, a .label-tcg-swsh,
a .label-tcg-swsh a, a .label-tcg-swsh:hover,
a .label-tcg-swsh:hover a, a .label-tcg-swsh:focus,
a .label-tcg-swsh:focus a {
  color: #FFFFFF;
}
.label-tcg-swsh[href]:hover, .label-tcg-swsh[href]:focus, .label-tcg-swsh.dexicon:hover, .label-tcg-swsh.dexicon:focus {
  background-color: #6d0286;
}

.label-tcg-sm {
  background-color: #482173;
}
.label-tcg-sm,
.label-tcg-sm a, .label-tcg-sm:hover,
.label-tcg-sm:hover a, .label-tcg-sm:focus,
.label-tcg-sm:focus a, a .label-tcg-sm,
a .label-tcg-sm a, a .label-tcg-sm:hover,
a .label-tcg-sm:hover a, a .label-tcg-sm:focus,
a .label-tcg-sm:focus a {
  color: #FFFFFF;
}
.label-tcg-sm[href]:hover, .label-tcg-sm[href]:focus, .label-tcg-sm.dexicon:hover, .label-tcg-sm.dexicon:focus {
  background-color: #2f164b;
}

.label-tcg-xy {
  background-color: #433e85;
}
.label-tcg-xy,
.label-tcg-xy a, .label-tcg-xy:hover,
.label-tcg-xy:hover a, .label-tcg-xy:focus,
.label-tcg-xy:focus a, a .label-tcg-xy,
a .label-tcg-xy a, a .label-tcg-xy:hover,
a .label-tcg-xy:hover a, a .label-tcg-xy:focus,
a .label-tcg-xy:focus a {
  color: #FFFFFF;
}
.label-tcg-xy[href]:hover, .label-tcg-xy[href]:focus, .label-tcg-xy.dexicon:hover, .label-tcg-xy.dexicon:focus {
  background-color: #312e62;
}

.label-tcg-sw {
  background-color: #38588c;
}
.label-tcg-sw,
.label-tcg-sw a, .label-tcg-sw:hover,
.label-tcg-sw:hover a, .label-tcg-sw:focus,
.label-tcg-sw:focus a, a .label-tcg-sw,
a .label-tcg-sw a, a .label-tcg-sw:hover,
a .label-tcg-sw:hover a, a .label-tcg-sw:focus,
a .label-tcg-sw:focus a {
  color: #FFFFFF;
}
.label-tcg-sw[href]:hover, .label-tcg-sw[href]:focus, .label-tcg-sw.dexicon:hover, .label-tcg-sw.dexicon:focus {
  background-color: #294168;
}

.label-tcg-hgss {
  background-color: #2d708e;
}
.label-tcg-hgss,
.label-tcg-hgss a, .label-tcg-hgss:hover,
.label-tcg-hgss:hover a, .label-tcg-hgss:focus,
.label-tcg-hgss:focus a, a .label-tcg-hgss,
a .label-tcg-hgss a, a .label-tcg-hgss:hover,
a .label-tcg-hgss:hover a, a .label-tcg-hgss:focus,
a .label-tcg-hgss:focus a {
  color: #FFFFFF;
}
.label-tcg-hgss[href]:hover, .label-tcg-hgss[href]:focus, .label-tcg-hgss.dexicon:hover, .label-tcg-hgss.dexicon:focus {
  background-color: #215167;
}

.label-tcg-platin {
  background-color: #25858e;
}
.label-tcg-platin,
.label-tcg-platin a, .label-tcg-platin:hover,
.label-tcg-platin:hover a, .label-tcg-platin:focus,
.label-tcg-platin:focus a, a .label-tcg-platin,
a .label-tcg-platin a, a .label-tcg-platin:hover,
a .label-tcg-platin:hover a, a .label-tcg-platin:focus,
a .label-tcg-platin:focus a {
  color: #FFFFFF;
}
.label-tcg-platin[href]:hover, .label-tcg-platin[href]:focus, .label-tcg-platin.dexicon:hover, .label-tcg-platin.dexicon:focus {
  background-color: #1a5f66;
}

.label-tcg-dp {
  background-color: #1e9b8a;
}
.label-tcg-dp,
.label-tcg-dp a, .label-tcg-dp:hover,
.label-tcg-dp:hover a, .label-tcg-dp:focus,
.label-tcg-dp:focus a, a .label-tcg-dp,
a .label-tcg-dp a, a .label-tcg-dp:hover,
a .label-tcg-dp:hover a, a .label-tcg-dp:focus,
a .label-tcg-dp:focus a {
  color: #FFFFFF;
}
.label-tcg-dp[href]:hover, .label-tcg-dp[href]:focus, .label-tcg-dp.dexicon:hover, .label-tcg-dp.dexicon:focus {
  background-color: #167064;
}

.label-tcg-ex {
  background-color: #2ab07f;
}
.label-tcg-ex,
.label-tcg-ex a, .label-tcg-ex:hover,
.label-tcg-ex:hover a, .label-tcg-ex:focus,
.label-tcg-ex:focus a, a .label-tcg-ex,
a .label-tcg-ex a, a .label-tcg-ex:hover,
a .label-tcg-ex:hover a, a .label-tcg-ex:focus,
a .label-tcg-ex:focus a {
  color: #FFFFFF;
}
.label-tcg-ex[href]:hover, .label-tcg-ex[href]:focus, .label-tcg-ex.dexicon:hover, .label-tcg-ex.dexicon:focus {
  background-color: #208761;
}

.label-tcg-e-card {
  background-color: #52c569;
  color: black;
}
.label-tcg-e-card,
.label-tcg-e-card a, .label-tcg-e-card:hover,
.label-tcg-e-card:hover a, .label-tcg-e-card:focus,
.label-tcg-e-card:focus a, a .label-tcg-e-card,
a .label-tcg-e-card a, a .label-tcg-e-card:hover,
a .label-tcg-e-card:hover a, a .label-tcg-e-card:focus,
a .label-tcg-e-card:focus a {
  color: #FFFFFF;
}
.label-tcg-e-card[href]:hover, .label-tcg-e-card[href]:focus, .label-tcg-e-card.dexicon:hover, .label-tcg-e-card.dexicon:focus {
  background-color: #39ab50;
}

.label-tcg-neo {
  background-color: #86d549;
  color: black;
}
.label-tcg-neo,
.label-tcg-neo a, .label-tcg-neo:hover,
.label-tcg-neo:hover a, .label-tcg-neo:focus,
.label-tcg-neo:focus a, a .label-tcg-neo,
a .label-tcg-neo a, a .label-tcg-neo:hover,
a .label-tcg-neo:hover a, a .label-tcg-neo:focus,
a .label-tcg-neo:focus a {
  color: #FFFFFF;
}
.label-tcg-neo[href]:hover, .label-tcg-neo[href]:focus, .label-tcg-neo.dexicon:hover, .label-tcg-neo.dexicon:focus {
  background-color: #6cbf2c;
}

.label-tcg-klassisch {
  background-color: #c2df23;
  color: black;
}
.label-tcg-klassisch,
.label-tcg-klassisch a, .label-tcg-klassisch:hover,
.label-tcg-klassisch:hover a, .label-tcg-klassisch:focus,
.label-tcg-klassisch:focus a, a .label-tcg-klassisch,
a .label-tcg-klassisch a, a .label-tcg-klassisch:hover,
a .label-tcg-klassisch:hover a, a .label-tcg-klassisch:focus,
a .label-tcg-klassisch:focus a {
  color: #FFFFFF;
}
.label-tcg-klassisch[href]:hover, .label-tcg-klassisch[href]:focus, .label-tcg-klassisch.dexicon:hover, .label-tcg-klassisch.dexicon:focus {
  background-color: #9db51a;
}

.label-tcg-promos-specials {
  background-color: #fde725;
  color: black;
}
.label-tcg-promos-specials,
.label-tcg-promos-specials a, .label-tcg-promos-specials:hover,
.label-tcg-promos-specials:hover a, .label-tcg-promos-specials:focus,
.label-tcg-promos-specials:focus a, a .label-tcg-promos-specials,
a .label-tcg-promos-specials a, a .label-tcg-promos-specials:hover,
a .label-tcg-promos-specials:hover a, a .label-tcg-promos-specials:focus,
a .label-tcg-promos-specials:focus a {
  color: #FFFFFF;
}
.label-tcg-promos-specials[href]:hover, .label-tcg-promos-specials[href]:focus, .label-tcg-promos-specials.dexicon:hover, .label-tcg-promos-specials.dexicon:focus {
  background-color: #edd502;
}

.btn-typ-normal {
  color: #FFFFFF;
  border-color: #a8a8a8;
  background-color: #a8a8a8;
  background-image: -webkit-linear-gradient(top, #B5B5B5 50%, #9B9B9B 50%);
  background-image: -o-linear-gradient(top, #B5B5B5 50%, #9B9B9B 50%);
  background-image: linear-gradient(to bottom, #B5B5B5 50%, #9B9B9B 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFB5B5B5", endColorstr="#FF9B9B9B", GradientType=0);
  background-repeat: repeat-x;
}
.btn-typ-normal:hover, .btn-typ-normal:focus, .btn-typ-normal.focus, .btn-typ-normal:active, .btn-typ-normal.active, .open > .dropdown-toggle .btn-typ-normal {
  color: #FFFFFF;
  background-color: #8f8f8f;
  border-color: #898989;
  background-color: #8f8f8f;
  background-image: -webkit-linear-gradient(top, #9c9c9c 50%, #828282 50%);
  background-image: -o-linear-gradient(top, #9c9c9c 50%, #828282 50%);
  background-image: linear-gradient(to bottom, #9c9c9c 50%, #828282 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF9C9C9C", endColorstr="#FF828282", GradientType=0);
  background-repeat: repeat-x;
}
.btn-typ-normal:active, .btn-typ-normal.active, .open > .dropdown-toggle .btn-typ-normal {
  background-image: none;
}
.btn-typ-normal.disabled, .btn-typ-normal.disabled:hover, .btn-typ-normal.disabled:focus, .btn-typ-normal.disabled.focus, .btn-typ-normal.disabled:active, .btn-typ-normal.disabled.active, .btn-typ-normal[disabled], .btn-typ-normal[disabled]:hover, .btn-typ-normal[disabled]:focus, .btn-typ-normal[disabled].focus, .btn-typ-normal[disabled]:active, .btn-typ-normal[disabled].active, fieldset[disabled] .btn-typ-normal, fieldset[disabled] .btn-typ-normal:hover, fieldset[disabled] .btn-typ-normal:focus, fieldset[disabled] .btn-typ-normal.focus, fieldset[disabled] .btn-typ-normal:active, fieldset[disabled] .btn-typ-normal.active {
  background-color: #a8a8a8;
  background-image: -webkit-linear-gradient(top, #B5B5B5 50%, #9B9B9B 50%);
  background-image: -o-linear-gradient(top, #B5B5B5 50%, #9B9B9B 50%);
  background-image: linear-gradient(to bottom, #B5B5B5 50%, #9B9B9B 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFB5B5B5", endColorstr="#FF9B9B9B", GradientType=0);
  background-repeat: repeat-x;
  border-color: #a8a8a8;
}
.btn-typ-normal .badge {
  color: #a8a8a8;
  background-color: #FFFFFF;
}

.btn-typ-normal-flat {
  color: #FFFFFF;
  background-color: #a8a8a8;
  border-color: #a8a8a8;
}
.btn-typ-normal-flat:focus, .btn-typ-normal-flat.focus {
  color: #FFFFFF;
  background-color: #8f8f8f;
  border-color: #686868;
}
.btn-typ-normal-flat:hover {
  color: #FFFFFF;
  background-color: #8f8f8f;
  border-color: #898989;
}
.btn-typ-normal-flat:active, .btn-typ-normal-flat.active, .open > .btn-typ-normal-flat.dropdown-toggle {
  color: #FFFFFF;
  background-color: #8f8f8f;
  background-image: none;
  border-color: #898989;
}
.btn-typ-normal-flat:active:hover, .btn-typ-normal-flat:active:focus, .btn-typ-normal-flat:active.focus, .btn-typ-normal-flat.active:hover, .btn-typ-normal-flat.active:focus, .btn-typ-normal-flat.active.focus, .open > .btn-typ-normal-flat.dropdown-toggle:hover, .open > .btn-typ-normal-flat.dropdown-toggle:focus, .open > .btn-typ-normal-flat.dropdown-toggle.focus {
  color: #FFFFFF;
  background-color: #7d7d7d;
  border-color: #686868;
}
.btn-typ-normal-flat.disabled:hover, .btn-typ-normal-flat.disabled:focus, .btn-typ-normal-flat.disabled.focus, .btn-typ-normal-flat[disabled]:hover, .btn-typ-normal-flat[disabled]:focus, .btn-typ-normal-flat[disabled].focus, fieldset[disabled] .btn-typ-normal-flat:hover, fieldset[disabled] .btn-typ-normal-flat:focus, fieldset[disabled] .btn-typ-normal-flat.focus {
  background-color: #a8a8a8;
  border-color: #a8a8a8;
}
.btn-typ-normal-flat .badge {
  color: #a8a8a8;
  background-color: #FFFFFF;
}

.btn-typ-normal,
.btn-typ-normal-flat {
  text-shadow: 0 1px 0 rgba(85, 85, 85, 0.5) !important;
}

.label-typ-normal-flat {
  background-color: #a8a8a8;
}
.label-typ-normal-flat,
.label-typ-normal-flat a, .label-typ-normal-flat:hover,
.label-typ-normal-flat:hover a, .label-typ-normal-flat:focus,
.label-typ-normal-flat:focus a, a .label-typ-normal-flat,
a .label-typ-normal-flat a, a .label-typ-normal-flat:hover,
a .label-typ-normal-flat:hover a, a .label-typ-normal-flat:focus,
a .label-typ-normal-flat:focus a {
  color: #FFF;
}
.label-typ-normal-flat[href]:hover, .label-typ-normal-flat[href]:focus, .label-typ-normal-flat.dexicon:hover, .label-typ-normal-flat.dexicon:focus {
  background-color: #8f8f8f;
}

.label-typ-normal {
  background-color: #a8a8a8;
  background-image: -webkit-linear-gradient(top, #B5B5B5 50%, #9B9B9B 50%);
  background-image: -o-linear-gradient(top, #B5B5B5 50%, #9B9B9B 50%);
  background-image: linear-gradient(to bottom, #B5B5B5 50%, #9B9B9B 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFB5B5B5", endColorstr="#FF9B9B9B", GradientType=0);
  background-repeat: repeat-x;
}
.label-typ-normal,
.label-typ-normal a, .label-typ-normal:hover,
.label-typ-normal:hover a, .label-typ-normal:focus,
.label-typ-normal:focus a, a .label-typ-normal,
a .label-typ-normal a, a .label-typ-normal:hover,
a .label-typ-normal:hover a, a .label-typ-normal:focus,
a .label-typ-normal:focus a {
  color: #FFFFFF;
}
.label-typ-normal[href]:hover, .label-typ-normal[href]:focus, .label-typ-normal.dexicon:hover, .label-typ-normal.dexicon:focus {
  background-color: #8f8f8f;
  background-image: -webkit-linear-gradient(top, #9c9c9c 50%, #828282 50%);
  background-image: -o-linear-gradient(top, #9c9c9c 50%, #828282 50%);
  background-image: linear-gradient(to bottom, #9c9c9c 50%, #828282 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF9C9C9C", endColorstr="#FF828282", GradientType=0);
  background-repeat: repeat-x;
}

.label-typ-normal,
.label-typ-normal-flat {
  text-shadow: 0 1px 0 rgba(85, 85, 85, 0.5) !important;
}

.btn-typ-pflanze {
  color: #FFFFFF;
  border-color: #369f21;
  background-color: #369f21;
  background-image: -webkit-linear-gradient(top, #3FAE28 50%, #2D9019 50%);
  background-image: -o-linear-gradient(top, #3FAE28 50%, #2D9019 50%);
  background-image: linear-gradient(to bottom, #3FAE28 50%, #2D9019 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF3FAE28", endColorstr="#FF2D9019", GradientType=0);
  background-repeat: repeat-x;
}
.btn-typ-pflanze:hover, .btn-typ-pflanze:focus, .btn-typ-pflanze.focus, .btn-typ-pflanze:active, .btn-typ-pflanze.active, .open > .dropdown-toggle .btn-typ-pflanze {
  color: #FFFFFF;
  background-color: #287518;
  border-color: #256c16;
  background-color: #287518;
  background-image: -webkit-linear-gradient(top, #30851e 50%, #1f6511 50%);
  background-image: -o-linear-gradient(top, #30851e 50%, #1f6511 50%);
  background-image: linear-gradient(to bottom, #30851e 50%, #1f6511 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF30851E", endColorstr="#FF1F6511", GradientType=0);
  background-repeat: repeat-x;
}
.btn-typ-pflanze:active, .btn-typ-pflanze.active, .open > .dropdown-toggle .btn-typ-pflanze {
  background-image: none;
}
.btn-typ-pflanze.disabled, .btn-typ-pflanze.disabled:hover, .btn-typ-pflanze.disabled:focus, .btn-typ-pflanze.disabled.focus, .btn-typ-pflanze.disabled:active, .btn-typ-pflanze.disabled.active, .btn-typ-pflanze[disabled], .btn-typ-pflanze[disabled]:hover, .btn-typ-pflanze[disabled]:focus, .btn-typ-pflanze[disabled].focus, .btn-typ-pflanze[disabled]:active, .btn-typ-pflanze[disabled].active, fieldset[disabled] .btn-typ-pflanze, fieldset[disabled] .btn-typ-pflanze:hover, fieldset[disabled] .btn-typ-pflanze:focus, fieldset[disabled] .btn-typ-pflanze.focus, fieldset[disabled] .btn-typ-pflanze:active, fieldset[disabled] .btn-typ-pflanze.active {
  background-color: #369f21;
  background-image: -webkit-linear-gradient(top, #3FAE28 50%, #2D9019 50%);
  background-image: -o-linear-gradient(top, #3FAE28 50%, #2D9019 50%);
  background-image: linear-gradient(to bottom, #3FAE28 50%, #2D9019 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF3FAE28", endColorstr="#FF2D9019", GradientType=0);
  background-repeat: repeat-x;
  border-color: #369f21;
}
.btn-typ-pflanze .badge {
  color: #369f21;
  background-color: #FFFFFF;
}

.btn-typ-pflanze-flat {
  color: #FFFFFF;
  background-color: #369f21;
  border-color: #369f21;
}
.btn-typ-pflanze-flat:focus, .btn-typ-pflanze-flat.focus {
  color: #FFFFFF;
  background-color: #287518;
  border-color: #12350b;
}
.btn-typ-pflanze-flat:hover {
  color: #FFFFFF;
  background-color: #287518;
  border-color: #256c16;
}
.btn-typ-pflanze-flat:active, .btn-typ-pflanze-flat.active, .open > .btn-typ-pflanze-flat.dropdown-toggle {
  color: #FFFFFF;
  background-color: #287518;
  background-image: none;
  border-color: #256c16;
}
.btn-typ-pflanze-flat:active:hover, .btn-typ-pflanze-flat:active:focus, .btn-typ-pflanze-flat:active.focus, .btn-typ-pflanze-flat.active:hover, .btn-typ-pflanze-flat.active:focus, .btn-typ-pflanze-flat.active.focus, .open > .btn-typ-pflanze-flat.dropdown-toggle:hover, .open > .btn-typ-pflanze-flat.dropdown-toggle:focus, .open > .btn-typ-pflanze-flat.dropdown-toggle.focus {
  color: #FFFFFF;
  background-color: #1e5712;
  border-color: #12350b;
}
.btn-typ-pflanze-flat.disabled:hover, .btn-typ-pflanze-flat.disabled:focus, .btn-typ-pflanze-flat.disabled.focus, .btn-typ-pflanze-flat[disabled]:hover, .btn-typ-pflanze-flat[disabled]:focus, .btn-typ-pflanze-flat[disabled].focus, fieldset[disabled] .btn-typ-pflanze-flat:hover, fieldset[disabled] .btn-typ-pflanze-flat:focus, fieldset[disabled] .btn-typ-pflanze-flat.focus {
  background-color: #369f21;
  border-color: #369f21;
}
.btn-typ-pflanze-flat .badge {
  color: #369f21;
  background-color: #FFFFFF;
}

.btn-typ-pflanze,
.btn-typ-pflanze-flat {
  text-shadow: 0 1px 0 rgba(85, 85, 85, 0.5) !important;
}

.label-typ-pflanze-flat {
  background-color: #369f21;
}
.label-typ-pflanze-flat,
.label-typ-pflanze-flat a, .label-typ-pflanze-flat:hover,
.label-typ-pflanze-flat:hover a, .label-typ-pflanze-flat:focus,
.label-typ-pflanze-flat:focus a, a .label-typ-pflanze-flat,
a .label-typ-pflanze-flat a, a .label-typ-pflanze-flat:hover,
a .label-typ-pflanze-flat:hover a, a .label-typ-pflanze-flat:focus,
a .label-typ-pflanze-flat:focus a {
  color: #FFF;
}
.label-typ-pflanze-flat[href]:hover, .label-typ-pflanze-flat[href]:focus, .label-typ-pflanze-flat.dexicon:hover, .label-typ-pflanze-flat.dexicon:focus {
  background-color: #287518;
}

.label-typ-pflanze {
  background-color: #369f21;
  background-image: -webkit-linear-gradient(top, #3FAE28 50%, #2D9019 50%);
  background-image: -o-linear-gradient(top, #3FAE28 50%, #2D9019 50%);
  background-image: linear-gradient(to bottom, #3FAE28 50%, #2D9019 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF3FAE28", endColorstr="#FF2D9019", GradientType=0);
  background-repeat: repeat-x;
}
.label-typ-pflanze,
.label-typ-pflanze a, .label-typ-pflanze:hover,
.label-typ-pflanze:hover a, .label-typ-pflanze:focus,
.label-typ-pflanze:focus a, a .label-typ-pflanze,
a .label-typ-pflanze a, a .label-typ-pflanze:hover,
a .label-typ-pflanze:hover a, a .label-typ-pflanze:focus,
a .label-typ-pflanze:focus a {
  color: #FFFFFF;
}
.label-typ-pflanze[href]:hover, .label-typ-pflanze[href]:focus, .label-typ-pflanze.dexicon:hover, .label-typ-pflanze.dexicon:focus {
  background-color: #287518;
  background-image: -webkit-linear-gradient(top, #30851e 50%, #1f6511 50%);
  background-image: -o-linear-gradient(top, #30851e 50%, #1f6511 50%);
  background-image: linear-gradient(to bottom, #30851e 50%, #1f6511 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF30851E", endColorstr="#FF1F6511", GradientType=0);
  background-repeat: repeat-x;
}

.label-typ-pflanze,
.label-typ-pflanze-flat {
  text-shadow: 0 1px 0 rgba(85, 85, 85, 0.5) !important;
}

.btn-typ-feuer {
  color: #FFFFFF;
  border-color: #da2a12;
  background-color: #da2a12;
  background-image: -webkit-linear-gradient(top, #EE3C24 50%, #C61700 50%);
  background-image: -o-linear-gradient(top, #EE3C24 50%, #C61700 50%);
  background-image: linear-gradient(to bottom, #EE3C24 50%, #C61700 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEE3C24", endColorstr="#FFC61700", GradientType=0);
  background-repeat: repeat-x;
}
.btn-typ-feuer:hover, .btn-typ-feuer:focus, .btn-typ-feuer.focus, .btn-typ-feuer:active, .btn-typ-feuer.active, .open > .dropdown-toggle .btn-typ-feuer {
  color: #FFFFFF;
  background-color: #ab210e;
  border-color: #a11f0d;
  background-color: #ab210e;
  background-image: -webkit-linear-gradient(top, #cf2710 50%, #931100 50%);
  background-image: -o-linear-gradient(top, #cf2710 50%, #931100 50%);
  background-image: linear-gradient(to bottom, #cf2710 50%, #931100 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFCF2710", endColorstr="#FF931100", GradientType=0);
  background-repeat: repeat-x;
}
.btn-typ-feuer:active, .btn-typ-feuer.active, .open > .dropdown-toggle .btn-typ-feuer {
  background-image: none;
}
.btn-typ-feuer.disabled, .btn-typ-feuer.disabled:hover, .btn-typ-feuer.disabled:focus, .btn-typ-feuer.disabled.focus, .btn-typ-feuer.disabled:active, .btn-typ-feuer.disabled.active, .btn-typ-feuer[disabled], .btn-typ-feuer[disabled]:hover, .btn-typ-feuer[disabled]:focus, .btn-typ-feuer[disabled].focus, .btn-typ-feuer[disabled]:active, .btn-typ-feuer[disabled].active, fieldset[disabled] .btn-typ-feuer, fieldset[disabled] .btn-typ-feuer:hover, fieldset[disabled] .btn-typ-feuer:focus, fieldset[disabled] .btn-typ-feuer.focus, fieldset[disabled] .btn-typ-feuer:active, fieldset[disabled] .btn-typ-feuer.active {
  background-color: #da2a12;
  background-image: -webkit-linear-gradient(top, #EE3C24 50%, #C61700 50%);
  background-image: -o-linear-gradient(top, #EE3C24 50%, #C61700 50%);
  background-image: linear-gradient(to bottom, #EE3C24 50%, #C61700 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEE3C24", endColorstr="#FFC61700", GradientType=0);
  background-repeat: repeat-x;
  border-color: #da2a12;
}
.btn-typ-feuer .badge {
  color: #da2a12;
  background-color: #FFFFFF;
}

.btn-typ-feuer-flat {
  color: #FFFFFF;
  background-color: #da2a12;
  border-color: #da2a12;
}
.btn-typ-feuer-flat:focus, .btn-typ-feuer-flat.focus {
  color: #FFFFFF;
  background-color: #ab210e;
  border-color: #641308;
}
.btn-typ-feuer-flat:hover {
  color: #FFFFFF;
  background-color: #ab210e;
  border-color: #a11f0d;
}
.btn-typ-feuer-flat:active, .btn-typ-feuer-flat.active, .open > .btn-typ-feuer-flat.dropdown-toggle {
  color: #FFFFFF;
  background-color: #ab210e;
  background-image: none;
  border-color: #a11f0d;
}
.btn-typ-feuer-flat:active:hover, .btn-typ-feuer-flat:active:focus, .btn-typ-feuer-flat:active.focus, .btn-typ-feuer-flat.active:hover, .btn-typ-feuer-flat.active:focus, .btn-typ-feuer-flat.active.focus, .open > .btn-typ-feuer-flat.dropdown-toggle:hover, .open > .btn-typ-feuer-flat.dropdown-toggle:focus, .open > .btn-typ-feuer-flat.dropdown-toggle.focus {
  color: #FFFFFF;
  background-color: #8a1b0b;
  border-color: #641308;
}
.btn-typ-feuer-flat.disabled:hover, .btn-typ-feuer-flat.disabled:focus, .btn-typ-feuer-flat.disabled.focus, .btn-typ-feuer-flat[disabled]:hover, .btn-typ-feuer-flat[disabled]:focus, .btn-typ-feuer-flat[disabled].focus, fieldset[disabled] .btn-typ-feuer-flat:hover, fieldset[disabled] .btn-typ-feuer-flat:focus, fieldset[disabled] .btn-typ-feuer-flat.focus {
  background-color: #da2a12;
  border-color: #da2a12;
}
.btn-typ-feuer-flat .badge {
  color: #da2a12;
  background-color: #FFFFFF;
}

.btn-typ-feuer,
.btn-typ-feuer-flat {
  text-shadow: 0 1px 0 rgba(85, 85, 85, 0.5) !important;
}

.label-typ-feuer-flat {
  background-color: #da2a12;
}
.label-typ-feuer-flat,
.label-typ-feuer-flat a, .label-typ-feuer-flat:hover,
.label-typ-feuer-flat:hover a, .label-typ-feuer-flat:focus,
.label-typ-feuer-flat:focus a, a .label-typ-feuer-flat,
a .label-typ-feuer-flat a, a .label-typ-feuer-flat:hover,
a .label-typ-feuer-flat:hover a, a .label-typ-feuer-flat:focus,
a .label-typ-feuer-flat:focus a {
  color: #FFF;
}
.label-typ-feuer-flat[href]:hover, .label-typ-feuer-flat[href]:focus, .label-typ-feuer-flat.dexicon:hover, .label-typ-feuer-flat.dexicon:focus {
  background-color: #ab210e;
}

.label-typ-feuer {
  background-color: #da2a12;
  background-image: -webkit-linear-gradient(top, #EE3C24 50%, #C61700 50%);
  background-image: -o-linear-gradient(top, #EE3C24 50%, #C61700 50%);
  background-image: linear-gradient(to bottom, #EE3C24 50%, #C61700 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEE3C24", endColorstr="#FFC61700", GradientType=0);
  background-repeat: repeat-x;
}
.label-typ-feuer,
.label-typ-feuer a, .label-typ-feuer:hover,
.label-typ-feuer:hover a, .label-typ-feuer:focus,
.label-typ-feuer:focus a, a .label-typ-feuer,
a .label-typ-feuer a, a .label-typ-feuer:hover,
a .label-typ-feuer:hover a, a .label-typ-feuer:focus,
a .label-typ-feuer:focus a {
  color: #FFFFFF;
}
.label-typ-feuer[href]:hover, .label-typ-feuer[href]:focus, .label-typ-feuer.dexicon:hover, .label-typ-feuer.dexicon:focus {
  background-color: #ab210e;
  background-image: -webkit-linear-gradient(top, #cf2710 50%, #931100 50%);
  background-image: -o-linear-gradient(top, #cf2710 50%, #931100 50%);
  background-image: linear-gradient(to bottom, #cf2710 50%, #931100 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFCF2710", endColorstr="#FF931100", GradientType=0);
  background-repeat: repeat-x;
}

.label-typ-feuer,
.label-typ-feuer-flat {
  text-shadow: 0 1px 0 rgba(85, 85, 85, 0.5) !important;
}

.btn-typ-wasser {
  color: #FFFFFF;
  border-color: #3674d0;
  background-color: #3674d0;
  background-image: -webkit-linear-gradient(top, #4D89E3 50%, #1F5EBC 50%);
  background-image: -o-linear-gradient(top, #4D89E3 50%, #1F5EBC 50%);
  background-image: linear-gradient(to bottom, #4D89E3 50%, #1F5EBC 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF4D89E3", endColorstr="#FF1F5EBC", GradientType=0);
  background-repeat: repeat-x;
}
.btn-typ-wasser:hover, .btn-typ-wasser:focus, .btn-typ-wasser.focus, .btn-typ-wasser:active, .btn-typ-wasser.active, .open > .dropdown-toggle .btn-typ-wasser {
  color: #FFFFFF;
  background-color: #285dab;
  border-color: #2658a3;
  background-color: #285dab;
  background-image: -webkit-linear-gradient(top, #226cdb 50%, #184890 50%);
  background-image: -o-linear-gradient(top, #226cdb 50%, #184890 50%);
  background-image: linear-gradient(to bottom, #226cdb 50%, #184890 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF226CDB", endColorstr="#FF184890", GradientType=0);
  background-repeat: repeat-x;
}
.btn-typ-wasser:active, .btn-typ-wasser.active, .open > .dropdown-toggle .btn-typ-wasser {
  background-image: none;
}
.btn-typ-wasser.disabled, .btn-typ-wasser.disabled:hover, .btn-typ-wasser.disabled:focus, .btn-typ-wasser.disabled.focus, .btn-typ-wasser.disabled:active, .btn-typ-wasser.disabled.active, .btn-typ-wasser[disabled], .btn-typ-wasser[disabled]:hover, .btn-typ-wasser[disabled]:focus, .btn-typ-wasser[disabled].focus, .btn-typ-wasser[disabled]:active, .btn-typ-wasser[disabled].active, fieldset[disabled] .btn-typ-wasser, fieldset[disabled] .btn-typ-wasser:hover, fieldset[disabled] .btn-typ-wasser:focus, fieldset[disabled] .btn-typ-wasser.focus, fieldset[disabled] .btn-typ-wasser:active, fieldset[disabled] .btn-typ-wasser.active {
  background-color: #3674d0;
  background-image: -webkit-linear-gradient(top, #4D89E3 50%, #1F5EBC 50%);
  background-image: -o-linear-gradient(top, #4D89E3 50%, #1F5EBC 50%);
  background-image: linear-gradient(to bottom, #4D89E3 50%, #1F5EBC 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF4D89E3", endColorstr="#FF1F5EBC", GradientType=0);
  background-repeat: repeat-x;
  border-color: #3674d0;
}
.btn-typ-wasser .badge {
  color: #3674d0;
  background-color: #FFFFFF;
}

.btn-typ-wasser-flat {
  color: #FFFFFF;
  background-color: #3674d0;
  border-color: #3674d0;
}
.btn-typ-wasser-flat:focus, .btn-typ-wasser-flat.focus {
  color: #FFFFFF;
  background-color: #285dab;
  border-color: #193b6d;
}
.btn-typ-wasser-flat:hover {
  color: #FFFFFF;
  background-color: #285dab;
  border-color: #2658a3;
}
.btn-typ-wasser-flat:active, .btn-typ-wasser-flat.active, .open > .btn-typ-wasser-flat.dropdown-toggle {
  color: #FFFFFF;
  background-color: #285dab;
  background-image: none;
  border-color: #2658a3;
}
.btn-typ-wasser-flat:active:hover, .btn-typ-wasser-flat:active:focus, .btn-typ-wasser-flat:active.focus, .btn-typ-wasser-flat.active:hover, .btn-typ-wasser-flat.active:focus, .btn-typ-wasser-flat.active.focus, .open > .btn-typ-wasser-flat.dropdown-toggle:hover, .open > .btn-typ-wasser-flat.dropdown-toggle:focus, .open > .btn-typ-wasser-flat.dropdown-toggle.focus {
  color: #FFFFFF;
  background-color: #214d8e;
  border-color: #193b6d;
}
.btn-typ-wasser-flat.disabled:hover, .btn-typ-wasser-flat.disabled:focus, .btn-typ-wasser-flat.disabled.focus, .btn-typ-wasser-flat[disabled]:hover, .btn-typ-wasser-flat[disabled]:focus, .btn-typ-wasser-flat[disabled].focus, fieldset[disabled] .btn-typ-wasser-flat:hover, fieldset[disabled] .btn-typ-wasser-flat:focus, fieldset[disabled] .btn-typ-wasser-flat.focus {
  background-color: #3674d0;
  border-color: #3674d0;
}
.btn-typ-wasser-flat .badge {
  color: #3674d0;
  background-color: #FFFFFF;
}

.btn-typ-wasser,
.btn-typ-wasser-flat {
  text-shadow: 0 1px 0 rgba(85, 85, 85, 0.5) !important;
}

.label-typ-wasser-flat {
  background-color: #3674d0;
}
.label-typ-wasser-flat,
.label-typ-wasser-flat a, .label-typ-wasser-flat:hover,
.label-typ-wasser-flat:hover a, .label-typ-wasser-flat:focus,
.label-typ-wasser-flat:focus a, a .label-typ-wasser-flat,
a .label-typ-wasser-flat a, a .label-typ-wasser-flat:hover,
a .label-typ-wasser-flat:hover a, a .label-typ-wasser-flat:focus,
a .label-typ-wasser-flat:focus a {
  color: #FFF;
}
.label-typ-wasser-flat[href]:hover, .label-typ-wasser-flat[href]:focus, .label-typ-wasser-flat.dexicon:hover, .label-typ-wasser-flat.dexicon:focus {
  background-color: #285dab;
}

.label-typ-wasser {
  background-color: #3674d0;
  background-image: -webkit-linear-gradient(top, #4D89E3 50%, #1F5EBC 50%);
  background-image: -o-linear-gradient(top, #4D89E3 50%, #1F5EBC 50%);
  background-image: linear-gradient(to bottom, #4D89E3 50%, #1F5EBC 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF4D89E3", endColorstr="#FF1F5EBC", GradientType=0);
  background-repeat: repeat-x;
}
.label-typ-wasser,
.label-typ-wasser a, .label-typ-wasser:hover,
.label-typ-wasser:hover a, .label-typ-wasser:focus,
.label-typ-wasser:focus a, a .label-typ-wasser,
a .label-typ-wasser a, a .label-typ-wasser:hover,
a .label-typ-wasser:hover a, a .label-typ-wasser:focus,
a .label-typ-wasser:focus a {
  color: #FFFFFF;
}
.label-typ-wasser[href]:hover, .label-typ-wasser[href]:focus, .label-typ-wasser.dexicon:hover, .label-typ-wasser.dexicon:focus {
  background-color: #285dab;
  background-image: -webkit-linear-gradient(top, #226cdb 50%, #184890 50%);
  background-image: -o-linear-gradient(top, #226cdb 50%, #184890 50%);
  background-image: linear-gradient(to bottom, #226cdb 50%, #184890 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF226CDB", endColorstr="#FF184890", GradientType=0);
  background-repeat: repeat-x;
}

.label-typ-wasser,
.label-typ-wasser-flat {
  text-shadow: 0 1px 0 rgba(85, 85, 85, 0.5) !important;
}

.btn-typ-elektro {
  color: #FFFFFF;
  border-color: #ebb718;
  background-color: #ebb718;
  background-image: -webkit-linear-gradient(top, #F8C323 50%, #DEAA0D 50%);
  background-image: -o-linear-gradient(top, #F8C323 50%, #DEAA0D 50%);
  background-image: linear-gradient(to bottom, #F8C323 50%, #DEAA0D 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF8C323", endColorstr="#FFDEAA0D", GradientType=0);
  background-repeat: repeat-x;
}
.btn-typ-elektro:hover, .btn-typ-elektro:focus, .btn-typ-elektro.focus, .btn-typ-elektro:active, .btn-typ-elektro.active, .open > .dropdown-toggle .btn-typ-elektro {
  color: #FFFFFF;
  background-color: #bf9411;
  border-color: #b68d10;
  background-color: #bf9411;
  background-image: -webkit-linear-gradient(top, #e1ab07 50%, #ae850a 50%);
  background-image: -o-linear-gradient(top, #e1ab07 50%, #ae850a 50%);
  background-image: linear-gradient(to bottom, #e1ab07 50%, #ae850a 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFE1AB07", endColorstr="#FFAE850A", GradientType=0);
  background-repeat: repeat-x;
}
.btn-typ-elektro:active, .btn-typ-elektro.active, .open > .dropdown-toggle .btn-typ-elektro {
  background-image: none;
}
.btn-typ-elektro.disabled, .btn-typ-elektro.disabled:hover, .btn-typ-elektro.disabled:focus, .btn-typ-elektro.disabled.focus, .btn-typ-elektro.disabled:active, .btn-typ-elektro.disabled.active, .btn-typ-elektro[disabled], .btn-typ-elektro[disabled]:hover, .btn-typ-elektro[disabled]:focus, .btn-typ-elektro[disabled].focus, .btn-typ-elektro[disabled]:active, .btn-typ-elektro[disabled].active, fieldset[disabled] .btn-typ-elektro, fieldset[disabled] .btn-typ-elektro:hover, fieldset[disabled] .btn-typ-elektro:focus, fieldset[disabled] .btn-typ-elektro.focus, fieldset[disabled] .btn-typ-elektro:active, fieldset[disabled] .btn-typ-elektro.active {
  background-color: #ebb718;
  background-image: -webkit-linear-gradient(top, #F8C323 50%, #DEAA0D 50%);
  background-image: -o-linear-gradient(top, #F8C323 50%, #DEAA0D 50%);
  background-image: linear-gradient(to bottom, #F8C323 50%, #DEAA0D 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF8C323", endColorstr="#FFDEAA0D", GradientType=0);
  background-repeat: repeat-x;
  border-color: #ebb718;
}
.btn-typ-elektro .badge {
  color: #ebb718;
  background-color: #FFFFFF;
}

.btn-typ-elektro-flat {
  color: #FFFFFF;
  background-color: #ebb718;
  border-color: #ebb718;
}
.btn-typ-elektro-flat:focus, .btn-typ-elektro-flat.focus {
  color: #FFFFFF;
  background-color: #bf9411;
  border-color: #795e0a;
}
.btn-typ-elektro-flat:hover {
  color: #FFFFFF;
  background-color: #bf9411;
  border-color: #b68d10;
}
.btn-typ-elektro-flat:active, .btn-typ-elektro-flat.active, .open > .btn-typ-elektro-flat.dropdown-toggle {
  color: #FFFFFF;
  background-color: #bf9411;
  background-image: none;
  border-color: #b68d10;
}
.btn-typ-elektro-flat:active:hover, .btn-typ-elektro-flat:active:focus, .btn-typ-elektro-flat:active.focus, .btn-typ-elektro-flat.active:hover, .btn-typ-elektro-flat.active:focus, .btn-typ-elektro-flat.active.focus, .open > .btn-typ-elektro-flat.dropdown-toggle:hover, .open > .btn-typ-elektro-flat.dropdown-toggle:focus, .open > .btn-typ-elektro-flat.dropdown-toggle.focus {
  color: #FFFFFF;
  background-color: #9f7b0e;
  border-color: #795e0a;
}
.btn-typ-elektro-flat.disabled:hover, .btn-typ-elektro-flat.disabled:focus, .btn-typ-elektro-flat.disabled.focus, .btn-typ-elektro-flat[disabled]:hover, .btn-typ-elektro-flat[disabled]:focus, .btn-typ-elektro-flat[disabled].focus, fieldset[disabled] .btn-typ-elektro-flat:hover, fieldset[disabled] .btn-typ-elektro-flat:focus, fieldset[disabled] .btn-typ-elektro-flat.focus {
  background-color: #ebb718;
  border-color: #ebb718;
}
.btn-typ-elektro-flat .badge {
  color: #ebb718;
  background-color: #FFFFFF;
}

.btn-typ-elektro,
.btn-typ-elektro-flat {
  text-shadow: 0 1px 0 rgba(85, 85, 85, 0.5) !important;
}

.label-typ-elektro-flat {
  background-color: #ebb718;
}
.label-typ-elektro-flat,
.label-typ-elektro-flat a, .label-typ-elektro-flat:hover,
.label-typ-elektro-flat:hover a, .label-typ-elektro-flat:focus,
.label-typ-elektro-flat:focus a, a .label-typ-elektro-flat,
a .label-typ-elektro-flat a, a .label-typ-elektro-flat:hover,
a .label-typ-elektro-flat:hover a, a .label-typ-elektro-flat:focus,
a .label-typ-elektro-flat:focus a {
  color: #FFF;
}
.label-typ-elektro-flat[href]:hover, .label-typ-elektro-flat[href]:focus, .label-typ-elektro-flat.dexicon:hover, .label-typ-elektro-flat.dexicon:focus {
  background-color: #bf9411;
}

.label-typ-elektro {
  background-color: #ebb718;
  background-image: -webkit-linear-gradient(top, #F8C323 50%, #DEAA0D 50%);
  background-image: -o-linear-gradient(top, #F8C323 50%, #DEAA0D 50%);
  background-image: linear-gradient(to bottom, #F8C323 50%, #DEAA0D 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF8C323", endColorstr="#FFDEAA0D", GradientType=0);
  background-repeat: repeat-x;
}
.label-typ-elektro,
.label-typ-elektro a, .label-typ-elektro:hover,
.label-typ-elektro:hover a, .label-typ-elektro:focus,
.label-typ-elektro:focus a, a .label-typ-elektro,
a .label-typ-elektro a, a .label-typ-elektro:hover,
a .label-typ-elektro:hover a, a .label-typ-elektro:focus,
a .label-typ-elektro:focus a {
  color: #FFFFFF;
}
.label-typ-elektro[href]:hover, .label-typ-elektro[href]:focus, .label-typ-elektro.dexicon:hover, .label-typ-elektro.dexicon:focus {
  background-color: #bf9411;
  background-image: -webkit-linear-gradient(top, #e1ab07 50%, #ae850a 50%);
  background-image: -o-linear-gradient(top, #e1ab07 50%, #ae850a 50%);
  background-image: linear-gradient(to bottom, #e1ab07 50%, #ae850a 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFE1AB07", endColorstr="#FFAE850A", GradientType=0);
  background-repeat: repeat-x;
}

.label-typ-elektro,
.label-typ-elektro-flat {
  text-shadow: 0 1px 0 rgba(85, 85, 85, 0.5) !important;
}

.btn-typ-kampf {
  color: #FFFFFF;
  border-color: #903e25;
  background-color: #903e25;
  background-image: -webkit-linear-gradient(top, #A74D32 50%, #792F18 50%);
  background-image: -o-linear-gradient(top, #A74D32 50%, #792F18 50%);
  background-image: linear-gradient(to bottom, #A74D32 50%, #792F18 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFA74D32", endColorstr="#FF792F18", GradientType=0);
  background-repeat: repeat-x;
}
.btn-typ-kampf:hover, .btn-typ-kampf:focus, .btn-typ-kampf.focus, .btn-typ-kampf:active, .btn-typ-kampf.active, .open > .dropdown-toggle .btn-typ-kampf {
  color: #FFFFFF;
  background-color: #672d1b;
  border-color: #5f2918;
  background-color: #672d1b;
  background-image: -webkit-linear-gradient(top, #803b26 50%, #4e1e10 50%);
  background-image: -o-linear-gradient(top, #803b26 50%, #4e1e10 50%);
  background-image: linear-gradient(to bottom, #803b26 50%, #4e1e10 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF803B26", endColorstr="#FF4E1E10", GradientType=0);
  background-repeat: repeat-x;
}
.btn-typ-kampf:active, .btn-typ-kampf.active, .open > .dropdown-toggle .btn-typ-kampf {
  background-image: none;
}
.btn-typ-kampf.disabled, .btn-typ-kampf.disabled:hover, .btn-typ-kampf.disabled:focus, .btn-typ-kampf.disabled.focus, .btn-typ-kampf.disabled:active, .btn-typ-kampf.disabled.active, .btn-typ-kampf[disabled], .btn-typ-kampf[disabled]:hover, .btn-typ-kampf[disabled]:focus, .btn-typ-kampf[disabled].focus, .btn-typ-kampf[disabled]:active, .btn-typ-kampf[disabled].active, fieldset[disabled] .btn-typ-kampf, fieldset[disabled] .btn-typ-kampf:hover, fieldset[disabled] .btn-typ-kampf:focus, fieldset[disabled] .btn-typ-kampf.focus, fieldset[disabled] .btn-typ-kampf:active, fieldset[disabled] .btn-typ-kampf.active {
  background-color: #903e25;
  background-image: -webkit-linear-gradient(top, #A74D32 50%, #792F18 50%);
  background-image: -o-linear-gradient(top, #A74D32 50%, #792F18 50%);
  background-image: linear-gradient(to bottom, #A74D32 50%, #792F18 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFA74D32", endColorstr="#FF792F18", GradientType=0);
  background-repeat: repeat-x;
  border-color: #903e25;
}
.btn-typ-kampf .badge {
  color: #903e25;
  background-color: #FFFFFF;
}

.btn-typ-kampf-flat {
  color: #FFFFFF;
  background-color: #903e25;
  border-color: #903e25;
}
.btn-typ-kampf-flat:focus, .btn-typ-kampf-flat.focus {
  color: #FFFFFF;
  background-color: #672d1b;
  border-color: #2b120b;
}
.btn-typ-kampf-flat:hover {
  color: #FFFFFF;
  background-color: #672d1b;
  border-color: #5f2918;
}
.btn-typ-kampf-flat:active, .btn-typ-kampf-flat.active, .open > .btn-typ-kampf-flat.dropdown-toggle {
  color: #FFFFFF;
  background-color: #672d1b;
  background-image: none;
  border-color: #5f2918;
}
.btn-typ-kampf-flat:active:hover, .btn-typ-kampf-flat:active:focus, .btn-typ-kampf-flat:active.focus, .btn-typ-kampf-flat.active:hover, .btn-typ-kampf-flat.active:focus, .btn-typ-kampf-flat.active.focus, .open > .btn-typ-kampf-flat.dropdown-toggle:hover, .open > .btn-typ-kampf-flat.dropdown-toggle:focus, .open > .btn-typ-kampf-flat.dropdown-toggle.focus {
  color: #FFFFFF;
  background-color: #4b2013;
  border-color: #2b120b;
}
.btn-typ-kampf-flat.disabled:hover, .btn-typ-kampf-flat.disabled:focus, .btn-typ-kampf-flat.disabled.focus, .btn-typ-kampf-flat[disabled]:hover, .btn-typ-kampf-flat[disabled]:focus, .btn-typ-kampf-flat[disabled].focus, fieldset[disabled] .btn-typ-kampf-flat:hover, fieldset[disabled] .btn-typ-kampf-flat:focus, fieldset[disabled] .btn-typ-kampf-flat.focus {
  background-color: #903e25;
  border-color: #903e25;
}
.btn-typ-kampf-flat .badge {
  color: #903e25;
  background-color: #FFFFFF;
}

.btn-typ-kampf,
.btn-typ-kampf-flat {
  text-shadow: 0 1px 0 rgba(85, 85, 85, 0.5) !important;
}

.label-typ-kampf-flat {
  background-color: #903e25;
}
.label-typ-kampf-flat,
.label-typ-kampf-flat a, .label-typ-kampf-flat:hover,
.label-typ-kampf-flat:hover a, .label-typ-kampf-flat:focus,
.label-typ-kampf-flat:focus a, a .label-typ-kampf-flat,
a .label-typ-kampf-flat a, a .label-typ-kampf-flat:hover,
a .label-typ-kampf-flat:hover a, a .label-typ-kampf-flat:focus,
a .label-typ-kampf-flat:focus a {
  color: #FFF;
}
.label-typ-kampf-flat[href]:hover, .label-typ-kampf-flat[href]:focus, .label-typ-kampf-flat.dexicon:hover, .label-typ-kampf-flat.dexicon:focus {
  background-color: #672d1b;
}

.label-typ-kampf {
  background-color: #903e25;
  background-image: -webkit-linear-gradient(top, #A74D32 50%, #792F18 50%);
  background-image: -o-linear-gradient(top, #A74D32 50%, #792F18 50%);
  background-image: linear-gradient(to bottom, #A74D32 50%, #792F18 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFA74D32", endColorstr="#FF792F18", GradientType=0);
  background-repeat: repeat-x;
}
.label-typ-kampf,
.label-typ-kampf a, .label-typ-kampf:hover,
.label-typ-kampf:hover a, .label-typ-kampf:focus,
.label-typ-kampf:focus a, a .label-typ-kampf,
a .label-typ-kampf a, a .label-typ-kampf:hover,
a .label-typ-kampf:hover a, a .label-typ-kampf:focus,
a .label-typ-kampf:focus a {
  color: #FFFFFF;
}
.label-typ-kampf[href]:hover, .label-typ-kampf[href]:focus, .label-typ-kampf.dexicon:hover, .label-typ-kampf.dexicon:focus {
  background-color: #672d1b;
  background-image: -webkit-linear-gradient(top, #803b26 50%, #4e1e10 50%);
  background-image: -o-linear-gradient(top, #803b26 50%, #4e1e10 50%);
  background-image: linear-gradient(to bottom, #803b26 50%, #4e1e10 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF803B26", endColorstr="#FF4E1E10", GradientType=0);
  background-repeat: repeat-x;
}

.label-typ-kampf,
.label-typ-kampf-flat {
  text-shadow: 0 1px 0 rgba(85, 85, 85, 0.5) !important;
}

.btn-typ-flug {
  color: #FFFFFF;
  border-color: #5aa6c6;
  background-color: #5aa6c6;
  background-image: -webkit-linear-gradient(top, #70B9D8 50%, #4392B3 50%);
  background-image: -o-linear-gradient(top, #70B9D8 50%, #4392B3 50%);
  background-image: linear-gradient(to bottom, #70B9D8 50%, #4392B3 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF70B9D8", endColorstr="#FF4392B3", GradientType=0);
  background-repeat: repeat-x;
}
.btn-typ-flug:hover, .btn-typ-flug:focus, .btn-typ-flug.focus, .btn-typ-flug:active, .btn-typ-flug.active, .open > .dropdown-toggle .btn-typ-flug {
  color: #FFFFFF;
  background-color: #3d8eb0;
  border-color: #3a88a9;
  background-color: #3d8eb0;
  background-image: -webkit-linear-gradient(top, #48a5cd 50%, #35748e 50%);
  background-image: -o-linear-gradient(top, #48a5cd 50%, #35748e 50%);
  background-image: linear-gradient(to bottom, #48a5cd 50%, #35748e 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF48A5CD", endColorstr="#FF35748E", GradientType=0);
  background-repeat: repeat-x;
}
.btn-typ-flug:active, .btn-typ-flug.active, .open > .dropdown-toggle .btn-typ-flug {
  background-image: none;
}
.btn-typ-flug.disabled, .btn-typ-flug.disabled:hover, .btn-typ-flug.disabled:focus, .btn-typ-flug.disabled.focus, .btn-typ-flug.disabled:active, .btn-typ-flug.disabled.active, .btn-typ-flug[disabled], .btn-typ-flug[disabled]:hover, .btn-typ-flug[disabled]:focus, .btn-typ-flug[disabled].focus, .btn-typ-flug[disabled]:active, .btn-typ-flug[disabled].active, fieldset[disabled] .btn-typ-flug, fieldset[disabled] .btn-typ-flug:hover, fieldset[disabled] .btn-typ-flug:focus, fieldset[disabled] .btn-typ-flug.focus, fieldset[disabled] .btn-typ-flug:active, fieldset[disabled] .btn-typ-flug.active {
  background-color: #5aa6c6;
  background-image: -webkit-linear-gradient(top, #70B9D8 50%, #4392B3 50%);
  background-image: -o-linear-gradient(top, #70B9D8 50%, #4392B3 50%);
  background-image: linear-gradient(to bottom, #70B9D8 50%, #4392B3 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF70B9D8", endColorstr="#FF4392B3", GradientType=0);
  background-repeat: repeat-x;
  border-color: #5aa6c6;
}
.btn-typ-flug .badge {
  color: #5aa6c6;
  background-color: #FFFFFF;
}

.btn-typ-flug-flat {
  color: #FFFFFF;
  background-color: #5aa6c6;
  border-color: #5aa6c6;
}
.btn-typ-flug-flat:focus, .btn-typ-flug-flat.focus {
  color: #FFFFFF;
  background-color: #3d8eb0;
  border-color: #296077;
}
.btn-typ-flug-flat:hover {
  color: #FFFFFF;
  background-color: #3d8eb0;
  border-color: #3a88a9;
}
.btn-typ-flug-flat:active, .btn-typ-flug-flat.active, .open > .btn-typ-flug-flat.dropdown-toggle {
  color: #FFFFFF;
  background-color: #3d8eb0;
  background-image: none;
  border-color: #3a88a9;
}
.btn-typ-flug-flat:active:hover, .btn-typ-flug-flat:active:focus, .btn-typ-flug-flat:active.focus, .btn-typ-flug-flat.active:hover, .btn-typ-flug-flat.active:focus, .btn-typ-flug-flat.active.focus, .open > .btn-typ-flug-flat.dropdown-toggle:hover, .open > .btn-typ-flug-flat.dropdown-toggle:focus, .open > .btn-typ-flug-flat.dropdown-toggle.focus {
  color: #FFFFFF;
  background-color: #347996;
  border-color: #296077;
}
.btn-typ-flug-flat.disabled:hover, .btn-typ-flug-flat.disabled:focus, .btn-typ-flug-flat.disabled.focus, .btn-typ-flug-flat[disabled]:hover, .btn-typ-flug-flat[disabled]:focus, .btn-typ-flug-flat[disabled].focus, fieldset[disabled] .btn-typ-flug-flat:hover, fieldset[disabled] .btn-typ-flug-flat:focus, fieldset[disabled] .btn-typ-flug-flat.focus {
  background-color: #5aa6c6;
  border-color: #5aa6c6;
}
.btn-typ-flug-flat .badge {
  color: #5aa6c6;
  background-color: #FFFFFF;
}

.btn-typ-flug,
.btn-typ-flug-flat {
  text-shadow: 0 1px 0 rgba(85, 85, 85, 0.5) !important;
}

.label-typ-flug-flat {
  background-color: #5aa6c6;
}
.label-typ-flug-flat,
.label-typ-flug-flat a, .label-typ-flug-flat:hover,
.label-typ-flug-flat:hover a, .label-typ-flug-flat:focus,
.label-typ-flug-flat:focus a, a .label-typ-flug-flat,
a .label-typ-flug-flat a, a .label-typ-flug-flat:hover,
a .label-typ-flug-flat:hover a, a .label-typ-flug-flat:focus,
a .label-typ-flug-flat:focus a {
  color: #FFF;
}
.label-typ-flug-flat[href]:hover, .label-typ-flug-flat[href]:focus, .label-typ-flug-flat.dexicon:hover, .label-typ-flug-flat.dexicon:focus {
  background-color: #3d8eb0;
}

.label-typ-flug {
  background-color: #5aa6c6;
  background-image: -webkit-linear-gradient(top, #70B9D8 50%, #4392B3 50%);
  background-image: -o-linear-gradient(top, #70B9D8 50%, #4392B3 50%);
  background-image: linear-gradient(to bottom, #70B9D8 50%, #4392B3 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF70B9D8", endColorstr="#FF4392B3", GradientType=0);
  background-repeat: repeat-x;
}
.label-typ-flug,
.label-typ-flug a, .label-typ-flug:hover,
.label-typ-flug:hover a, .label-typ-flug:focus,
.label-typ-flug:focus a, a .label-typ-flug,
a .label-typ-flug a, a .label-typ-flug:hover,
a .label-typ-flug:hover a, a .label-typ-flug:focus,
a .label-typ-flug:focus a {
  color: #FFFFFF;
}
.label-typ-flug[href]:hover, .label-typ-flug[href]:focus, .label-typ-flug.dexicon:hover, .label-typ-flug.dexicon:focus {
  background-color: #3d8eb0;
  background-image: -webkit-linear-gradient(top, #48a5cd 50%, #35748e 50%);
  background-image: -o-linear-gradient(top, #48a5cd 50%, #35748e 50%);
  background-image: linear-gradient(to bottom, #48a5cd 50%, #35748e 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF48A5CD", endColorstr="#FF35748E", GradientType=0);
  background-repeat: repeat-x;
}

.label-typ-flug,
.label-typ-flug-flat {
  text-shadow: 0 1px 0 rgba(85, 85, 85, 0.5) !important;
}

.btn-typ-gift {
  color: #FFFFFF;
  border-color: #9c4a8d;
  background-color: #9c4a8d;
  background-image: -webkit-linear-gradient(top, #B55AA5 50%, #823A75 50%);
  background-image: -o-linear-gradient(top, #B55AA5 50%, #823A75 50%);
  background-image: linear-gradient(to bottom, #B55AA5 50%, #823A75 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFB55AA5", endColorstr="#FF823A75", GradientType=0);
  background-repeat: repeat-x;
}
.btn-typ-gift:hover, .btn-typ-gift:focus, .btn-typ-gift.focus, .btn-typ-gift:active, .btn-typ-gift.active, .open > .dropdown-toggle .btn-typ-gift {
  color: #FFFFFF;
  background-color: #793a6e;
  border-color: #723667;
  background-color: #793a6e;
  background-image: -webkit-linear-gradient(top, #984489 50%, #5f2a55 50%);
  background-image: -o-linear-gradient(top, #984489 50%, #5f2a55 50%);
  background-image: linear-gradient(to bottom, #984489 50%, #5f2a55 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF984489", endColorstr="#FF5F2A55", GradientType=0);
  background-repeat: repeat-x;
}
.btn-typ-gift:active, .btn-typ-gift.active, .open > .dropdown-toggle .btn-typ-gift {
  background-image: none;
}
.btn-typ-gift.disabled, .btn-typ-gift.disabled:hover, .btn-typ-gift.disabled:focus, .btn-typ-gift.disabled.focus, .btn-typ-gift.disabled:active, .btn-typ-gift.disabled.active, .btn-typ-gift[disabled], .btn-typ-gift[disabled]:hover, .btn-typ-gift[disabled]:focus, .btn-typ-gift[disabled].focus, .btn-typ-gift[disabled]:active, .btn-typ-gift[disabled].active, fieldset[disabled] .btn-typ-gift, fieldset[disabled] .btn-typ-gift:hover, fieldset[disabled] .btn-typ-gift:focus, fieldset[disabled] .btn-typ-gift.focus, fieldset[disabled] .btn-typ-gift:active, fieldset[disabled] .btn-typ-gift.active {
  background-color: #9c4a8d;
  background-image: -webkit-linear-gradient(top, #B55AA5 50%, #823A75 50%);
  background-image: -o-linear-gradient(top, #B55AA5 50%, #823A75 50%);
  background-image: linear-gradient(to bottom, #B55AA5 50%, #823A75 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFB55AA5", endColorstr="#FF823A75", GradientType=0);
  background-repeat: repeat-x;
  border-color: #9c4a8d;
}
.btn-typ-gift .badge {
  color: #9c4a8d;
  background-color: #FFFFFF;
}

.btn-typ-gift-flat {
  color: #FFFFFF;
  background-color: #9c4a8d;
  border-color: #9c4a8d;
}
.btn-typ-gift-flat:focus, .btn-typ-gift-flat.focus {
  color: #FFFFFF;
  background-color: #793a6e;
  border-color: #46213f;
}
.btn-typ-gift-flat:hover {
  color: #FFFFFF;
  background-color: #793a6e;
  border-color: #723667;
}
.btn-typ-gift-flat:active, .btn-typ-gift-flat.active, .open > .btn-typ-gift-flat.dropdown-toggle {
  color: #FFFFFF;
  background-color: #793a6e;
  background-image: none;
  border-color: #723667;
}
.btn-typ-gift-flat:active:hover, .btn-typ-gift-flat:active:focus, .btn-typ-gift-flat:active.focus, .btn-typ-gift-flat.active:hover, .btn-typ-gift-flat.active:focus, .btn-typ-gift-flat.active.focus, .open > .btn-typ-gift-flat.dropdown-toggle:hover, .open > .btn-typ-gift-flat.dropdown-toggle:focus, .open > .btn-typ-gift-flat.dropdown-toggle.focus {
  color: #FFFFFF;
  background-color: #612e58;
  border-color: #46213f;
}
.btn-typ-gift-flat.disabled:hover, .btn-typ-gift-flat.disabled:focus, .btn-typ-gift-flat.disabled.focus, .btn-typ-gift-flat[disabled]:hover, .btn-typ-gift-flat[disabled]:focus, .btn-typ-gift-flat[disabled].focus, fieldset[disabled] .btn-typ-gift-flat:hover, fieldset[disabled] .btn-typ-gift-flat:focus, fieldset[disabled] .btn-typ-gift-flat.focus {
  background-color: #9c4a8d;
  border-color: #9c4a8d;
}
.btn-typ-gift-flat .badge {
  color: #9c4a8d;
  background-color: #FFFFFF;
}

.btn-typ-gift,
.btn-typ-gift-flat {
  text-shadow: 0 1px 0 rgba(85, 85, 85, 0.5) !important;
}

.label-typ-gift-flat {
  background-color: #9c4a8d;
}
.label-typ-gift-flat,
.label-typ-gift-flat a, .label-typ-gift-flat:hover,
.label-typ-gift-flat:hover a, .label-typ-gift-flat:focus,
.label-typ-gift-flat:focus a, a .label-typ-gift-flat,
a .label-typ-gift-flat a, a .label-typ-gift-flat:hover,
a .label-typ-gift-flat:hover a, a .label-typ-gift-flat:focus,
a .label-typ-gift-flat:focus a {
  color: #FFF;
}
.label-typ-gift-flat[href]:hover, .label-typ-gift-flat[href]:focus, .label-typ-gift-flat.dexicon:hover, .label-typ-gift-flat.dexicon:focus {
  background-color: #793a6e;
}

.label-typ-gift {
  background-color: #9c4a8d;
  background-image: -webkit-linear-gradient(top, #B55AA5 50%, #823A75 50%);
  background-image: -o-linear-gradient(top, #B55AA5 50%, #823A75 50%);
  background-image: linear-gradient(to bottom, #B55AA5 50%, #823A75 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFB55AA5", endColorstr="#FF823A75", GradientType=0);
  background-repeat: repeat-x;
}
.label-typ-gift,
.label-typ-gift a, .label-typ-gift:hover,
.label-typ-gift:hover a, .label-typ-gift:focus,
.label-typ-gift:focus a, a .label-typ-gift,
a .label-typ-gift a, a .label-typ-gift:hover,
a .label-typ-gift:hover a, a .label-typ-gift:focus,
a .label-typ-gift:focus a {
  color: #FFFFFF;
}
.label-typ-gift[href]:hover, .label-typ-gift[href]:focus, .label-typ-gift.dexicon:hover, .label-typ-gift.dexicon:focus {
  background-color: #793a6e;
  background-image: -webkit-linear-gradient(top, #984489 50%, #5f2a55 50%);
  background-image: -o-linear-gradient(top, #984489 50%, #5f2a55 50%);
  background-image: linear-gradient(to bottom, #984489 50%, #5f2a55 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF984489", endColorstr="#FF5F2A55", GradientType=0);
  background-repeat: repeat-x;
}

.label-typ-gift,
.label-typ-gift-flat {
  text-shadow: 0 1px 0 rgba(85, 85, 85, 0.5) !important;
}

.btn-typ-boden {
  color: #FFFFFF;
  border-color: #b7983f;
  background-color: #b7983f;
  background-image: -webkit-linear-gradient(top, #C7A649 50%, #A68935 50%);
  background-image: -o-linear-gradient(top, #C7A649 50%, #A68935 50%);
  background-image: linear-gradient(to bottom, #C7A649 50%, #A68935 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFC7A649", endColorstr="#FFA68935", GradientType=0);
  background-repeat: repeat-x;
}
.btn-typ-boden:hover, .btn-typ-boden:focus, .btn-typ-boden.focus, .btn-typ-boden:active, .btn-typ-boden.active, .open > .dropdown-toggle .btn-typ-boden {
  color: #FFFFFF;
  background-color: #917832;
  border-color: #89722f;
  background-color: #917832;
  background-image: -webkit-linear-gradient(top, #a98a34 50%, #7f6929 50%);
  background-image: -o-linear-gradient(top, #a98a34 50%, #7f6929 50%);
  background-image: linear-gradient(to bottom, #a98a34 50%, #7f6929 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFA98A34", endColorstr="#FF7F6929", GradientType=0);
  background-repeat: repeat-x;
}
.btn-typ-boden:active, .btn-typ-boden.active, .open > .dropdown-toggle .btn-typ-boden {
  background-image: none;
}
.btn-typ-boden.disabled, .btn-typ-boden.disabled:hover, .btn-typ-boden.disabled:focus, .btn-typ-boden.disabled.focus, .btn-typ-boden.disabled:active, .btn-typ-boden.disabled.active, .btn-typ-boden[disabled], .btn-typ-boden[disabled]:hover, .btn-typ-boden[disabled]:focus, .btn-typ-boden[disabled].focus, .btn-typ-boden[disabled]:active, .btn-typ-boden[disabled].active, fieldset[disabled] .btn-typ-boden, fieldset[disabled] .btn-typ-boden:hover, fieldset[disabled] .btn-typ-boden:focus, fieldset[disabled] .btn-typ-boden.focus, fieldset[disabled] .btn-typ-boden:active, fieldset[disabled] .btn-typ-boden.active {
  background-color: #b7983f;
  background-image: -webkit-linear-gradient(top, #C7A649 50%, #A68935 50%);
  background-image: -o-linear-gradient(top, #C7A649 50%, #A68935 50%);
  background-image: linear-gradient(to bottom, #C7A649 50%, #A68935 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFC7A649", endColorstr="#FFA68935", GradientType=0);
  background-repeat: repeat-x;
  border-color: #b7983f;
}
.btn-typ-boden .badge {
  color: #b7983f;
  background-color: #FFFFFF;
}

.btn-typ-boden-flat {
  color: #FFFFFF;
  background-color: #b7983f;
  border-color: #b7983f;
}
.btn-typ-boden-flat:focus, .btn-typ-boden-flat.focus {
  color: #FFFFFF;
  background-color: #917832;
  border-color: #58491e;
}
.btn-typ-boden-flat:hover {
  color: #FFFFFF;
  background-color: #917832;
  border-color: #89722f;
}
.btn-typ-boden-flat:active, .btn-typ-boden-flat.active, .open > .btn-typ-boden-flat.dropdown-toggle {
  color: #FFFFFF;
  background-color: #917832;
  background-image: none;
  border-color: #89722f;
}
.btn-typ-boden-flat:active:hover, .btn-typ-boden-flat:active:focus, .btn-typ-boden-flat:active.focus, .btn-typ-boden-flat.active:hover, .btn-typ-boden-flat.active:focus, .btn-typ-boden-flat.active.focus, .open > .btn-typ-boden-flat.dropdown-toggle:hover, .open > .btn-typ-boden-flat.dropdown-toggle:focus, .open > .btn-typ-boden-flat.dropdown-toggle.focus {
  color: #FFFFFF;
  background-color: #776229;
  border-color: #58491e;
}
.btn-typ-boden-flat.disabled:hover, .btn-typ-boden-flat.disabled:focus, .btn-typ-boden-flat.disabled.focus, .btn-typ-boden-flat[disabled]:hover, .btn-typ-boden-flat[disabled]:focus, .btn-typ-boden-flat[disabled].focus, fieldset[disabled] .btn-typ-boden-flat:hover, fieldset[disabled] .btn-typ-boden-flat:focus, fieldset[disabled] .btn-typ-boden-flat.focus {
  background-color: #b7983f;
  border-color: #b7983f;
}
.btn-typ-boden-flat .badge {
  color: #b7983f;
  background-color: #FFFFFF;
}

.btn-typ-boden,
.btn-typ-boden-flat {
  text-shadow: 0 1px 0 rgba(85, 85, 85, 0.5) !important;
}

.label-typ-boden-flat {
  background-color: #b7983f;
}
.label-typ-boden-flat,
.label-typ-boden-flat a, .label-typ-boden-flat:hover,
.label-typ-boden-flat:hover a, .label-typ-boden-flat:focus,
.label-typ-boden-flat:focus a, a .label-typ-boden-flat,
a .label-typ-boden-flat a, a .label-typ-boden-flat:hover,
a .label-typ-boden-flat:hover a, a .label-typ-boden-flat:focus,
a .label-typ-boden-flat:focus a {
  color: #FFF;
}
.label-typ-boden-flat[href]:hover, .label-typ-boden-flat[href]:focus, .label-typ-boden-flat.dexicon:hover, .label-typ-boden-flat.dexicon:focus {
  background-color: #917832;
}

.label-typ-boden {
  background-color: #b7983f;
  background-image: -webkit-linear-gradient(top, #C7A649 50%, #A68935 50%);
  background-image: -o-linear-gradient(top, #C7A649 50%, #A68935 50%);
  background-image: linear-gradient(to bottom, #C7A649 50%, #A68935 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFC7A649", endColorstr="#FFA68935", GradientType=0);
  background-repeat: repeat-x;
}
.label-typ-boden,
.label-typ-boden a, .label-typ-boden:hover,
.label-typ-boden:hover a, .label-typ-boden:focus,
.label-typ-boden:focus a, a .label-typ-boden,
a .label-typ-boden a, a .label-typ-boden:hover,
a .label-typ-boden:hover a, a .label-typ-boden:focus,
a .label-typ-boden:focus a {
  color: #FFFFFF;
}
.label-typ-boden[href]:hover, .label-typ-boden[href]:focus, .label-typ-boden.dexicon:hover, .label-typ-boden.dexicon:focus {
  background-color: #917832;
  background-image: -webkit-linear-gradient(top, #a98a34 50%, #7f6929 50%);
  background-image: -o-linear-gradient(top, #a98a34 50%, #7f6929 50%);
  background-image: linear-gradient(to bottom, #a98a34 50%, #7f6929 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFA98A34", endColorstr="#FF7F6929", GradientType=0);
  background-repeat: repeat-x;
}

.label-typ-boden,
.label-typ-boden-flat {
  text-shadow: 0 1px 0 rgba(85, 85, 85, 0.5) !important;
}

.btn-typ-gestein {
  color: #FFFFFF;
  border-color: #ae9952;
  background-color: #ae9952;
  background-image: -webkit-linear-gradient(top, #C3AC5F 50%, #988544 50%);
  background-image: -o-linear-gradient(top, #C3AC5F 50%, #988544 50%);
  background-image: linear-gradient(to bottom, #C3AC5F 50%, #988544 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFC3AC5F", endColorstr="#FF988544", GradientType=0);
  background-repeat: repeat-x;
}
.btn-typ-gestein:hover, .btn-typ-gestein:focus, .btn-typ-gestein.focus, .btn-typ-gestein:active, .btn-typ-gestein.active, .open > .dropdown-toggle .btn-typ-gestein {
  color: #FFFFFF;
  background-color: #8c7b41;
  border-color: #85753e;
  background-color: #8c7b41;
  background-image: -webkit-linear-gradient(top, #ae9541 50%, #756634 50%);
  background-image: -o-linear-gradient(top, #ae9541 50%, #756634 50%);
  background-image: linear-gradient(to bottom, #ae9541 50%, #756634 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFAE9541", endColorstr="#FF756634", GradientType=0);
  background-repeat: repeat-x;
}
.btn-typ-gestein:active, .btn-typ-gestein.active, .open > .dropdown-toggle .btn-typ-gestein {
  background-image: none;
}
.btn-typ-gestein.disabled, .btn-typ-gestein.disabled:hover, .btn-typ-gestein.disabled:focus, .btn-typ-gestein.disabled.focus, .btn-typ-gestein.disabled:active, .btn-typ-gestein.disabled.active, .btn-typ-gestein[disabled], .btn-typ-gestein[disabled]:hover, .btn-typ-gestein[disabled]:focus, .btn-typ-gestein[disabled].focus, .btn-typ-gestein[disabled]:active, .btn-typ-gestein[disabled].active, fieldset[disabled] .btn-typ-gestein, fieldset[disabled] .btn-typ-gestein:hover, fieldset[disabled] .btn-typ-gestein:focus, fieldset[disabled] .btn-typ-gestein.focus, fieldset[disabled] .btn-typ-gestein:active, fieldset[disabled] .btn-typ-gestein.active {
  background-color: #ae9952;
  background-image: -webkit-linear-gradient(top, #C3AC5F 50%, #988544 50%);
  background-image: -o-linear-gradient(top, #C3AC5F 50%, #988544 50%);
  background-image: linear-gradient(to bottom, #C3AC5F 50%, #988544 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFC3AC5F", endColorstr="#FF988544", GradientType=0);
  background-repeat: repeat-x;
  border-color: #ae9952;
}
.btn-typ-gestein .badge {
  color: #ae9952;
  background-color: #FFFFFF;
}

.btn-typ-gestein-flat {
  color: #FFFFFF;
  background-color: #ae9952;
  border-color: #ae9952;
}
.btn-typ-gestein-flat:focus, .btn-typ-gestein-flat.focus {
  color: #FFFFFF;
  background-color: #8c7b41;
  border-color: #584d29;
}
.btn-typ-gestein-flat:hover {
  color: #FFFFFF;
  background-color: #8c7b41;
  border-color: #85753e;
}
.btn-typ-gestein-flat:active, .btn-typ-gestein-flat.active, .open > .btn-typ-gestein-flat.dropdown-toggle {
  color: #FFFFFF;
  background-color: #8c7b41;
  background-image: none;
  border-color: #85753e;
}
.btn-typ-gestein-flat:active:hover, .btn-typ-gestein-flat:active:focus, .btn-typ-gestein-flat:active.focus, .btn-typ-gestein-flat.active:hover, .btn-typ-gestein-flat.active:focus, .btn-typ-gestein-flat.active.focus, .open > .btn-typ-gestein-flat.dropdown-toggle:hover, .open > .btn-typ-gestein-flat.dropdown-toggle:focus, .open > .btn-typ-gestein-flat.dropdown-toggle.focus {
  color: #FFFFFF;
  background-color: #736536;
  border-color: #584d29;
}
.btn-typ-gestein-flat.disabled:hover, .btn-typ-gestein-flat.disabled:focus, .btn-typ-gestein-flat.disabled.focus, .btn-typ-gestein-flat[disabled]:hover, .btn-typ-gestein-flat[disabled]:focus, .btn-typ-gestein-flat[disabled].focus, fieldset[disabled] .btn-typ-gestein-flat:hover, fieldset[disabled] .btn-typ-gestein-flat:focus, fieldset[disabled] .btn-typ-gestein-flat.focus {
  background-color: #ae9952;
  border-color: #ae9952;
}
.btn-typ-gestein-flat .badge {
  color: #ae9952;
  background-color: #FFFFFF;
}

.btn-typ-gestein,
.btn-typ-gestein-flat {
  text-shadow: 0 1px 0 rgba(85, 85, 85, 0.5) !important;
}

.label-typ-gestein-flat {
  background-color: #ae9952;
}
.label-typ-gestein-flat,
.label-typ-gestein-flat a, .label-typ-gestein-flat:hover,
.label-typ-gestein-flat:hover a, .label-typ-gestein-flat:focus,
.label-typ-gestein-flat:focus a, a .label-typ-gestein-flat,
a .label-typ-gestein-flat a, a .label-typ-gestein-flat:hover,
a .label-typ-gestein-flat:hover a, a .label-typ-gestein-flat:focus,
a .label-typ-gestein-flat:focus a {
  color: #FFF;
}
.label-typ-gestein-flat[href]:hover, .label-typ-gestein-flat[href]:focus, .label-typ-gestein-flat.dexicon:hover, .label-typ-gestein-flat.dexicon:focus {
  background-color: #8c7b41;
}

.label-typ-gestein {
  background-color: #ae9952;
  background-image: -webkit-linear-gradient(top, #C3AC5F 50%, #988544 50%);
  background-image: -o-linear-gradient(top, #C3AC5F 50%, #988544 50%);
  background-image: linear-gradient(to bottom, #C3AC5F 50%, #988544 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFC3AC5F", endColorstr="#FF988544", GradientType=0);
  background-repeat: repeat-x;
}
.label-typ-gestein,
.label-typ-gestein a, .label-typ-gestein:hover,
.label-typ-gestein:hover a, .label-typ-gestein:focus,
.label-typ-gestein:focus a, a .label-typ-gestein,
a .label-typ-gestein a, a .label-typ-gestein:hover,
a .label-typ-gestein:hover a, a .label-typ-gestein:focus,
a .label-typ-gestein:focus a {
  color: #FFFFFF;
}
.label-typ-gestein[href]:hover, .label-typ-gestein[href]:focus, .label-typ-gestein.dexicon:hover, .label-typ-gestein.dexicon:focus {
  background-color: #8c7b41;
  background-image: -webkit-linear-gradient(top, #ae9541 50%, #756634 50%);
  background-image: -o-linear-gradient(top, #ae9541 50%, #756634 50%);
  background-image: linear-gradient(to bottom, #ae9541 50%, #756634 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFAE9541", endColorstr="#FF756634", GradientType=0);
  background-repeat: repeat-x;
}

.label-typ-gestein,
.label-typ-gestein-flat {
  text-shadow: 0 1px 0 rgba(85, 85, 85, 0.5) !important;
}

.btn-typ-kaefer {
  color: #FFFFFF;
  border-color: #a2a028;
  background-color: #a2a028;
  background-image: -webkit-linear-gradient(top, #B2B02D 50%, #918F23 50%);
  background-image: -o-linear-gradient(top, #B2B02D 50%, #918F23 50%);
  background-image: linear-gradient(to bottom, #B2B02D 50%, #918F23 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFB2B02D", endColorstr="#FF918F23", GradientType=0);
  background-repeat: repeat-x;
}
.btn-typ-kaefer:hover, .btn-typ-kaefer:focus, .btn-typ-kaefer.focus, .btn-typ-kaefer:active, .btn-typ-kaefer.active, .open > .dropdown-toggle .btn-typ-kaefer {
  color: #FFFFFF;
  background-color: #79781e;
  border-color: #71701c;
  background-color: #79781e;
  background-image: -webkit-linear-gradient(top, #898823 50%, #686619 50%);
  background-image: -o-linear-gradient(top, #898823 50%, #686619 50%);
  background-image: linear-gradient(to bottom, #898823 50%, #686619 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF898823", endColorstr="#FF686619", GradientType=0);
  background-repeat: repeat-x;
}
.btn-typ-kaefer:active, .btn-typ-kaefer.active, .open > .dropdown-toggle .btn-typ-kaefer {
  background-image: none;
}
.btn-typ-kaefer.disabled, .btn-typ-kaefer.disabled:hover, .btn-typ-kaefer.disabled:focus, .btn-typ-kaefer.disabled.focus, .btn-typ-kaefer.disabled:active, .btn-typ-kaefer.disabled.active, .btn-typ-kaefer[disabled], .btn-typ-kaefer[disabled]:hover, .btn-typ-kaefer[disabled]:focus, .btn-typ-kaefer[disabled].focus, .btn-typ-kaefer[disabled]:active, .btn-typ-kaefer[disabled].active, fieldset[disabled] .btn-typ-kaefer, fieldset[disabled] .btn-typ-kaefer:hover, fieldset[disabled] .btn-typ-kaefer:focus, fieldset[disabled] .btn-typ-kaefer.focus, fieldset[disabled] .btn-typ-kaefer:active, fieldset[disabled] .btn-typ-kaefer.active {
  background-color: #a2a028;
  background-image: -webkit-linear-gradient(top, #B2B02D 50%, #918F23 50%);
  background-image: -o-linear-gradient(top, #B2B02D 50%, #918F23 50%);
  background-image: linear-gradient(to bottom, #B2B02D 50%, #918F23 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFB2B02D", endColorstr="#FF918F23", GradientType=0);
  background-repeat: repeat-x;
  border-color: #a2a028;
}
.btn-typ-kaefer .badge {
  color: #a2a028;
  background-color: #FFFFFF;
}

.btn-typ-kaefer-flat {
  color: #FFFFFF;
  background-color: #a2a028;
  border-color: #a2a028;
}
.btn-typ-kaefer-flat:focus, .btn-typ-kaefer-flat.focus {
  color: #FFFFFF;
  background-color: #79781e;
  border-color: #3c3b0f;
}
.btn-typ-kaefer-flat:hover {
  color: #FFFFFF;
  background-color: #79781e;
  border-color: #71701c;
}
.btn-typ-kaefer-flat:active, .btn-typ-kaefer-flat.active, .open > .btn-typ-kaefer-flat.dropdown-toggle {
  color: #FFFFFF;
  background-color: #79781e;
  background-image: none;
  border-color: #71701c;
}
.btn-typ-kaefer-flat:active:hover, .btn-typ-kaefer-flat:active:focus, .btn-typ-kaefer-flat:active.focus, .btn-typ-kaefer-flat.active:hover, .btn-typ-kaefer-flat.active:focus, .btn-typ-kaefer-flat.active.focus, .open > .btn-typ-kaefer-flat.dropdown-toggle:hover, .open > .btn-typ-kaefer-flat.dropdown-toggle:focus, .open > .btn-typ-kaefer-flat.dropdown-toggle.focus {
  color: #FFFFFF;
  background-color: #5c5b17;
  border-color: #3c3b0f;
}
.btn-typ-kaefer-flat.disabled:hover, .btn-typ-kaefer-flat.disabled:focus, .btn-typ-kaefer-flat.disabled.focus, .btn-typ-kaefer-flat[disabled]:hover, .btn-typ-kaefer-flat[disabled]:focus, .btn-typ-kaefer-flat[disabled].focus, fieldset[disabled] .btn-typ-kaefer-flat:hover, fieldset[disabled] .btn-typ-kaefer-flat:focus, fieldset[disabled] .btn-typ-kaefer-flat.focus {
  background-color: #a2a028;
  border-color: #a2a028;
}
.btn-typ-kaefer-flat .badge {
  color: #a2a028;
  background-color: #FFFFFF;
}

.btn-typ-kaefer,
.btn-typ-kaefer-flat {
  text-shadow: 0 1px 0 rgba(85, 85, 85, 0.5) !important;
}

.label-typ-kaefer-flat {
  background-color: #a2a028;
}
.label-typ-kaefer-flat,
.label-typ-kaefer-flat a, .label-typ-kaefer-flat:hover,
.label-typ-kaefer-flat:hover a, .label-typ-kaefer-flat:focus,
.label-typ-kaefer-flat:focus a, a .label-typ-kaefer-flat,
a .label-typ-kaefer-flat a, a .label-typ-kaefer-flat:hover,
a .label-typ-kaefer-flat:hover a, a .label-typ-kaefer-flat:focus,
a .label-typ-kaefer-flat:focus a {
  color: #FFF;
}
.label-typ-kaefer-flat[href]:hover, .label-typ-kaefer-flat[href]:focus, .label-typ-kaefer-flat.dexicon:hover, .label-typ-kaefer-flat.dexicon:focus {
  background-color: #79781e;
}

.label-typ-kaefer {
  background-color: #a2a028;
  background-image: -webkit-linear-gradient(top, #B2B02D 50%, #918F23 50%);
  background-image: -o-linear-gradient(top, #B2B02D 50%, #918F23 50%);
  background-image: linear-gradient(to bottom, #B2B02D 50%, #918F23 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFB2B02D", endColorstr="#FF918F23", GradientType=0);
  background-repeat: repeat-x;
}
.label-typ-kaefer,
.label-typ-kaefer a, .label-typ-kaefer:hover,
.label-typ-kaefer:hover a, .label-typ-kaefer:focus,
.label-typ-kaefer:focus a, a .label-typ-kaefer,
a .label-typ-kaefer a, a .label-typ-kaefer:hover,
a .label-typ-kaefer:hover a, a .label-typ-kaefer:focus,
a .label-typ-kaefer:focus a {
  color: #FFFFFF;
}
.label-typ-kaefer[href]:hover, .label-typ-kaefer[href]:focus, .label-typ-kaefer.dexicon:hover, .label-typ-kaefer.dexicon:focus {
  background-color: #79781e;
  background-image: -webkit-linear-gradient(top, #898823 50%, #686619 50%);
  background-image: -o-linear-gradient(top, #898823 50%, #686619 50%);
  background-image: linear-gradient(to bottom, #898823 50%, #686619 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF898823", endColorstr="#FF686619", GradientType=0);
  background-repeat: repeat-x;
}

.label-typ-kaefer,
.label-typ-kaefer-flat {
  text-shadow: 0 1px 0 rgba(85, 85, 85, 0.5) !important;
}

.btn-typ-eis {
  color: #FFFFFF;
  border-color: #2dafcb;
  background-color: #2dafcb;
  background-image: -webkit-linear-gradient(top, #36BCD8 50%, #24A2BD 50%);
  background-image: -o-linear-gradient(top, #36BCD8 50%, #24A2BD 50%);
  background-image: linear-gradient(to bottom, #36BCD8 50%, #24A2BD 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF36BCD8", endColorstr="#FF24A2BD", GradientType=0);
  background-repeat: repeat-x;
}
.btn-typ-eis:hover, .btn-typ-eis:focus, .btn-typ-eis.focus, .btn-typ-eis:active, .btn-typ-eis.active, .open > .dropdown-toggle .btn-typ-eis {
  color: #FFFFFF;
  background-color: #248ba1;
  border-color: #228499;
  background-color: #248ba1;
  background-image: -webkit-linear-gradient(top, #249eb7 50%, #1c7d92 50%);
  background-image: -o-linear-gradient(top, #249eb7 50%, #1c7d92 50%);
  background-image: linear-gradient(to bottom, #249eb7 50%, #1c7d92 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF249EB7", endColorstr="#FF1C7D92", GradientType=0);
  background-repeat: repeat-x;
}
.btn-typ-eis:active, .btn-typ-eis.active, .open > .dropdown-toggle .btn-typ-eis {
  background-image: none;
}
.btn-typ-eis.disabled, .btn-typ-eis.disabled:hover, .btn-typ-eis.disabled:focus, .btn-typ-eis.disabled.focus, .btn-typ-eis.disabled:active, .btn-typ-eis.disabled.active, .btn-typ-eis[disabled], .btn-typ-eis[disabled]:hover, .btn-typ-eis[disabled]:focus, .btn-typ-eis[disabled].focus, .btn-typ-eis[disabled]:active, .btn-typ-eis[disabled].active, fieldset[disabled] .btn-typ-eis, fieldset[disabled] .btn-typ-eis:hover, fieldset[disabled] .btn-typ-eis:focus, fieldset[disabled] .btn-typ-eis.focus, fieldset[disabled] .btn-typ-eis:active, fieldset[disabled] .btn-typ-eis.active {
  background-color: #2dafcb;
  background-image: -webkit-linear-gradient(top, #36BCD8 50%, #24A2BD 50%);
  background-image: -o-linear-gradient(top, #36BCD8 50%, #24A2BD 50%);
  background-image: linear-gradient(to bottom, #36BCD8 50%, #24A2BD 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF36BCD8", endColorstr="#FF24A2BD", GradientType=0);
  background-repeat: repeat-x;
  border-color: #2dafcb;
}
.btn-typ-eis .badge {
  color: #2dafcb;
  background-color: #FFFFFF;
}

.btn-typ-eis-flat {
  color: #FFFFFF;
  background-color: #2dafcb;
  border-color: #2dafcb;
}
.btn-typ-eis-flat:focus, .btn-typ-eis-flat.focus {
  color: #FFFFFF;
  background-color: #248ba1;
  border-color: #165563;
}
.btn-typ-eis-flat:hover {
  color: #FFFFFF;
  background-color: #248ba1;
  border-color: #228499;
}
.btn-typ-eis-flat:active, .btn-typ-eis-flat.active, .open > .btn-typ-eis-flat.dropdown-toggle {
  color: #FFFFFF;
  background-color: #248ba1;
  background-image: none;
  border-color: #228499;
}
.btn-typ-eis-flat:active:hover, .btn-typ-eis-flat:active:focus, .btn-typ-eis-flat:active.focus, .btn-typ-eis-flat.active:hover, .btn-typ-eis-flat.active:focus, .btn-typ-eis-flat.active.focus, .open > .btn-typ-eis-flat.dropdown-toggle:hover, .open > .btn-typ-eis-flat.dropdown-toggle:focus, .open > .btn-typ-eis-flat.dropdown-toggle.focus {
  color: #FFFFFF;
  background-color: #1d7284;
  border-color: #165563;
}
.btn-typ-eis-flat.disabled:hover, .btn-typ-eis-flat.disabled:focus, .btn-typ-eis-flat.disabled.focus, .btn-typ-eis-flat[disabled]:hover, .btn-typ-eis-flat[disabled]:focus, .btn-typ-eis-flat[disabled].focus, fieldset[disabled] .btn-typ-eis-flat:hover, fieldset[disabled] .btn-typ-eis-flat:focus, fieldset[disabled] .btn-typ-eis-flat.focus {
  background-color: #2dafcb;
  border-color: #2dafcb;
}
.btn-typ-eis-flat .badge {
  color: #2dafcb;
  background-color: #FFFFFF;
}

.btn-typ-eis,
.btn-typ-eis-flat {
  text-shadow: 0 1px 0 rgba(85, 85, 85, 0.5) !important;
}

.label-typ-eis-flat {
  background-color: #2dafcb;
}
.label-typ-eis-flat,
.label-typ-eis-flat a, .label-typ-eis-flat:hover,
.label-typ-eis-flat:hover a, .label-typ-eis-flat:focus,
.label-typ-eis-flat:focus a, a .label-typ-eis-flat,
a .label-typ-eis-flat a, a .label-typ-eis-flat:hover,
a .label-typ-eis-flat:hover a, a .label-typ-eis-flat:focus,
a .label-typ-eis-flat:focus a {
  color: #FFF;
}
.label-typ-eis-flat[href]:hover, .label-typ-eis-flat[href]:focus, .label-typ-eis-flat.dexicon:hover, .label-typ-eis-flat.dexicon:focus {
  background-color: #248ba1;
}

.label-typ-eis {
  background-color: #2dafcb;
  background-image: -webkit-linear-gradient(top, #36BCD8 50%, #24A2BD 50%);
  background-image: -o-linear-gradient(top, #36BCD8 50%, #24A2BD 50%);
  background-image: linear-gradient(to bottom, #36BCD8 50%, #24A2BD 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF36BCD8", endColorstr="#FF24A2BD", GradientType=0);
  background-repeat: repeat-x;
}
.label-typ-eis,
.label-typ-eis a, .label-typ-eis:hover,
.label-typ-eis:hover a, .label-typ-eis:focus,
.label-typ-eis:focus a, a .label-typ-eis,
a .label-typ-eis a, a .label-typ-eis:hover,
a .label-typ-eis:hover a, a .label-typ-eis:focus,
a .label-typ-eis:focus a {
  color: #FFFFFF;
}
.label-typ-eis[href]:hover, .label-typ-eis[href]:focus, .label-typ-eis.dexicon:hover, .label-typ-eis.dexicon:focus {
  background-color: #248ba1;
  background-image: -webkit-linear-gradient(top, #249eb7 50%, #1c7d92 50%);
  background-image: -o-linear-gradient(top, #249eb7 50%, #1c7d92 50%);
  background-image: linear-gradient(to bottom, #249eb7 50%, #1c7d92 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF249EB7", endColorstr="#FF1C7D92", GradientType=0);
  background-repeat: repeat-x;
}

.label-typ-eis,
.label-typ-eis-flat {
  text-shadow: 0 1px 0 rgba(85, 85, 85, 0.5) !important;
}

.btn-typ-psycho {
  color: #FFFFFF;
  border-color: #de548a;
  background-color: #de548a;
  background-image: -webkit-linear-gradient(top, #F2679E 50%, #CA4076 50%);
  background-image: -o-linear-gradient(top, #F2679E 50%, #CA4076 50%);
  background-image: linear-gradient(to bottom, #F2679E 50%, #CA4076 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF2679E", endColorstr="#FFCA4076", GradientType=0);
  background-repeat: repeat-x;
}
.btn-typ-psycho:hover, .btn-typ-psycho:focus, .btn-typ-psycho.focus, .btn-typ-psycho:active, .btn-typ-psycho.active, .open > .dropdown-toggle .btn-typ-psycho {
  color: #FFFFFF;
  background-color: #d6296d;
  border-color: #cd2868;
  background-color: #d6296d;
  background-image: -webkit-linear-gradient(top, #ee3880 50%, #a82f5e 50%);
  background-image: -o-linear-gradient(top, #ee3880 50%, #a82f5e 50%);
  background-image: linear-gradient(to bottom, #ee3880 50%, #a82f5e 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEE3880", endColorstr="#FFA82F5E", GradientType=0);
  background-repeat: repeat-x;
}
.btn-typ-psycho:active, .btn-typ-psycho.active, .open > .dropdown-toggle .btn-typ-psycho {
  background-image: none;
}
.btn-typ-psycho.disabled, .btn-typ-psycho.disabled:hover, .btn-typ-psycho.disabled:focus, .btn-typ-psycho.disabled.focus, .btn-typ-psycho.disabled:active, .btn-typ-psycho.disabled.active, .btn-typ-psycho[disabled], .btn-typ-psycho[disabled]:hover, .btn-typ-psycho[disabled]:focus, .btn-typ-psycho[disabled].focus, .btn-typ-psycho[disabled]:active, .btn-typ-psycho[disabled].active, fieldset[disabled] .btn-typ-psycho, fieldset[disabled] .btn-typ-psycho:hover, fieldset[disabled] .btn-typ-psycho:focus, fieldset[disabled] .btn-typ-psycho.focus, fieldset[disabled] .btn-typ-psycho:active, fieldset[disabled] .btn-typ-psycho.active {
  background-color: #de548a;
  background-image: -webkit-linear-gradient(top, #F2679E 50%, #CA4076 50%);
  background-image: -o-linear-gradient(top, #F2679E 50%, #CA4076 50%);
  background-image: linear-gradient(to bottom, #F2679E 50%, #CA4076 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF2679E", endColorstr="#FFCA4076", GradientType=0);
  background-repeat: repeat-x;
  border-color: #de548a;
}
.btn-typ-psycho .badge {
  color: #de548a;
  background-color: #FFFFFF;
}

.btn-typ-psycho-flat {
  color: #FFFFFF;
  background-color: #de548a;
  border-color: #de548a;
}
.btn-typ-psycho-flat:focus, .btn-typ-psycho-flat.focus {
  color: #FFFFFF;
  background-color: #d6296d;
  border-color: #961d4c;
}
.btn-typ-psycho-flat:hover {
  color: #FFFFFF;
  background-color: #d6296d;
  border-color: #cd2868;
}
.btn-typ-psycho-flat:active, .btn-typ-psycho-flat.active, .open > .btn-typ-psycho-flat.dropdown-toggle {
  color: #FFFFFF;
  background-color: #d6296d;
  background-image: none;
  border-color: #cd2868;
}
.btn-typ-psycho-flat:active:hover, .btn-typ-psycho-flat:active:focus, .btn-typ-psycho-flat:active.focus, .btn-typ-psycho-flat.active:hover, .btn-typ-psycho-flat.active:focus, .btn-typ-psycho-flat.active.focus, .open > .btn-typ-psycho-flat.dropdown-toggle:hover, .open > .btn-typ-psycho-flat.dropdown-toggle:focus, .open > .btn-typ-psycho-flat.dropdown-toggle.focus {
  color: #FFFFFF;
  background-color: #b8235e;
  border-color: #961d4c;
}
.btn-typ-psycho-flat.disabled:hover, .btn-typ-psycho-flat.disabled:focus, .btn-typ-psycho-flat.disabled.focus, .btn-typ-psycho-flat[disabled]:hover, .btn-typ-psycho-flat[disabled]:focus, .btn-typ-psycho-flat[disabled].focus, fieldset[disabled] .btn-typ-psycho-flat:hover, fieldset[disabled] .btn-typ-psycho-flat:focus, fieldset[disabled] .btn-typ-psycho-flat.focus {
  background-color: #de548a;
  border-color: #de548a;
}
.btn-typ-psycho-flat .badge {
  color: #de548a;
  background-color: #FFFFFF;
}

.btn-typ-psycho,
.btn-typ-psycho-flat {
  text-shadow: 0 1px 0 rgba(85, 85, 85, 0.5) !important;
}

.label-typ-psycho-flat {
  background-color: #de548a;
}
.label-typ-psycho-flat,
.label-typ-psycho-flat a, .label-typ-psycho-flat:hover,
.label-typ-psycho-flat:hover a, .label-typ-psycho-flat:focus,
.label-typ-psycho-flat:focus a, a .label-typ-psycho-flat,
a .label-typ-psycho-flat a, a .label-typ-psycho-flat:hover,
a .label-typ-psycho-flat:hover a, a .label-typ-psycho-flat:focus,
a .label-typ-psycho-flat:focus a {
  color: #FFF;
}
.label-typ-psycho-flat[href]:hover, .label-typ-psycho-flat[href]:focus, .label-typ-psycho-flat.dexicon:hover, .label-typ-psycho-flat.dexicon:focus {
  background-color: #d6296d;
}

.label-typ-psycho {
  background-color: #de548a;
  background-image: -webkit-linear-gradient(top, #F2679E 50%, #CA4076 50%);
  background-image: -o-linear-gradient(top, #F2679E 50%, #CA4076 50%);
  background-image: linear-gradient(to bottom, #F2679E 50%, #CA4076 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF2679E", endColorstr="#FFCA4076", GradientType=0);
  background-repeat: repeat-x;
}
.label-typ-psycho,
.label-typ-psycho a, .label-typ-psycho:hover,
.label-typ-psycho:hover a, .label-typ-psycho:focus,
.label-typ-psycho:focus a, a .label-typ-psycho,
a .label-typ-psycho a, a .label-typ-psycho:hover,
a .label-typ-psycho:hover a, a .label-typ-psycho:focus,
a .label-typ-psycho:focus a {
  color: #FFFFFF;
}
.label-typ-psycho[href]:hover, .label-typ-psycho[href]:focus, .label-typ-psycho.dexicon:hover, .label-typ-psycho.dexicon:focus {
  background-color: #d6296d;
  background-image: -webkit-linear-gradient(top, #ee3880 50%, #a82f5e 50%);
  background-image: -o-linear-gradient(top, #ee3880 50%, #a82f5e 50%);
  background-image: linear-gradient(to bottom, #ee3880 50%, #a82f5e 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEE3880", endColorstr="#FFA82F5E", GradientType=0);
  background-repeat: repeat-x;
}

.label-typ-psycho,
.label-typ-psycho-flat {
  text-shadow: 0 1px 0 rgba(85, 85, 85, 0.5) !important;
}

.btn-typ-geist {
  color: #FFFFFF;
  border-color: #55569a;
  background-color: #55569a;
  background-image: -webkit-linear-gradient(top, #6566BC 50%, #454577 50%);
  background-image: -o-linear-gradient(top, #6566BC 50%, #454577 50%);
  background-image: linear-gradient(to bottom, #6566BC 50%, #454577 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF6566BC", endColorstr="#FF454577", GradientType=0);
  background-repeat: repeat-x;
}
.btn-typ-geist:hover, .btn-typ-geist:focus, .btn-typ-geist.focus, .btn-typ-geist:active, .btn-typ-geist.active, .open > .dropdown-toggle .btn-typ-geist {
  color: #FFFFFF;
  background-color: #434479;
  border-color: #3f4073;
  background-color: #434479;
  background-image: -webkit-linear-gradient(top, #4849a6 50%, #323257 50%);
  background-image: -o-linear-gradient(top, #4849a6 50%, #323257 50%);
  background-image: linear-gradient(to bottom, #4849a6 50%, #323257 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF4849A6", endColorstr="#FF323257", GradientType=0);
  background-repeat: repeat-x;
}
.btn-typ-geist:active, .btn-typ-geist.active, .open > .dropdown-toggle .btn-typ-geist {
  background-image: none;
}
.btn-typ-geist.disabled, .btn-typ-geist.disabled:hover, .btn-typ-geist.disabled:focus, .btn-typ-geist.disabled.focus, .btn-typ-geist.disabled:active, .btn-typ-geist.disabled.active, .btn-typ-geist[disabled], .btn-typ-geist[disabled]:hover, .btn-typ-geist[disabled]:focus, .btn-typ-geist[disabled].focus, .btn-typ-geist[disabled]:active, .btn-typ-geist[disabled].active, fieldset[disabled] .btn-typ-geist, fieldset[disabled] .btn-typ-geist:hover, fieldset[disabled] .btn-typ-geist:focus, fieldset[disabled] .btn-typ-geist.focus, fieldset[disabled] .btn-typ-geist:active, fieldset[disabled] .btn-typ-geist.active {
  background-color: #55569a;
  background-image: -webkit-linear-gradient(top, #6566BC 50%, #454577 50%);
  background-image: -o-linear-gradient(top, #6566BC 50%, #454577 50%);
  background-image: linear-gradient(to bottom, #6566BC 50%, #454577 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF6566BC", endColorstr="#FF454577", GradientType=0);
  background-repeat: repeat-x;
  border-color: #55569a;
}
.btn-typ-geist .badge {
  color: #55569a;
  background-color: #FFFFFF;
}

.btn-typ-geist-flat {
  color: #FFFFFF;
  background-color: #55569a;
  border-color: #55569a;
}
.btn-typ-geist-flat:focus, .btn-typ-geist-flat.focus {
  color: #FFFFFF;
  background-color: #434479;
  border-color: #282848;
}
.btn-typ-geist-flat:hover {
  color: #FFFFFF;
  background-color: #434479;
  border-color: #3f4073;
}
.btn-typ-geist-flat:active, .btn-typ-geist-flat.active, .open > .btn-typ-geist-flat.dropdown-toggle {
  color: #FFFFFF;
  background-color: #434479;
  background-image: none;
  border-color: #3f4073;
}
.btn-typ-geist-flat:active:hover, .btn-typ-geist-flat:active:focus, .btn-typ-geist-flat:active.focus, .btn-typ-geist-flat.active:hover, .btn-typ-geist-flat.active:focus, .btn-typ-geist-flat.active.focus, .open > .btn-typ-geist-flat.dropdown-toggle:hover, .open > .btn-typ-geist-flat.dropdown-toggle:focus, .open > .btn-typ-geist-flat.dropdown-toggle.focus {
  color: #FFFFFF;
  background-color: #363762;
  border-color: #282848;
}
.btn-typ-geist-flat.disabled:hover, .btn-typ-geist-flat.disabled:focus, .btn-typ-geist-flat.disabled.focus, .btn-typ-geist-flat[disabled]:hover, .btn-typ-geist-flat[disabled]:focus, .btn-typ-geist-flat[disabled].focus, fieldset[disabled] .btn-typ-geist-flat:hover, fieldset[disabled] .btn-typ-geist-flat:focus, fieldset[disabled] .btn-typ-geist-flat.focus {
  background-color: #55569a;
  border-color: #55569a;
}
.btn-typ-geist-flat .badge {
  color: #55569a;
  background-color: #FFFFFF;
}

.btn-typ-geist,
.btn-typ-geist-flat {
  text-shadow: 0 1px 0 rgba(85, 85, 85, 0.5) !important;
}

.label-typ-geist-flat {
  background-color: #55569a;
}
.label-typ-geist-flat,
.label-typ-geist-flat a, .label-typ-geist-flat:hover,
.label-typ-geist-flat:hover a, .label-typ-geist-flat:focus,
.label-typ-geist-flat:focus a, a .label-typ-geist-flat,
a .label-typ-geist-flat a, a .label-typ-geist-flat:hover,
a .label-typ-geist-flat:hover a, a .label-typ-geist-flat:focus,
a .label-typ-geist-flat:focus a {
  color: #FFF;
}
.label-typ-geist-flat[href]:hover, .label-typ-geist-flat[href]:focus, .label-typ-geist-flat.dexicon:hover, .label-typ-geist-flat.dexicon:focus {
  background-color: #434479;
}

.label-typ-geist {
  background-color: #55569a;
  background-image: -webkit-linear-gradient(top, #6566BC 50%, #454577 50%);
  background-image: -o-linear-gradient(top, #6566BC 50%, #454577 50%);
  background-image: linear-gradient(to bottom, #6566BC 50%, #454577 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF6566BC", endColorstr="#FF454577", GradientType=0);
  background-repeat: repeat-x;
}
.label-typ-geist,
.label-typ-geist a, .label-typ-geist:hover,
.label-typ-geist:hover a, .label-typ-geist:focus,
.label-typ-geist:focus a, a .label-typ-geist,
a .label-typ-geist a, a .label-typ-geist:hover,
a .label-typ-geist:hover a, a .label-typ-geist:focus,
a .label-typ-geist:focus a {
  color: #FFFFFF;
}
.label-typ-geist[href]:hover, .label-typ-geist[href]:focus, .label-typ-geist.dexicon:hover, .label-typ-geist.dexicon:focus {
  background-color: #434479;
  background-image: -webkit-linear-gradient(top, #4849a6 50%, #323257 50%);
  background-image: -o-linear-gradient(top, #4849a6 50%, #323257 50%);
  background-image: linear-gradient(to bottom, #4849a6 50%, #323257 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF4849A6", endColorstr="#FF323257", GradientType=0);
  background-repeat: repeat-x;
}

.label-typ-geist,
.label-typ-geist-flat {
  text-shadow: 0 1px 0 rgba(85, 85, 85, 0.5) !important;
}

.btn-typ-drache {
  color: #FFFFFF;
  border-color: #533ae7;
  background-color: #533ae7;
  background-image: -webkit-linear-gradient(top, #6047F8 50%, #452DD5 50%);
  background-image: -o-linear-gradient(top, #6047F8 50%, #452DD5 50%);
  background-image: linear-gradient(to bottom, #6047F8 50%, #452DD5 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF6047F8", endColorstr="#FF452DD5", GradientType=0);
  background-repeat: repeat-x;
}
.btn-typ-drache:hover, .btn-typ-drache:focus, .btn-typ-drache.focus, .btn-typ-drache:active, .btn-typ-drache.active, .open > .dropdown-toggle .btn-typ-drache {
  color: #FFFFFF;
  background-color: #351ad4;
  border-color: #3319cb;
  background-color: #351ad4;
  background-image: -webkit-linear-gradient(top, #3616f6 50%, #3623ad 50%);
  background-image: -o-linear-gradient(top, #3616f6 50%, #3623ad 50%);
  background-image: linear-gradient(to bottom, #3616f6 50%, #3623ad 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF3616F6", endColorstr="#FF3623AD", GradientType=0);
  background-repeat: repeat-x;
}
.btn-typ-drache:active, .btn-typ-drache.active, .open > .dropdown-toggle .btn-typ-drache {
  background-image: none;
}
.btn-typ-drache.disabled, .btn-typ-drache.disabled:hover, .btn-typ-drache.disabled:focus, .btn-typ-drache.disabled.focus, .btn-typ-drache.disabled:active, .btn-typ-drache.disabled.active, .btn-typ-drache[disabled], .btn-typ-drache[disabled]:hover, .btn-typ-drache[disabled]:focus, .btn-typ-drache[disabled].focus, .btn-typ-drache[disabled]:active, .btn-typ-drache[disabled].active, fieldset[disabled] .btn-typ-drache, fieldset[disabled] .btn-typ-drache:hover, fieldset[disabled] .btn-typ-drache:focus, fieldset[disabled] .btn-typ-drache.focus, fieldset[disabled] .btn-typ-drache:active, fieldset[disabled] .btn-typ-drache.active {
  background-color: #533ae7;
  background-image: -webkit-linear-gradient(top, #6047F8 50%, #452DD5 50%);
  background-image: -o-linear-gradient(top, #6047F8 50%, #452DD5 50%);
  background-image: linear-gradient(to bottom, #6047F8 50%, #452DD5 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF6047F8", endColorstr="#FF452DD5", GradientType=0);
  background-repeat: repeat-x;
  border-color: #533ae7;
}
.btn-typ-drache .badge {
  color: #533ae7;
  background-color: #FFFFFF;
}

.btn-typ-drache-flat {
  color: #FFFFFF;
  background-color: #533ae7;
  border-color: #533ae7;
}
.btn-typ-drache-flat:focus, .btn-typ-drache-flat.focus {
  color: #FFFFFF;
  background-color: #351ad4;
  border-color: #241290;
}
.btn-typ-drache-flat:hover {
  color: #FFFFFF;
  background-color: #351ad4;
  border-color: #3319cb;
}
.btn-typ-drache-flat:active, .btn-typ-drache-flat.active, .open > .btn-typ-drache-flat.dropdown-toggle {
  color: #FFFFFF;
  background-color: #351ad4;
  background-image: none;
  border-color: #3319cb;
}
.btn-typ-drache-flat:active:hover, .btn-typ-drache-flat:active:focus, .btn-typ-drache-flat:active.focus, .btn-typ-drache-flat.active:hover, .btn-typ-drache-flat.active:focus, .btn-typ-drache-flat.active.focus, .open > .btn-typ-drache-flat.dropdown-toggle:hover, .open > .btn-typ-drache-flat.dropdown-toggle:focus, .open > .btn-typ-drache-flat.dropdown-toggle.focus {
  color: #FFFFFF;
  background-color: #2d16b4;
  border-color: #241290;
}
.btn-typ-drache-flat.disabled:hover, .btn-typ-drache-flat.disabled:focus, .btn-typ-drache-flat.disabled.focus, .btn-typ-drache-flat[disabled]:hover, .btn-typ-drache-flat[disabled]:focus, .btn-typ-drache-flat[disabled].focus, fieldset[disabled] .btn-typ-drache-flat:hover, fieldset[disabled] .btn-typ-drache-flat:focus, fieldset[disabled] .btn-typ-drache-flat.focus {
  background-color: #533ae7;
  border-color: #533ae7;
}
.btn-typ-drache-flat .badge {
  color: #533ae7;
  background-color: #FFFFFF;
}

.btn-typ-drache,
.btn-typ-drache-flat {
  text-shadow: 0 1px 0 rgba(85, 85, 85, 0.5) !important;
}

.label-typ-drache-flat {
  background-color: #533ae7;
}
.label-typ-drache-flat,
.label-typ-drache-flat a, .label-typ-drache-flat:hover,
.label-typ-drache-flat:hover a, .label-typ-drache-flat:focus,
.label-typ-drache-flat:focus a, a .label-typ-drache-flat,
a .label-typ-drache-flat a, a .label-typ-drache-flat:hover,
a .label-typ-drache-flat:hover a, a .label-typ-drache-flat:focus,
a .label-typ-drache-flat:focus a {
  color: #FFF;
}
.label-typ-drache-flat[href]:hover, .label-typ-drache-flat[href]:focus, .label-typ-drache-flat.dexicon:hover, .label-typ-drache-flat.dexicon:focus {
  background-color: #351ad4;
}

.label-typ-drache {
  background-color: #533ae7;
  background-image: -webkit-linear-gradient(top, #6047F8 50%, #452DD5 50%);
  background-image: -o-linear-gradient(top, #6047F8 50%, #452DD5 50%);
  background-image: linear-gradient(to bottom, #6047F8 50%, #452DD5 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF6047F8", endColorstr="#FF452DD5", GradientType=0);
  background-repeat: repeat-x;
}
.label-typ-drache,
.label-typ-drache a, .label-typ-drache:hover,
.label-typ-drache:hover a, .label-typ-drache:focus,
.label-typ-drache:focus a, a .label-typ-drache,
a .label-typ-drache a, a .label-typ-drache:hover,
a .label-typ-drache:hover a, a .label-typ-drache:focus,
a .label-typ-drache:focus a {
  color: #FFFFFF;
}
.label-typ-drache[href]:hover, .label-typ-drache[href]:focus, .label-typ-drache.dexicon:hover, .label-typ-drache.dexicon:focus {
  background-color: #351ad4;
  background-image: -webkit-linear-gradient(top, #3616f6 50%, #3623ad 50%);
  background-image: -o-linear-gradient(top, #3616f6 50%, #3623ad 50%);
  background-image: linear-gradient(to bottom, #3616f6 50%, #3623ad 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF3616F6", endColorstr="#FF3623AD", GradientType=0);
  background-repeat: repeat-x;
}

.label-typ-drache,
.label-typ-drache-flat {
  text-shadow: 0 1px 0 rgba(85, 85, 85, 0.5) !important;
}

.btn-typ-unlicht {
  color: #FFFFFF;
  border-color: #695243;
  background-color: #695243;
  background-image: -webkit-linear-gradient(top, #735A4A 50%, #5E493B 50%);
  background-image: -o-linear-gradient(top, #735A4A 50%, #5E493B 50%);
  background-image: linear-gradient(to bottom, #735A4A 50%, #5E493B 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF735A4A", endColorstr="#FF5E493B", GradientType=0);
  background-repeat: repeat-x;
}
.btn-typ-unlicht:hover, .btn-typ-unlicht:focus, .btn-typ-unlicht.focus, .btn-typ-unlicht:active, .btn-typ-unlicht.active, .open > .dropdown-toggle .btn-typ-unlicht {
  color: #FFFFFF;
  background-color: #4a3a2f;
  border-color: #44352b;
  background-color: #4a3a2f;
  background-image: -webkit-linear-gradient(top, #544236 50%, #3f3127 50%);
  background-image: -o-linear-gradient(top, #544236 50%, #3f3127 50%);
  background-image: linear-gradient(to bottom, #544236 50%, #3f3127 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF544236", endColorstr="#FF3F3127", GradientType=0);
  background-repeat: repeat-x;
}
.btn-typ-unlicht:active, .btn-typ-unlicht.active, .open > .dropdown-toggle .btn-typ-unlicht {
  background-image: none;
}
.btn-typ-unlicht.disabled, .btn-typ-unlicht.disabled:hover, .btn-typ-unlicht.disabled:focus, .btn-typ-unlicht.disabled.focus, .btn-typ-unlicht.disabled:active, .btn-typ-unlicht.disabled.active, .btn-typ-unlicht[disabled], .btn-typ-unlicht[disabled]:hover, .btn-typ-unlicht[disabled]:focus, .btn-typ-unlicht[disabled].focus, .btn-typ-unlicht[disabled]:active, .btn-typ-unlicht[disabled].active, fieldset[disabled] .btn-typ-unlicht, fieldset[disabled] .btn-typ-unlicht:hover, fieldset[disabled] .btn-typ-unlicht:focus, fieldset[disabled] .btn-typ-unlicht.focus, fieldset[disabled] .btn-typ-unlicht:active, fieldset[disabled] .btn-typ-unlicht.active {
  background-color: #695243;
  background-image: -webkit-linear-gradient(top, #735A4A 50%, #5E493B 50%);
  background-image: -o-linear-gradient(top, #735A4A 50%, #5E493B 50%);
  background-image: linear-gradient(to bottom, #735A4A 50%, #5E493B 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF735A4A", endColorstr="#FF5E493B", GradientType=0);
  background-repeat: repeat-x;
  border-color: #695243;
}
.btn-typ-unlicht .badge {
  color: #695243;
  background-color: #FFFFFF;
}

.btn-typ-unlicht-flat {
  color: #FFFFFF;
  background-color: #695243;
  border-color: #695243;
}
.btn-typ-unlicht-flat:focus, .btn-typ-unlicht-flat.focus {
  color: #FFFFFF;
  background-color: #4a3a2f;
  border-color: #1b1511;
}
.btn-typ-unlicht-flat:hover {
  color: #FFFFFF;
  background-color: #4a3a2f;
  border-color: #44352b;
}
.btn-typ-unlicht-flat:active, .btn-typ-unlicht-flat.active, .open > .btn-typ-unlicht-flat.dropdown-toggle {
  color: #FFFFFF;
  background-color: #4a3a2f;
  background-image: none;
  border-color: #44352b;
}
.btn-typ-unlicht-flat:active:hover, .btn-typ-unlicht-flat:active:focus, .btn-typ-unlicht-flat:active.focus, .btn-typ-unlicht-flat.active:hover, .btn-typ-unlicht-flat.active:focus, .btn-typ-unlicht-flat.active.focus, .open > .btn-typ-unlicht-flat.dropdown-toggle:hover, .open > .btn-typ-unlicht-flat.dropdown-toggle:focus, .open > .btn-typ-unlicht-flat.dropdown-toggle.focus {
  color: #FFFFFF;
  background-color: #342921;
  border-color: #1b1511;
}
.btn-typ-unlicht-flat.disabled:hover, .btn-typ-unlicht-flat.disabled:focus, .btn-typ-unlicht-flat.disabled.focus, .btn-typ-unlicht-flat[disabled]:hover, .btn-typ-unlicht-flat[disabled]:focus, .btn-typ-unlicht-flat[disabled].focus, fieldset[disabled] .btn-typ-unlicht-flat:hover, fieldset[disabled] .btn-typ-unlicht-flat:focus, fieldset[disabled] .btn-typ-unlicht-flat.focus {
  background-color: #695243;
  border-color: #695243;
}
.btn-typ-unlicht-flat .badge {
  color: #695243;
  background-color: #FFFFFF;
}

.btn-typ-unlicht,
.btn-typ-unlicht-flat {
  text-shadow: 0 1px 0 rgba(85, 85, 85, 0.5) !important;
}

.label-typ-unlicht-flat {
  background-color: #695243;
}
.label-typ-unlicht-flat,
.label-typ-unlicht-flat a, .label-typ-unlicht-flat:hover,
.label-typ-unlicht-flat:hover a, .label-typ-unlicht-flat:focus,
.label-typ-unlicht-flat:focus a, a .label-typ-unlicht-flat,
a .label-typ-unlicht-flat a, a .label-typ-unlicht-flat:hover,
a .label-typ-unlicht-flat:hover a, a .label-typ-unlicht-flat:focus,
a .label-typ-unlicht-flat:focus a {
  color: #FFF;
}
.label-typ-unlicht-flat[href]:hover, .label-typ-unlicht-flat[href]:focus, .label-typ-unlicht-flat.dexicon:hover, .label-typ-unlicht-flat.dexicon:focus {
  background-color: #4a3a2f;
}

.label-typ-unlicht {
  background-color: #695243;
  background-image: -webkit-linear-gradient(top, #735A4A 50%, #5E493B 50%);
  background-image: -o-linear-gradient(top, #735A4A 50%, #5E493B 50%);
  background-image: linear-gradient(to bottom, #735A4A 50%, #5E493B 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF735A4A", endColorstr="#FF5E493B", GradientType=0);
  background-repeat: repeat-x;
}
.label-typ-unlicht,
.label-typ-unlicht a, .label-typ-unlicht:hover,
.label-typ-unlicht:hover a, .label-typ-unlicht:focus,
.label-typ-unlicht:focus a, a .label-typ-unlicht,
a .label-typ-unlicht a, a .label-typ-unlicht:hover,
a .label-typ-unlicht:hover a, a .label-typ-unlicht:focus,
a .label-typ-unlicht:focus a {
  color: #FFFFFF;
}
.label-typ-unlicht[href]:hover, .label-typ-unlicht[href]:focus, .label-typ-unlicht.dexicon:hover, .label-typ-unlicht.dexicon:focus {
  background-color: #4a3a2f;
  background-image: -webkit-linear-gradient(top, #544236 50%, #3f3127 50%);
  background-image: -o-linear-gradient(top, #544236 50%, #3f3127 50%);
  background-image: linear-gradient(to bottom, #544236 50%, #3f3127 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF544236", endColorstr="#FF3F3127", GradientType=0);
  background-repeat: repeat-x;
}

.label-typ-unlicht,
.label-typ-unlicht-flat {
  text-shadow: 0 1px 0 rgba(85, 85, 85, 0.5) !important;
}

.btn-typ-stahl {
  color: #FFFFFF;
  border-color: #98959b;
  background-color: #98959b;
  background-image: -webkit-linear-gradient(top, #A8A5AC 50%, #87848A 50%);
  background-image: -o-linear-gradient(top, #A8A5AC 50%, #87848A 50%);
  background-image: linear-gradient(to bottom, #A8A5AC 50%, #87848A 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFA8A5AC", endColorstr="#FF87848A", GradientType=0);
  background-repeat: repeat-x;
}
.btn-typ-stahl:hover, .btn-typ-stahl:focus, .btn-typ-stahl.focus, .btn-typ-stahl:active, .btn-typ-stahl.active, .open > .dropdown-toggle .btn-typ-stahl {
  color: #FFFFFF;
  background-color: #7f7b82;
  border-color: #79767d;
  background-color: #7f7b82;
  background-image: -webkit-linear-gradient(top, #8e8a94 50%, #6e6b70 50%);
  background-image: -o-linear-gradient(top, #8e8a94 50%, #6e6b70 50%);
  background-image: linear-gradient(to bottom, #8e8a94 50%, #6e6b70 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF8E8A94", endColorstr="#FF6E6B70", GradientType=0);
  background-repeat: repeat-x;
}
.btn-typ-stahl:active, .btn-typ-stahl.active, .open > .dropdown-toggle .btn-typ-stahl {
  background-image: none;
}
.btn-typ-stahl.disabled, .btn-typ-stahl.disabled:hover, .btn-typ-stahl.disabled:focus, .btn-typ-stahl.disabled.focus, .btn-typ-stahl.disabled:active, .btn-typ-stahl.disabled.active, .btn-typ-stahl[disabled], .btn-typ-stahl[disabled]:hover, .btn-typ-stahl[disabled]:focus, .btn-typ-stahl[disabled].focus, .btn-typ-stahl[disabled]:active, .btn-typ-stahl[disabled].active, fieldset[disabled] .btn-typ-stahl, fieldset[disabled] .btn-typ-stahl:hover, fieldset[disabled] .btn-typ-stahl:focus, fieldset[disabled] .btn-typ-stahl.focus, fieldset[disabled] .btn-typ-stahl:active, fieldset[disabled] .btn-typ-stahl.active {
  background-color: #98959b;
  background-image: -webkit-linear-gradient(top, #A8A5AC 50%, #87848A 50%);
  background-image: -o-linear-gradient(top, #A8A5AC 50%, #87848A 50%);
  background-image: linear-gradient(to bottom, #A8A5AC 50%, #87848A 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFA8A5AC", endColorstr="#FF87848A", GradientType=0);
  background-repeat: repeat-x;
  border-color: #98959b;
}
.btn-typ-stahl .badge {
  color: #98959b;
  background-color: #FFFFFF;
}

.btn-typ-stahl-flat {
  color: #FFFFFF;
  background-color: #98959b;
  border-color: #98959b;
}
.btn-typ-stahl-flat:focus, .btn-typ-stahl-flat.focus {
  color: #FFFFFF;
  background-color: #7f7b82;
  border-color: #58565b;
}
.btn-typ-stahl-flat:hover {
  color: #FFFFFF;
  background-color: #7f7b82;
  border-color: #79767d;
}
.btn-typ-stahl-flat:active, .btn-typ-stahl-flat.active, .open > .btn-typ-stahl-flat.dropdown-toggle {
  color: #FFFFFF;
  background-color: #7f7b82;
  background-image: none;
  border-color: #79767d;
}
.btn-typ-stahl-flat:active:hover, .btn-typ-stahl-flat:active:focus, .btn-typ-stahl-flat:active.focus, .btn-typ-stahl-flat.active:hover, .btn-typ-stahl-flat.active:focus, .btn-typ-stahl-flat.active.focus, .open > .btn-typ-stahl-flat.dropdown-toggle:hover, .open > .btn-typ-stahl-flat.dropdown-toggle:focus, .open > .btn-typ-stahl-flat.dropdown-toggle.focus {
  color: #FFFFFF;
  background-color: #6d6970;
  border-color: #58565b;
}
.btn-typ-stahl-flat.disabled:hover, .btn-typ-stahl-flat.disabled:focus, .btn-typ-stahl-flat.disabled.focus, .btn-typ-stahl-flat[disabled]:hover, .btn-typ-stahl-flat[disabled]:focus, .btn-typ-stahl-flat[disabled].focus, fieldset[disabled] .btn-typ-stahl-flat:hover, fieldset[disabled] .btn-typ-stahl-flat:focus, fieldset[disabled] .btn-typ-stahl-flat.focus {
  background-color: #98959b;
  border-color: #98959b;
}
.btn-typ-stahl-flat .badge {
  color: #98959b;
  background-color: #FFFFFF;
}

.btn-typ-stahl,
.btn-typ-stahl-flat {
  text-shadow: 0 1px 0 rgba(85, 85, 85, 0.5) !important;
}

.label-typ-stahl-flat {
  background-color: #98959b;
}
.label-typ-stahl-flat,
.label-typ-stahl-flat a, .label-typ-stahl-flat:hover,
.label-typ-stahl-flat:hover a, .label-typ-stahl-flat:focus,
.label-typ-stahl-flat:focus a, a .label-typ-stahl-flat,
a .label-typ-stahl-flat a, a .label-typ-stahl-flat:hover,
a .label-typ-stahl-flat:hover a, a .label-typ-stahl-flat:focus,
a .label-typ-stahl-flat:focus a {
  color: #FFF;
}
.label-typ-stahl-flat[href]:hover, .label-typ-stahl-flat[href]:focus, .label-typ-stahl-flat.dexicon:hover, .label-typ-stahl-flat.dexicon:focus {
  background-color: #7f7b82;
}

.label-typ-stahl {
  background-color: #98959b;
  background-image: -webkit-linear-gradient(top, #A8A5AC 50%, #87848A 50%);
  background-image: -o-linear-gradient(top, #A8A5AC 50%, #87848A 50%);
  background-image: linear-gradient(to bottom, #A8A5AC 50%, #87848A 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFA8A5AC", endColorstr="#FF87848A", GradientType=0);
  background-repeat: repeat-x;
}
.label-typ-stahl,
.label-typ-stahl a, .label-typ-stahl:hover,
.label-typ-stahl:hover a, .label-typ-stahl:focus,
.label-typ-stahl:focus a, a .label-typ-stahl,
a .label-typ-stahl a, a .label-typ-stahl:hover,
a .label-typ-stahl:hover a, a .label-typ-stahl:focus,
a .label-typ-stahl:focus a {
  color: #FFFFFF;
}
.label-typ-stahl[href]:hover, .label-typ-stahl[href]:focus, .label-typ-stahl.dexicon:hover, .label-typ-stahl.dexicon:focus {
  background-color: #7f7b82;
  background-image: -webkit-linear-gradient(top, #8e8a94 50%, #6e6b70 50%);
  background-image: -o-linear-gradient(top, #8e8a94 50%, #6e6b70 50%);
  background-image: linear-gradient(to bottom, #8e8a94 50%, #6e6b70 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF8E8A94", endColorstr="#FF6E6B70", GradientType=0);
  background-repeat: repeat-x;
}

.label-typ-stahl,
.label-typ-stahl-flat {
  text-shadow: 0 1px 0 rgba(85, 85, 85, 0.5) !important;
}

.btn-typ-fee {
  color: #FFFFFF;
  border-color: #d495d4;
  background-color: #d495d4;
  background-image: -webkit-linear-gradient(top, #E6A5E6 50%, #C284C2 50%);
  background-image: -o-linear-gradient(top, #E6A5E6 50%, #C284C2 50%);
  background-image: linear-gradient(to bottom, #E6A5E6 50%, #C284C2 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFE6A5E6", endColorstr="#FFC284C2", GradientType=0);
  background-repeat: repeat-x;
}
.btn-typ-fee:hover, .btn-typ-fee:focus, .btn-typ-fee.focus, .btn-typ-fee:active, .btn-typ-fee.active, .open > .dropdown-toggle .btn-typ-fee {
  color: #FFFFFF;
  background-color: #c571c5;
  border-color: #c269c2;
  background-color: #c571c5;
  background-image: -webkit-linear-gradient(top, #db7ddb 50%, #b162b1 50%);
  background-image: -o-linear-gradient(top, #db7ddb 50%, #b162b1 50%);
  background-image: linear-gradient(to bottom, #db7ddb 50%, #b162b1 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFDB7DDB", endColorstr="#FFB162B1", GradientType=0);
  background-repeat: repeat-x;
}
.btn-typ-fee:active, .btn-typ-fee.active, .open > .dropdown-toggle .btn-typ-fee {
  background-image: none;
}
.btn-typ-fee.disabled, .btn-typ-fee.disabled:hover, .btn-typ-fee.disabled:focus, .btn-typ-fee.disabled.focus, .btn-typ-fee.disabled:active, .btn-typ-fee.disabled.active, .btn-typ-fee[disabled], .btn-typ-fee[disabled]:hover, .btn-typ-fee[disabled]:focus, .btn-typ-fee[disabled].focus, .btn-typ-fee[disabled]:active, .btn-typ-fee[disabled].active, fieldset[disabled] .btn-typ-fee, fieldset[disabled] .btn-typ-fee:hover, fieldset[disabled] .btn-typ-fee:focus, fieldset[disabled] .btn-typ-fee.focus, fieldset[disabled] .btn-typ-fee:active, fieldset[disabled] .btn-typ-fee.active {
  background-color: #d495d4;
  background-image: -webkit-linear-gradient(top, #E6A5E6 50%, #C284C2 50%);
  background-image: -o-linear-gradient(top, #E6A5E6 50%, #C284C2 50%);
  background-image: linear-gradient(to bottom, #E6A5E6 50%, #C284C2 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFE6A5E6", endColorstr="#FFC284C2", GradientType=0);
  background-repeat: repeat-x;
  border-color: #d495d4;
}
.btn-typ-fee .badge {
  color: #d495d4;
  background-color: #FFFFFF;
}

.btn-typ-fee-flat {
  color: #FFFFFF;
  background-color: #d495d4;
  border-color: #d495d4;
}
.btn-typ-fee-flat:focus, .btn-typ-fee-flat.focus {
  color: #FFFFFF;
  background-color: #c571c5;
  border-color: #a643a6;
}
.btn-typ-fee-flat:hover {
  color: #FFFFFF;
  background-color: #c571c5;
  border-color: #c269c2;
}
.btn-typ-fee-flat:active, .btn-typ-fee-flat.active, .open > .btn-typ-fee-flat.dropdown-toggle {
  color: #FFFFFF;
  background-color: #c571c5;
  background-image: none;
  border-color: #c269c2;
}
.btn-typ-fee-flat:active:hover, .btn-typ-fee-flat:active:focus, .btn-typ-fee-flat:active.focus, .btn-typ-fee-flat.active:hover, .btn-typ-fee-flat.active:focus, .btn-typ-fee-flat.active.focus, .open > .btn-typ-fee-flat.dropdown-toggle:hover, .open > .btn-typ-fee-flat.dropdown-toggle:focus, .open > .btn-typ-fee-flat.dropdown-toggle.focus {
  color: #FFFFFF;
  background-color: #bb57bb;
  border-color: #a643a6;
}
.btn-typ-fee-flat.disabled:hover, .btn-typ-fee-flat.disabled:focus, .btn-typ-fee-flat.disabled.focus, .btn-typ-fee-flat[disabled]:hover, .btn-typ-fee-flat[disabled]:focus, .btn-typ-fee-flat[disabled].focus, fieldset[disabled] .btn-typ-fee-flat:hover, fieldset[disabled] .btn-typ-fee-flat:focus, fieldset[disabled] .btn-typ-fee-flat.focus {
  background-color: #d495d4;
  border-color: #d495d4;
}
.btn-typ-fee-flat .badge {
  color: #d495d4;
  background-color: #FFFFFF;
}

.btn-typ-fee,
.btn-typ-fee-flat {
  text-shadow: 0 1px 0 rgba(85, 85, 85, 0.5) !important;
}

.label-typ-fee-flat {
  background-color: #d495d4;
}
.label-typ-fee-flat,
.label-typ-fee-flat a, .label-typ-fee-flat:hover,
.label-typ-fee-flat:hover a, .label-typ-fee-flat:focus,
.label-typ-fee-flat:focus a, a .label-typ-fee-flat,
a .label-typ-fee-flat a, a .label-typ-fee-flat:hover,
a .label-typ-fee-flat:hover a, a .label-typ-fee-flat:focus,
a .label-typ-fee-flat:focus a {
  color: #FFF;
}
.label-typ-fee-flat[href]:hover, .label-typ-fee-flat[href]:focus, .label-typ-fee-flat.dexicon:hover, .label-typ-fee-flat.dexicon:focus {
  background-color: #c571c5;
}

.label-typ-fee {
  background-color: #d495d4;
  background-image: -webkit-linear-gradient(top, #E6A5E6 50%, #C284C2 50%);
  background-image: -o-linear-gradient(top, #E6A5E6 50%, #C284C2 50%);
  background-image: linear-gradient(to bottom, #E6A5E6 50%, #C284C2 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFE6A5E6", endColorstr="#FFC284C2", GradientType=0);
  background-repeat: repeat-x;
}
.label-typ-fee,
.label-typ-fee a, .label-typ-fee:hover,
.label-typ-fee:hover a, .label-typ-fee:focus,
.label-typ-fee:focus a, a .label-typ-fee,
a .label-typ-fee a, a .label-typ-fee:hover,
a .label-typ-fee:hover a, a .label-typ-fee:focus,
a .label-typ-fee:focus a {
  color: #FFFFFF;
}
.label-typ-fee[href]:hover, .label-typ-fee[href]:focus, .label-typ-fee.dexicon:hover, .label-typ-fee.dexicon:focus {
  background-color: #c571c5;
  background-image: -webkit-linear-gradient(top, #db7ddb 50%, #b162b1 50%);
  background-image: -o-linear-gradient(top, #db7ddb 50%, #b162b1 50%);
  background-image: linear-gradient(to bottom, #db7ddb 50%, #b162b1 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFDB7DDB", endColorstr="#FFB162B1", GradientType=0);
  background-repeat: repeat-x;
}

.label-typ-fee,
.label-typ-fee-flat {
  text-shadow: 0 1px 0 rgba(85, 85, 85, 0.5) !important;
}

.btn-typ-unbekannt {
  color: #FFFFFF;
  border-color: #d495d4;
  background-color: #d495d4;
  background-image: -webkit-linear-gradient(top, #E6A5E6 50%, #C284C2 50%);
  background-image: -o-linear-gradient(top, #E6A5E6 50%, #C284C2 50%);
  background-image: linear-gradient(to bottom, #E6A5E6 50%, #C284C2 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFE6A5E6", endColorstr="#FFC284C2", GradientType=0);
  background-repeat: repeat-x;
}
.btn-typ-unbekannt:hover, .btn-typ-unbekannt:focus, .btn-typ-unbekannt.focus, .btn-typ-unbekannt:active, .btn-typ-unbekannt.active, .open > .dropdown-toggle .btn-typ-unbekannt {
  color: #FFFFFF;
  background-color: #c571c5;
  border-color: #c269c2;
  background-color: #c571c5;
  background-image: -webkit-linear-gradient(top, #db7ddb 50%, #b162b1 50%);
  background-image: -o-linear-gradient(top, #db7ddb 50%, #b162b1 50%);
  background-image: linear-gradient(to bottom, #db7ddb 50%, #b162b1 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFDB7DDB", endColorstr="#FFB162B1", GradientType=0);
  background-repeat: repeat-x;
}
.btn-typ-unbekannt:active, .btn-typ-unbekannt.active, .open > .dropdown-toggle .btn-typ-unbekannt {
  background-image: none;
}
.btn-typ-unbekannt.disabled, .btn-typ-unbekannt.disabled:hover, .btn-typ-unbekannt.disabled:focus, .btn-typ-unbekannt.disabled.focus, .btn-typ-unbekannt.disabled:active, .btn-typ-unbekannt.disabled.active, .btn-typ-unbekannt[disabled], .btn-typ-unbekannt[disabled]:hover, .btn-typ-unbekannt[disabled]:focus, .btn-typ-unbekannt[disabled].focus, .btn-typ-unbekannt[disabled]:active, .btn-typ-unbekannt[disabled].active, fieldset[disabled] .btn-typ-unbekannt, fieldset[disabled] .btn-typ-unbekannt:hover, fieldset[disabled] .btn-typ-unbekannt:focus, fieldset[disabled] .btn-typ-unbekannt.focus, fieldset[disabled] .btn-typ-unbekannt:active, fieldset[disabled] .btn-typ-unbekannt.active {
  background-color: #d495d4;
  background-image: -webkit-linear-gradient(top, #E6A5E6 50%, #C284C2 50%);
  background-image: -o-linear-gradient(top, #E6A5E6 50%, #C284C2 50%);
  background-image: linear-gradient(to bottom, #E6A5E6 50%, #C284C2 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFE6A5E6", endColorstr="#FFC284C2", GradientType=0);
  background-repeat: repeat-x;
  border-color: #d495d4;
}
.btn-typ-unbekannt .badge {
  color: #d495d4;
  background-color: #FFFFFF;
}

.btn-typ-unbekannt-flat {
  color: #FFFFFF;
  background-color: #d495d4;
  border-color: #d495d4;
}
.btn-typ-unbekannt-flat:focus, .btn-typ-unbekannt-flat.focus {
  color: #FFFFFF;
  background-color: #c571c5;
  border-color: #a643a6;
}
.btn-typ-unbekannt-flat:hover {
  color: #FFFFFF;
  background-color: #c571c5;
  border-color: #c269c2;
}
.btn-typ-unbekannt-flat:active, .btn-typ-unbekannt-flat.active, .open > .btn-typ-unbekannt-flat.dropdown-toggle {
  color: #FFFFFF;
  background-color: #c571c5;
  background-image: none;
  border-color: #c269c2;
}
.btn-typ-unbekannt-flat:active:hover, .btn-typ-unbekannt-flat:active:focus, .btn-typ-unbekannt-flat:active.focus, .btn-typ-unbekannt-flat.active:hover, .btn-typ-unbekannt-flat.active:focus, .btn-typ-unbekannt-flat.active.focus, .open > .btn-typ-unbekannt-flat.dropdown-toggle:hover, .open > .btn-typ-unbekannt-flat.dropdown-toggle:focus, .open > .btn-typ-unbekannt-flat.dropdown-toggle.focus {
  color: #FFFFFF;
  background-color: #bb57bb;
  border-color: #a643a6;
}
.btn-typ-unbekannt-flat.disabled:hover, .btn-typ-unbekannt-flat.disabled:focus, .btn-typ-unbekannt-flat.disabled.focus, .btn-typ-unbekannt-flat[disabled]:hover, .btn-typ-unbekannt-flat[disabled]:focus, .btn-typ-unbekannt-flat[disabled].focus, fieldset[disabled] .btn-typ-unbekannt-flat:hover, fieldset[disabled] .btn-typ-unbekannt-flat:focus, fieldset[disabled] .btn-typ-unbekannt-flat.focus {
  background-color: #d495d4;
  border-color: #d495d4;
}
.btn-typ-unbekannt-flat .badge {
  color: #d495d4;
  background-color: #FFFFFF;
}

.btn-typ-unbekannt,
.btn-typ-unbekannt-flat {
  text-shadow: 0 1px 0 rgba(85, 85, 85, 0.5) !important;
}

.label-typ-unbekannt-flat {
  background-color: #d495d4;
}
.label-typ-unbekannt-flat,
.label-typ-unbekannt-flat a, .label-typ-unbekannt-flat:hover,
.label-typ-unbekannt-flat:hover a, .label-typ-unbekannt-flat:focus,
.label-typ-unbekannt-flat:focus a, a .label-typ-unbekannt-flat,
a .label-typ-unbekannt-flat a, a .label-typ-unbekannt-flat:hover,
a .label-typ-unbekannt-flat:hover a, a .label-typ-unbekannt-flat:focus,
a .label-typ-unbekannt-flat:focus a {
  color: #FFF;
}
.label-typ-unbekannt-flat[href]:hover, .label-typ-unbekannt-flat[href]:focus, .label-typ-unbekannt-flat.dexicon:hover, .label-typ-unbekannt-flat.dexicon:focus {
  background-color: #c571c5;
}

.label-typ-unbekannt {
  background-color: #d495d4;
  background-image: -webkit-linear-gradient(top, #E6A5E6 50%, #C284C2 50%);
  background-image: -o-linear-gradient(top, #E6A5E6 50%, #C284C2 50%);
  background-image: linear-gradient(to bottom, #E6A5E6 50%, #C284C2 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFE6A5E6", endColorstr="#FFC284C2", GradientType=0);
  background-repeat: repeat-x;
}
.label-typ-unbekannt,
.label-typ-unbekannt a, .label-typ-unbekannt:hover,
.label-typ-unbekannt:hover a, .label-typ-unbekannt:focus,
.label-typ-unbekannt:focus a, a .label-typ-unbekannt,
a .label-typ-unbekannt a, a .label-typ-unbekannt:hover,
a .label-typ-unbekannt:hover a, a .label-typ-unbekannt:focus,
a .label-typ-unbekannt:focus a {
  color: #FFFFFF;
}
.label-typ-unbekannt[href]:hover, .label-typ-unbekannt[href]:focus, .label-typ-unbekannt.dexicon:hover, .label-typ-unbekannt.dexicon:focus {
  background-color: #c571c5;
  background-image: -webkit-linear-gradient(top, #db7ddb 50%, #b162b1 50%);
  background-image: -o-linear-gradient(top, #db7ddb 50%, #b162b1 50%);
  background-image: linear-gradient(to bottom, #db7ddb 50%, #b162b1 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFDB7DDB", endColorstr="#FFB162B1", GradientType=0);
  background-repeat: repeat-x;
}

.label-typ-unbekannt,
.label-typ-unbekannt-flat {
  text-shadow: 0 1px 0 rgba(85, 85, 85, 0.5) !important;
}

.multicolumn {
  text-align: left;
  -webkit-column-gap: 15px;
  -webkit-column-width: 240px;
  -webkit-column-rule: 1px solid #ddd;
  -moz-column-gap: 15px;
  -moz-column-width: 240px;
  -moz-column-rule: 1px solid #ddd;
  column-gap: 15px;
  column-width: 240px;
  column-rule: 1px solid #ddd;
}

ul.list-inline:not(.bsDefault) {
  text-align: left;
}
ul.list-inline:not(.bsDefault) li {
  padding-left: 0;
  padding-right: 0;
  display: inline;
}
ul.list-inline:not(.bsDefault) li:not(:last-child)::after {
  content: ", ";
}

.img-rounded {
  border-radius: 4px;
}

.panel-default .panel-heading,
.nav-tabs > li.active > a {
  text-shadow: 0 1px 0 rgba(85, 85, 85, 0.5) !important;
}

.pager li > a {
  color: #555555;
  font-size: 12.5px;
  font-weight: bold;
}
.pager li > a:focus,
.pager li > a:hover {
  color: #fff;
  border-color: #6c891f;
  text-shadow: 0 1px 0 rgba(85, 85, 85, 0.5) !important;
}

.btn.btn-primary, #newsList article .btn-primary.jsSpoilerToggle, #newsList button.buttonPrimary,
button.btn-primary {
  font-size: 12.5px;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(85, 85, 85, 0.5) !important;
}
.btn.btn-default, #newsList article .btn.jsSpoilerToggle, #newsList article .btn-default.jsSpoilerToggle, #newsList article .jsSpoilerToggle, #newsList button.btn-default.buttonPrimary, #newsList article button.buttonPrimary.jsSpoilerToggle,
button.btn-default,
#newsList article button.jsSpoilerToggle {
  font-size: 12.5px;
  font-weight: bold;
}
.btn.btn-default:hover, #newsList article .jsSpoilerToggle:hover, #newsList button.btn-default.buttonPrimary:hover, .btn.btn-default:focus, #newsList article .jsSpoilerToggle:focus, #newsList button.btn-default.buttonPrimary:focus, .btn.btn-default.focus, #newsList article .focus.jsSpoilerToggle, #newsList button.btn-default.focus.buttonPrimary, .btn.btn-default:active, #newsList article .jsSpoilerToggle:active, #newsList button.btn-default.buttonPrimary:active, .btn.btn-default.active, #newsList article .active.jsSpoilerToggle, #newsList button.btn-default.active.buttonPrimary, .open > .dropdown-toggle .btn.btn-default, .open > .dropdown-toggle #newsList article .jsSpoilerToggle, #newsList article .open > .dropdown-toggle .jsSpoilerToggle, .open > .dropdown-toggle #newsList button.btn-default.buttonPrimary, #newsList .open > .dropdown-toggle button.btn-default.buttonPrimary, #newsList .open > .dropdown-toggle article button.buttonPrimary.jsSpoilerToggle,
button.btn-default:hover,
button.btn-default:focus,
button.btn-default.focus,
button.btn-default:active,
button.btn-default.active,
.open > .dropdown-toggle button.btn-default {
  color: #fff;
  background-color: #83a626;
  border-color: #6c891f;
  text-shadow: 0 1px 0 rgba(85, 85, 85, 0.5) !important;
}

* {
  text-overflow: ellipsis;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  min-height: 100%;
}

body {
  background-color: #c8ef63;
  background-image: linear-gradient(to bottom, rgba(159, 207, 107, 0.7), rgba(159, 207, 107, 0)), linear-gradient(-45deg, #bee852 20%, transparent 20%, transparent 50%, #bee852 50%, #bee852 70%, transparent 70%, transparent);
  background-repeat: repeat-x, repeat;
  background-size: auto 300px, 50px 50px;
  background-position: left 30px, left top;
  min-width: 320px;
}
@media screen and (min-width: 768px) {
  body {
    background-position: left 140px, top left;
  }
}

img {
  max-width: 100%;
}

.table.valignMiddle > thead > tr > th, .messageTableOverflow > table.valignMiddle > thead > tr > th,
.table.valignMiddle > tbody > tr > th,
.messageTableOverflow > table.valignMiddle > tbody > tr > th,
.table.valignMiddle > tfoot > tr > th,
.messageTableOverflow > table.valignMiddle > tfoot > tr > th,
.table.valignMiddle > thead > tr > td,
.messageTableOverflow > table.valignMiddle > thead > tr > td,
.table.valignMiddle > tbody > tr > td,
.messageTableOverflow > table.valignMiddle > tbody > tr > td,
.table.valignMiddle > tfoot > tr > td,
.messageTableOverflow > table.valignMiddle > tfoot > tr > td, .table.valign-middle > thead > tr > th, #sidebar #eventPokemon .event-entry > dl > dt > .table.label-group > thead > tr > th, .messageTableOverflow > table.valign-middle > thead > tr > th, #sidebar #eventPokemon .event-entry > dl > dt.messageTableOverflow > table.label-group > thead > tr > th,
.table.valign-middle > tbody > tr > th,
#sidebar #eventPokemon .event-entry > dl > dt > .table.label-group > tbody > tr > th,
.messageTableOverflow > table.valign-middle > tbody > tr > th,
#sidebar #eventPokemon .event-entry > dl > dt.messageTableOverflow > table.label-group > tbody > tr > th,
.table.valign-middle > tfoot > tr > th,
#sidebar #eventPokemon .event-entry > dl > dt > .table.label-group > tfoot > tr > th,
.messageTableOverflow > table.valign-middle > tfoot > tr > th,
#sidebar #eventPokemon .event-entry > dl > dt.messageTableOverflow > table.label-group > tfoot > tr > th,
.table.valign-middle > thead > tr > td,
#sidebar #eventPokemon .event-entry > dl > dt > .table.label-group > thead > tr > td,
.messageTableOverflow > table.valign-middle > thead > tr > td,
#sidebar #eventPokemon .event-entry > dl > dt.messageTableOverflow > table.label-group > thead > tr > td,
.table.valign-middle > tbody > tr > td,
#sidebar #eventPokemon .event-entry > dl > dt > .table.label-group > tbody > tr > td,
.messageTableOverflow > table.valign-middle > tbody > tr > td,
#sidebar #eventPokemon .event-entry > dl > dt.messageTableOverflow > table.label-group > tbody > tr > td,
.table.valign-middle > tfoot > tr > td,
#sidebar #eventPokemon .event-entry > dl > dt > .table.label-group > tfoot > tr > td,
.messageTableOverflow > table.valign-middle > tfoot > tr > td,
#sidebar #eventPokemon .event-entry > dl > dt.messageTableOverflow > table.label-group > tfoot > tr > td {
  vertical-align: middle;
}

.genDexiconList .dexicon.label {
  display: inline-block;
  line-height: 1.5;
}

.marginTop,
.margin-top {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .marginTop,
.margin-top {
    margin-top: 15px;
  }
}

.marginBottom, #main #contentWrapper #content .typeChooser > div > .btn, #main #contentWrapper #content #newsList article .typeChooser > div > .jsSpoilerToggle, #newsList article #main #contentWrapper #content .typeChooser > div > .jsSpoilerToggle, #main #contentWrapper #content #newsList .typeChooser > div > button.buttonPrimary, #newsList #main #contentWrapper #content .typeChooser > div > button.buttonPrimary, .featureBoxContainer, .table-responsive, .messageTableOverflow,
.margin-bottom {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .marginBottom, #main #contentWrapper #content .typeChooser > div > .btn, #main #contentWrapper #content #newsList article .typeChooser > div > .jsSpoilerToggle, #newsList article #main #contentWrapper #content .typeChooser > div > .jsSpoilerToggle, #main #contentWrapper #content #newsList .typeChooser > div > button.buttonPrimary, #newsList #main #contentWrapper #content .typeChooser > div > button.buttonPrimary, .featureBoxContainer, .table-responsive, .messageTableOverflow,
.margin-bottom {
    margin-bottom: 15px;
  }
}

.no-margin {
  margin: 0;
}

.no-margin-top {
  margin-top: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.dexPagerContainer .pager {
  margin-top: 0;
  margin-bottom: 0;
}

.well, #newsList article .spoilerBox > .spoilerBoxContent {
  border-radius: 4px;
  box-shadow: 0px 0px 0px 1px #FFF inset;
  border-width: 1px;
  border-style: solid;
}
.well.dark, #newsList article .spoilerBox > .dark.spoilerBoxContent {
  background-color: #eeeeee;
  color: inherit;
}

.table-responsive > .table, .messageTableOverflow > .table, .messageTableOverflow > table {
  margin-bottom: 0;
}

.media .media-left img,
.media .media-right img {
  max-width: none;
}

.tableImgFix img,
.table .no-break img,
.table #main #contentWrapper #content .movetable .breeding_parents > li img,
#main #contentWrapper #content .movetable .table .breeding_parents > li img,
.table #main #contentWrapper #content .movetable > .table-responsive > table thead tr th img,
#main #contentWrapper #content .movetable > .table-responsive > table thead tr .table th img,
.table #main #contentWrapper #content .movetable > .messageTableOverflow > table thead tr th img,
#main #contentWrapper #content .movetable > .messageTableOverflow > table thead tr .table th img,
.table #main #contentWrapper #content .movetable > .table-responsive > table thead tr td img,
#main #contentWrapper #content .movetable > .table-responsive > table thead tr .table td img,
.table #main #contentWrapper #content .movetable > .messageTableOverflow > table thead tr td img,
#main #contentWrapper #content .movetable > .messageTableOverflow > table thead tr .table td img,
.table #main #contentWrapper #content .movetable > table thead tr th img,
#main #contentWrapper #content .movetable > table thead tr .table th img,
.table #main #contentWrapper #content .movetable > table thead tr td img,
#main #contentWrapper #content .movetable > table thead tr .table td img,
.messageTableOverflow > table .no-break img,
.messageTableOverflow > table #main #contentWrapper #content .movetable .breeding_parents > li img,
#main #contentWrapper #content .movetable .messageTableOverflow > table .breeding_parents > li img,
.messageTableOverflow > table #main #contentWrapper #content .movetable > .table-responsive > table thead tr th img,
#main #contentWrapper #content .movetable > .table-responsive > table thead tr .messageTableOverflow > table th img,
#main #contentWrapper #content .movetable > .messageTableOverflow > table thead tr th img,
.messageTableOverflow > table #main #contentWrapper #content .movetable > .table-responsive > table thead tr td img,
#main #contentWrapper #content .movetable > .table-responsive > table thead tr .messageTableOverflow > table td img,
#main #contentWrapper #content .movetable > .messageTableOverflow > table thead tr td img,
.messageTableOverflow > table #main #contentWrapper #content .movetable > table thead tr th img,
#main #contentWrapper #content .movetable > table thead tr .messageTableOverflow > table th img,
.messageTableOverflow > table #main #contentWrapper #content .movetable > table thead tr td img,
#main #contentWrapper #content .movetable > table thead tr .messageTableOverflow > table td img {
  max-width: none;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
  border-left: 5px solid #a4d02f;
  padding-left: 5px;
}
#content .panel-heading h1, #content .panel-heading .h1,
#content .panel-heading h2, #content .panel-heading .h2,
#content .panel-heading h3, #content .panel-heading .h3,
#content .panel-heading h4, #content .panel-heading .h4,
#content .panel-heading h5, #content .panel-heading .h5,
#content .panel-heading h6, #content .panel-heading .h6,
#content .panel-title h1,
#content .panel-title .h1,
#content .panel-title h2,
#content .panel-title .h2,
#content .panel-title h3,
#content .panel-title .h3,
#content .panel-title h4,
#content .panel-title .h4,
#content .panel-title h5,
#content .panel-title .h5,
#content .panel-title h6,
#content .panel-title .h6,
#content .alert h1,
#content .alert .h1,
#content .alert h2,
#content .alert .h2,
#content .alert h3,
#content .alert .h3,
#content .alert h4,
#content .alert .h4,
#content .alert h5,
#content .alert .h5,
#content .alert h6,
#content .alert .h6,
#content .modal-header h1,
#content .modal-header .h1,
#content .modal-header h2,
#content .modal-header .h2,
#content .modal-header h3,
#content .modal-header .h3,
#content .modal-header h4,
#content .modal-header .h4,
#content .modal-header h5,
#content .modal-header .h5,
#content .modal-header h6,
#content .modal-header .h6,
#content .list-group-item h1,
#content .list-group-item .h1,
#content .list-group-item h2,
#content .list-group-item .h2,
#content .list-group-item h3,
#content .list-group-item .h3,
#content .list-group-item h4,
#content .list-group-item .h4,
#content .list-group-item h5,
#content .list-group-item .h5,
#content .list-group-item h6,
#content .list-group-item .h6,
#content .jumbotron h1,
#content .jumbotron .h1,
#content .jumbotron h2,
#content .jumbotron .h2,
#content .jumbotron h3,
#content .jumbotron .h3,
#content .jumbotron h4,
#content .jumbotron .h4,
#content .jumbotron h5,
#content .jumbotron .h5,
#content .jumbotron h6,
#content .jumbotron .h6 {
  border-left: none;
  padding-left: 0;
}
#content .panel-body > *:first-child {
  margin-top: 0;
}
#content .panel-body > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #content h1, #content .h1,
#content h2, #content .h2 {
    font-size: 19px;
  }
  #content h3, #content .h3 {
    font-size: 18px;
  }
  #content .panel-body h1, #content .panel-body .h1 {
    font-weight: bold;
  }
}

#sideMenu .nav-header,
#sidebar .sideNav h4.nav-header,
#content .well > h1,
#content #newsList article .spoilerBox > .spoilerBoxContent > h1,
#newsList article #content .spoilerBox > .spoilerBoxContent > h1,
#content .well > header > h1,
#content #newsList article .spoilerBox > .spoilerBoxContent > header > h1,
#newsList article #content .spoilerBox > .spoilerBoxContent > header > h1,
#content .well > div > header > h1,
#content #newsList article .spoilerBox > .spoilerBoxContent > div > header > h1,
#newsList article #content .spoilerBox > .spoilerBoxContent > div > header > h1 {
  padding: 5px 25px;
  border-radius: 0 10px 10px 0;
}

#sideMenu .nav-header,
#sidebar .sideNav h4.nav-header,
#content .well > h1,
#content #newsList article .spoilerBox > .spoilerBoxContent > h1,
#newsList article #content .spoilerBox > .spoilerBoxContent > h1,
#content .well > header > h1,
#content #newsList article .spoilerBox > .spoilerBoxContent > header > h1,
#newsList article #content .spoilerBox > .spoilerBoxContent > header > h1,
#content .well > div > header > h1,
#content #newsList article .spoilerBox > .spoilerBoxContent > div > header > h1,
#newsList article #content .spoilerBox > .spoilerBoxContent > div > header > h1 {
  position: relative;
  margin: 0px 30px 20px -20px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.4) inset;
  font-weight: bold;
  background-color: #a4d02f;
  border-left: none;
}
#sideMenu .nav-header,
#sideMenu .nav-header > small,
#sideMenu .nav-header > .small,
#sidebar .sideNav h4.nav-header,
#sidebar .sideNav h4.nav-header > small,
#sidebar .sideNav h4.nav-header > .small,
#content .well > h1,
#content #newsList article .spoilerBox > .spoilerBoxContent > h1,
#newsList article #content .spoilerBox > .spoilerBoxContent > h1,
#content .well > h1 > small,
#content #newsList article .spoilerBox > .spoilerBoxContent > h1 > small,
#newsList article #content .spoilerBox > .spoilerBoxContent > h1 > small,
#content .well > h1 > .small,
#content #newsList article .spoilerBox > .spoilerBoxContent > h1 > .small,
#newsList article #content .spoilerBox > .spoilerBoxContent > h1 > .small,
#content .well > header > h1,
#content #newsList article .spoilerBox > .spoilerBoxContent > header > h1,
#newsList article #content .spoilerBox > .spoilerBoxContent > header > h1,
#content .well > header > h1 > small,
#content #newsList article .spoilerBox > .spoilerBoxContent > header > h1 > small,
#newsList article #content .spoilerBox > .spoilerBoxContent > header > h1 > small,
#content .well > header > h1 > .small,
#content #newsList article .spoilerBox > .spoilerBoxContent > header > h1 > .small,
#newsList article #content .spoilerBox > .spoilerBoxContent > header > h1 > .small,
#content .well > div > header > h1,
#content #newsList article .spoilerBox > .spoilerBoxContent > div > header > h1,
#newsList article #content .spoilerBox > .spoilerBoxContent > div > header > h1,
#content .well > div > header > h1 > small,
#content .well > div > header > h1 > .small {
  color: #FFF;
  text-shadow: 0 1px 0 rgba(85, 85, 85, 0.5) !important;
}
@media screen and (min-width: 768px) {
  #sideMenu .nav-header,
#sidebar .sideNav h4.nav-header,
#content .well > h1,
#content #newsList article .spoilerBox > .spoilerBoxContent > h1,
#newsList article #content .spoilerBox > .spoilerBoxContent > h1,
#content .well > header > h1,
#content #newsList article .spoilerBox > .spoilerBoxContent > header > h1,
#newsList article #content .spoilerBox > .spoilerBoxContent > header > h1,
#content .well > div > header > h1,
#content #newsList article .spoilerBox > .spoilerBoxContent > div > header > h1,
#newsList article #content .spoilerBox > .spoilerBoxContent > div > header > h1 {
    margin: 0px 30px 20px -30px;
  }
  #sideMenu .nav-header:before,
#sidebar .sideNav h4.nav-header:before,
#content .well > h1:before,
#content #newsList article .spoilerBox > .spoilerBoxContent > h1:before,
#newsList article #content .spoilerBox > .spoilerBoxContent > h1:before,
#content .well > header > h1:before,
#content #newsList article .spoilerBox > .spoilerBoxContent > header > h1:before,
#newsList article #content .spoilerBox > .spoilerBoxContent > header > h1:before,
#content .well > div > header > h1:before,
#content #newsList article .spoilerBox > .spoilerBoxContent > div > header > h1:before,
#newsList article #content .spoilerBox > .spoilerBoxContent > div > header > h1:before {
    content: "";
    display: block;
    position: absolute;
    top: -9px;
    width: 0;
    height: 0;
    left: 0;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #646464 transparent;
    border-style: inset inset solid inset;
    background-color: transparent;
  }
}

.panel-default > .panel-heading {
  background-color: #a4d02f;
  color: #FFF;
  font-weight: bold;
}

.modal-content {
  overflow: hidden;
}

.modal-header {
  background-color: #a4d02f;
  color: #FFF;
}

.tab-content {
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 4px;
}

.nav-tabs {
  border-bottom: none;
  margin-left: 5px;
  margin-top: 20px;
}
.nav-tabs > li:not(.active) > a {
  background-color: #FFF;
}
.nav-tabs > li.active {
  margin-top: -10px;
}
.nav-tabs > li.active > a {
  padding: 10px 15px;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li:first-child a {
  border-top-left-radius: 4px;
}
.nav-tabs > li:last-child a {
  border-top-right-radius: 4px;
}
.nav-tabs > li > a {
  border: 1px solid #ddd;
  margin-right: -1px;
  padding: 5px 15px;
  border-radius: 0px;
}

.tab-content > .tab-pane > *:first-child {
  margin-top: 0;
}

.table-fixed {
  table-layout: fixed;
}

.css-table {
  display: table;
  width: 100%;
}

.css-table-row {
  display: table-row;
}
.css-table-row > div {
  display: table-cell;
}

.css-table-cell, #main #contentWrapper #content #bilderdex > a > span,
#main #contentWrapper #content .dexImageList > a > span {
  display: table-cell;
}

.valignTop,
.valign-top {
  vertical-align: top;
}

.valignMiddle,
.valign-middle,
#sidebar #eventPokemon .event-entry > dl > dt > .label-group {
  vertical-align: middle;
}

.valignBottom,
.valign-bottom,
#main #contentWrapper #content #bilderdex > a > span,
#main #contentWrapper #content .dexImageList > a > span {
  vertical-align: bottom;
}

#evoRow .css-table .css-table-row:nth-child(n+2) > div {
  padding-top: 10px;
}
#evoRow .css-table .css-table-row > div {
  float: none;
  position: relative;
}
#evoRow .css-table .css-table-row > div > a > img {
  max-height: 110px;
}
#evoRow .css-table .css-table-row .top {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
}

.no-break, #main #contentWrapper #content .movetable .breeding_parents > li, #main #contentWrapper #content .movetable > .table-responsive > table thead tr th, #main #contentWrapper #content .movetable > .messageTableOverflow > table thead tr th, #main #contentWrapper #content .movetable > .table-responsive > table thead tr td, #main #contentWrapper #content .movetable > .messageTableOverflow > table thead tr td,
#main #contentWrapper #content .movetable > table thead tr th,
#main #contentWrapper #content .movetable > table thead tr td {
  white-space: nowrap;
  word-break: keep-all;
}

.list-group.list-group-sm > .list-group-item,
.list-group.list-group-sm > li > a.list-group-item {
  padding: 5px 7px;
}

@media screen and (max-width: 991px) {
  .offcanvas {
    -webkit-transition: left 0.25s ease-out;
    -moz-transition: left 0.25s ease-out;
    -o-transition: left 0.25s ease-out;
    transition: left 0.25s ease-out;
    position: absolute;
    top: 0;
    left: -300px;
  }
  .offcanvas.active, .offcanvas.transition {
    display: block;
    z-index: 9999;
  }
  .offcanvas.active {
    left: 0;
  }
}

.scrollToTopButton {
  display: none;
  cursor: pointer;
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 10px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #FFF;
  border-radius: 50%;
  z-index: 9999;
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
}
.scrollToTopButton:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.scrollToTopButton > span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  line-height: 0;
}
.scrollToTopButton > span:after {
  content: url(../_images/design/icons/arrow-up.png);
  display: inline-block;
  height: 16px;
  width: 16px;
}

.breadcrumb {
  border: 1px solid #DDD;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
}

.flexSidebar {
  max-width: 200px;
  overflow-x: auto;
  display: none;
}

@media screen and (min-width: 900px) {
  #flexContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #flexContent > #main {
    -ms-flex: 0 0.01 auto;
    -ms-flex-order: 1;
    order: 1;
    flex-shrink: 0.01;
    flex-grow: 0;
    margin: 0;
  }
  #flexContent > #skySidebar {
    -ms-flex: 1 0 auto;
    -ms-flex-order: 2;
    order: 2;
    flex-shrink: 0;
    flex-grow: 1;
    margin-left: 5px;
  }
  #flexContent .flexSidebar {
    display: block;
  }
  #flexContent .flexSpacer {
    -ms-flex-order: 0;
    -ms-flex: 1 1 auto;
    order: 0;
    flex-shrink: 1;
    flex-grow: 1;
    margin-right: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .flexSidebar {
    max-width: 300px;
  }
}
.featureBoxContainer .row {
  margin-top: 5px;
}
.featureBoxContainer .row:first-child {
  margin-top: 0;
}
.featureBoxContainer .row > div.col-xs-6:first-child, .featureBoxContainer .row > div.col-xs-6:only-child {
  padding-right: 3px;
}
.featureBoxContainer .row > div.col-xs-6:last-child {
  padding-left: 3px;
}
.featureBoxContainer .row > div.col-xs-6:only-child {
  padding-left: 15px;
}

.feature, .feature > div {
  height: 90px;
  position: relative;
}
.feature > div {
  background-repeat: no-repeat;
  background-position: top center;
}
.feature > div.img-rounded > a > .description,
.feature > div.img-rounded > a > h4 {
  border-radius: 0 0 4px 4px;
}
.feature.small {
  margin-top: 10px;
}
.feature.small, .feature.small > div {
  height: 100px;
}
.feature.medium {
  margin-top: 10px;
}
.feature.medium, .feature.medium > div {
  height: 180px;
}
.feature.large {
  margin-top: 10px;
}
.feature.large, .feature.large > div {
  height: 248px;
}
.feature:hover {
  z-index: 9999;
}
.feature:hover > div {
  box-shadow: 0 0 5px 1px #5da01f;
}
.feature a {
  height: 100%;
  width: 100%;
  display: block;
  color: #FFF;
  text-shadow: 0 1px 0 #000;
}
.feature a > .description,
.feature a > h4 {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.35);
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding: 5px 10px;
  font-weight: bold;
  margin: 0;
  font-size: inherit;
  border: none !important;
}
.feature a > .description > h4,
.feature a > .description > h5 {
  border: none !important;
  margin: 0;
}
.feature a > .description > h5 {
  margin: 2px 0;
}

.feature-img-button {
  position: relative;
  margin: 10px auto auto auto;
  max-width: max-content;
  border-radius: 4px;
  overflow: hidden;
}
.feature-img-button > a {
  color: #FFF;
  text-shadow: 0 1px 0 #000;
}
.feature-img-button > a > img {
  height: auto;
}
.feature-img-button > a > .description {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.35);
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding: 5px 10px;
  font-weight: bold;
  margin: 0;
  font-size: inherit;
  border: none !important;
}
.feature-img-button > a > .description > h1, .feature-img-button > a > .description h2, .feature-img-button > a > .description h3, .feature-img-button > a > .description h4, .feature-img-button > a > .description h5, .feature-img-button > a > .description h6 {
  border: none !important;
  margin: 0;
  padding: 0;
}
.feature-img-button:hover {
  box-shadow: 0 0 5px 1px #5da01f;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2014 Daniel Eden
*/
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 20deg);
  }
  50% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -10deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    box-shadow: 0 0 5px 1px #5da01f;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 20deg);
  }
  50% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -10deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    box-shadow: 0 0 5px 1px #5da01f;
  }
}
.flipInX, #sidebar #sideFeature .event:hover > div,
#sidebar #sideFeature .item:hover > div {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.panel-group > .panel {
  margin-bottom: 0;
}
.panel-group > .panel .panel {
  margin-bottom: 20px;
}
.panel-group > .panel .panel + .panel {
  margin-top: 0;
}

.tippy-box[data-theme~=bs-popover] {
  max-width: 276px !important;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.tippy-box[data-theme~=bs-popover] .tippy-content {
  padding: 0;
  color: #333333;
}
.tippy-box[data-theme~=bs-popover] .tippy-content .popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #a4d02f;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.tippy-box[data-theme~=bs-popover] .tippy-content .popover-title h1, .tippy-box[data-theme~=bs-popover] .tippy-content .popover-title h2, .tippy-box[data-theme~=bs-popover] .tippy-content .popover-title h3, .tippy-box[data-theme~=bs-popover] .tippy-content .popover-title h4, .tippy-box[data-theme~=bs-popover] .tippy-content .popover-title h5, .tippy-box[data-theme~=bs-popover] .tippy-content .popover-title h6 {
  border-left: none;
}
.tippy-box[data-theme~=bs-popover] .tippy-content .popover-content {
  padding: 9px 14px;
}
.tippy-box[data-theme~=bs-popover] .tippy-arrow {
  color: #fff;
}
.tippy-box[data-theme~=bs-popover] .tippy-arrow {
  border-color: inherit;
}
.tippy-box[data-theme~=bs-popover] .tippy-arrow::after {
  content: "";
  z-index: -1;
  position: absolute;
  border-color: transparent;
  border-style: solid;
}
.tippy-box[data-theme~=bs-popover][data-placement^=top] > .tippy-arrow::after {
  border-top-color: inherit;
  border-width: 8px 8px 0;
  bottom: -8px;
  left: 0;
}
.tippy-box[data-theme~=bs-popover][data-placement^=bottom] > .tippy-arrow::after {
  border-bottom-color: inherit;
  border-width: 0 8px 8px;
  top: -8px;
  left: 0;
}
.tippy-box[data-theme~=bs-popover][data-placement^=left] > .tippy-arrow::after {
  border-left-color: inherit;
  border-width: 8px 0 8px 8px;
  right: -8px;
  top: 0;
}
.tippy-box[data-theme~=bs-popover][data-placement^=right] > .tippy-arrow::after {
  border-width: 8px 8px 8px 0;
  left: -8px;
  top: 0;
  border-right-color: inherit;
}

#logoContainer {
  text-align: center;
  background-image: url("../_images/design/background.png");
  background-position: top;
  background-size: auto 50px;
}
#logoContainer img {
  height: 50px;
}
@media screen and (min-width: 768px) {
  #logoContainer {
    background-size: auto;
  }
  #logoContainer img {
    height: 125px;
  }
}
#logoContainer a {
  display: block;
  width: 100%;
  height: 100%;
}
#mainMenu {
  margin-bottom: 0;
  min-height: 0;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
}
#mainMenu > div {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #mainMenu > .navbar-header {
    height: 0;
  }
  #mainMenu > .navbar-header > .navbar-toggle {
    position: absolute;
    top: -50px;
    right: 0;
    background: #FFF;
  }
}
#mainMenu .nav.navbar-nav {
  margin: 0;
  padding: 0;
  float: none;
}
#mainMenu .nav.navbar-nav > li {
  float: none;
  display: inline-block;
  font-weight: bold;
  font-variant: small-caps;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  margin-bottom: 3px;
}
#mainMenu .nav.navbar-nav > li > a {
  border-radius: 4px 4px 0 0;
  text-decoration: none;
  color: #191919;
  display: block;
  height: 100%;
  padding: 5px 15px;
}
@media screen and (min-width: 768px) {
  #mainMenu .nav.navbar-nav > li {
    padding-bottom: 1px;
    margin-bottom: -1px;
    border-radius: 0;
  }
  #mainMenu .nav.navbar-nav > li > a {
    border-radius: 0;
  }
}
#mainMenu .nav.navbar-nav > li.active, #mainMenu .nav.navbar-nav > li:hover {
  border-radius: 0 0 4px 4px;
}
@media screen and (min-width: 768px) {
  #mainMenu .nav.navbar-nav > li.active, #mainMenu .nav.navbar-nav > li:hover {
    margin-top: -5px;
    border-top-width: 5px;
    border-top-style: solid;
    border-radius: 2px 2px 0 0;
    box-shadow: -2px 0 2px rgba(0, 0, 0, 0.5), 2px 0 2px rgba(0, 0, 0, 0.5);
  }
}
#mainMenu .nav.navbar-nav > li.index {
  border-color: #db1313;
}
#mainMenu .nav.navbar-nav > li.index.active > a, #mainMenu .nav.navbar-nav > li.index:hover > a {
  color: #FFFFFF;
  background-color: #db1313;
}
#mainMenu .nav.navbar-nav > li.pokedex {
  border-color: #0b55a1;
}
#mainMenu .nav.navbar-nav > li.pokedex.active > a, #mainMenu .nav.navbar-nav > li.pokedex:hover > a {
  color: #FFFFFF;
  background-color: #0b55a1;
}
#mainMenu .nav.navbar-nav > li.godex {
  border-color: #fb7d7d;
}
#mainMenu .nav.navbar-nav > li.godex.active > a, #mainMenu .nav.navbar-nav > li.godex:hover > a {
  color: #FFFFFF;
  background-color: #fb7d7d;
}
#mainMenu .nav.navbar-nav > li.anime {
  border-color: #ffd001;
}
#mainMenu .nav.navbar-nav > li.anime.active > a, #mainMenu .nav.navbar-nav > li.anime:hover > a {
  color: #000000;
  background-color: #ffd001;
}
#mainMenu .nav.navbar-nav > li.manga {
  border-color: #6ec617;
}
#mainMenu .nav.navbar-nav > li.manga.active > a, #mainMenu .nav.navbar-nav > li.manga:hover > a {
  color: #FFFFFF;
  background-color: #6ec617;
}
#mainMenu .nav.navbar-nav > li.spiele {
  border-color: #209ce6;
}
#mainMenu .nav.navbar-nav > li.spiele.active > a, #mainMenu .nav.navbar-nav > li.spiele:hover > a {
  color: #FFFFFF;
  background-color: #209ce6;
}
#mainMenu .nav.navbar-nav > li.sammelkarten {
  border-color: #e67120;
}
#mainMenu .nav.navbar-nav > li.sammelkarten.active > a, #mainMenu .nav.navbar-nav > li.sammelkarten:hover > a {
  color: #FFFFFF;
  background-color: #e67120;
}
#mainMenu .nav.navbar-nav > li.tauschbasar {
  border-color: #02dea0;
}
#mainMenu .nav.navbar-nav > li.tauschbasar.active > a, #mainMenu .nav.navbar-nav > li.tauschbasar:hover > a {
  color: #000000;
  background-color: #02dea0;
}
#mainMenu .nav.navbar-nav > li.strategie {
  border-color: #6f1664;
}
#mainMenu .nav.navbar-nav > li.strategie.active > a, #mainMenu .nav.navbar-nav > li.strategie:hover > a {
  color: #FFFFFF;
  background-color: #6f1664;
}
#mainMenu .nav.navbar-nav > li.bisaboard {
  border-color: #a40000;
}
#mainMenu .nav.navbar-nav > li.bisaboard.active > a, #mainMenu .nav.navbar-nav > li.bisaboard:hover > a {
  color: #FFFFFF;
  background-color: #a40000;
}
#mainMenu .nav.navbar-nav > li.bisacast {
  border-color: #39ad0b;
}
#mainMenu .nav.navbar-nav > li.bisacast.active > a, #mainMenu .nav.navbar-nav > li.bisacast:hover > a {
  color: #FFFFFF;
  background-color: #39ad0b;
}
#mainMenu .nav.navbar-nav > li.weiteres {
  border-color: #949494;
}
#mainMenu .nav.navbar-nav > li.weiteres.active > a, #mainMenu .nav.navbar-nav > li.weiteres:hover > a {
  color: #FFFFFF;
  background-color: #949494;
}

#searchContainer > div > .socialLinks {
  display: none;
}
#searchContainer > div > form > div.input-group > .input-group-btn {
  width: 1%;
}
@media screen and (min-width: 768px) {
  #searchContainer {
    position: absolute;
    top: -85px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    height: 0;
  }
  #searchContainer > div {
    width: 300px;
    margin-left: auto;
  }
  #searchContainer > div > .socialLinks {
    display: block;
    padding: 0px 15px;
  }
  #searchContainer > div > .socialLinks > ul > li > a {
    padding: 0;
  }
  #searchContainer > div > .socialLinks > ul > li > a > img {
    width: 24px;
    height: 24px;
    padding: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 2px;
  }
  #searchContainer > div > form > div.input-group {
    width: 300px;
  }
}

@media screen and (max-width: 991px) {
  #sidebar {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 0 1px #fff inset;
    box-shadow: 0 0 0 1px #fff inset;
  }
}
@media screen and (min-width: 992px) {
  #sidebar .nav-header,
#sidebar .sideNav h4.nav-header {
    margin-left: -26px;
  }
}
#sidebar .nav-header,
#sidebar .sideNav h4.nav-header {
  background-image: url("../_images/design/pokeball.png");
  background-repeat: no-repeat;
  background-position: right;
  background-position: calc(100% + 8px);
  margin-bottom: 5px;
}
#sidebar .nav-header:nth-child(n+2),
#sidebar .sideNav h4.nav-header:nth-child(n+2) {
  margin-top: 5px;
}
#sidebar .sideNav h4.nav-header {
  font-size: 14px;
  line-height: inherit;
}
#sidebar #sideFeature .event,
#sidebar #sideFeature .item {
  margin-top: 11px;
  margin-bottom: 10px;
  max-width: 234px;
}
#sidebar #sideFeature .event,
#sidebar #sideFeature .event > div,
#sidebar #sideFeature .item,
#sidebar #sideFeature .item > div {
  height: 100px;
}
#sidebar #sideFeature .event > div,
#sidebar #sideFeature .item > div {
  background-position: top;
  background-size: 100%;
}
#sidebar #sideFeature .event .eventImageLink,
#sidebar #sideFeature .event .itemImageLink,
#sidebar #sideFeature .item .eventImageLink,
#sidebar #sideFeature .item .itemImageLink {
  padding: 0;
}
#sidebar #eventPokemon > h4 {
  margin-bottom: 11px;
}
#sidebar #eventPokemon .event-entry .poke-icon {
  width: 30px;
  margin-right: 3px;
  text-align: center;
}
#sidebar #eventPokemon .event-entry > dl {
  margin-bottom: 6px;
}
#sidebar #eventPokemon .event-entry > dl > dd {
  margin-left: 33px;
}
#sidebar #eventPokemon .event-entry > dl > dd > div > small {
  display: block;
  margin-bottom: 3px;
}
#sidebar #sideNews {
  height: 215px;
  padding-top: 40px;
  margin-bottom: 20px;
  text-shadow: 0px 0px 7px white;
  border-radius: 4px;
}
#sidebar #sideMenu ul li.active a {
  font-weight: bold;
}
#sidebar #sideMenu ul li a {
  padding: 6px 10px;
}

#main {
  background-color: rgba(204, 190, 0, 0.25);
  padding: 20px 0 20px 0;
}
@media screen and (max-width: 767px) {
  #main .panel-body,
#main .tab-content {
    padding-left: 5px;
    padding-right: 5px;
  }
  #main #content {
    overflow-x: hidden;
  }
  #main #content > section.well, #main #newsList article .spoilerBox#content > section.spoilerBoxContent, #newsList article #main .spoilerBox#content > section.spoilerBoxContent {
    padding: 19px 3px;
  }
}
@media screen and (min-width: 768px) {
  #main {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.6);
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 1px solid rgba(255, 255, 255, 0.4);
  }
}
@media screen and (min-width: 768px) {
  #main {
    background-color: #f5f5f5;
    padding: 15px 10px 1px;
  }
}
@media screen and (min-width: 992px) {
  #main {
    padding: 15px 30px 0;
  }
}
@media screen and (min-width: 1200px) {
  #main {
    padding: 15px 50px 0;
  }
}
@media screen and (min-width: 992px) {
  #main > div.row {
    margin-left: -30px;
  }
}
@media screen and (min-width: 1200px) {
  #main > div.row {
    margin-left: -50px;
  }
}
@media screen and (max-width: 991px) {
  #main > div.row {
    margin-left: 0;
    margin-right: 0;
  }
}
#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
  text-align: left;
}
#main #contentWrapper {
  padding-right: 0;
  padding-left: 0;
}
#main #contentWrapper #content {
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
#main #contentWrapper #content > ul {
  margin-top: 0;
}
#main #contentWrapper #content > ul > li {
  margin-top: 20px;
}
#main #contentWrapper #content > ul > li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #main #contentWrapper #content > div.row {
    margin-left: 0;
    margin-right: 0;
  }
  #main #contentWrapper #content > div.row > div[class^=col-],
#main #contentWrapper #content > div.row > div[class*=" col-"] {
    padding-left: 0;
    padding-right: 0;
  }
}
#main #contentWrapper #content > section.well, #main #contentWrapper #newsList article .spoilerBox#content > section.spoilerBoxContent, #newsList article #main #contentWrapper .spoilerBox#content > section.spoilerBoxContent,
#main #contentWrapper #content #newsList article.well,
#main #contentWrapper #content #newsList article .spoilerBox > article.spoilerBoxContent,
#main #contentWrapper #content #newsList + div > .btn.btn-block,
#main #contentWrapper #content #newsList article #newsList + div > .btn-block.jsSpoilerToggle,
#newsList article #main #contentWrapper #content #newsList + div > .btn-block.jsSpoilerToggle,
#main #contentWrapper #content .typeChooser > #newsList + div > .btn,
#main #contentWrapper #content #newsList article .typeChooser > #newsList + div > .jsSpoilerToggle,
#newsList article #main #contentWrapper #content .typeChooser > #newsList + div > .jsSpoilerToggle,
#main #contentWrapper #content #newsList #newsList + div > button.btn-block.buttonPrimary,
#main #contentWrapper #content #newsList .typeChooser > #newsList + div > button.buttonPrimary,
#newsList #main #contentWrapper #content #newsList + div > button.btn-block.buttonPrimary,
#newsList #main #contentWrapper #content .typeChooser > #newsList + div > button.buttonPrimary {
  box-shadow: 0px 0px 0px 1px #FFF inset, 0px 0px 3px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 479px) {
  #main #contentWrapper #content .newsMedia .media-left {
    display: none;
  }
}
#main #contentWrapper #content .newsMedia .media-left > img {
  border-radius: 4px;
  width: auto;
  height: auto;
}
@media (max-width: 767px) {
  #main #contentWrapper #content .newsMedia .media-left > img {
    max-width: 144px;
  }
}
@supports (display: contents) {
  #main #contentWrapper #content .newsMedia .media-left {
    display: block !important;
  }
  #main #contentWrapper #content .newsMedia .media-left {
    float: left;
  }
  #main #contentWrapper #content .newsMedia .media-body {
    display: contents;
  }
}
#main #contentWrapper #content #bilderdex.no-margin > a,
#main #contentWrapper #content .dexImageList.no-margin > a {
  margin: 0;
}
#main #contentWrapper #content #bilderdex > a,
#main #contentWrapper #content .dexImageList > a {
  display: inline-block;
  margin: 3px;
}
#main #contentWrapper #content #bilderdex > a > span,
#main #contentWrapper #content .dexImageList > a > span {
  width: 100px;
  height: 100px;
  padding: 4px;
  border-width: 1px;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out 0s;
}
#main #contentWrapper #content #bilderdex > a > span.alola,
#main #contentWrapper #content .dexImageList > a > span.alola {
  border-color: #3accff #3accff #feb571 #feb571;
}
#main #contentWrapper #content #bilderdex > a > span.galar,
#main #contentWrapper #content .dexImageList > a > span.galar {
  border-color: #9050dc;
}
#main #contentWrapper #content #bilderdex > a > span.hisui,
#main #contentWrapper #content .dexImageList > a > span.hisui {
  border-color: #92cc98;
}
#main #contentWrapper #content #bilderdex > a > span.paldea,
#main #contentWrapper #content .dexImageList > a > span.paldea {
  border-color: #9e2a22;
}
#main #contentWrapper #content #bilderdex > a > span.go-success,
#main #contentWrapper #content .dexImageList > a > span.go-success {
  background-color: rgba(164, 208, 46, 0.3);
  border: 1px solid #78a00c;
}
#main #contentWrapper #content #bilderdex > a > span.go-warning,
#main #contentWrapper #content .dexImageList > a > span.go-warning {
  background-color: rgba(255, 212, 0, 0.35);
  border: 1px solid #ffba1e;
}
#main #contentWrapper #content #bilderdex > a > span.go-danger,
#main #contentWrapper #content .dexImageList > a > span.go-danger {
  background-color: rgba(245, 47, 47, 0.22);
  border: 1px solid #c35e5e;
}
#main #contentWrapper #content #bilderdex > a > span:hover,
#main #contentWrapper #content .dexImageList > a > span:hover {
  border-color: #386013;
}
#main #contentWrapper #content #bilderdex > a > span > img,
#main #contentWrapper #content .dexImageList > a > span > img {
  max-width: 90px;
  max-height: 90px;
}
#main #contentWrapper #content .movetable .breeding_parents {
  white-space: normal;
}
@media screen and (max-width: 480px) {
  #main #contentWrapper #content #newsBox {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #main #contentWrapper #content #eventsBox {
    width: 100%;
  }
}
#main #contentWrapper #content #eventsBox > div {
  margin-bottom: 20px;
}
#main #contentWrapper #content #eventsBox > div > .nav-tabs {
  margin-top: 10px;
}
#main #contentWrapper #content #eventsBox > div > .tab-content {
  padding: 0;
  background-color: #FFF;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
#main #contentWrapper #content #eventsBox > div > .tab-content .list-group {
  overflow-y: auto;
  margin-bottom: 0;
}
#main #contentWrapper #content #eventsBox > div > .tab-content .list-group-item {
  border-radius: 0;
  border-left: none;
  border-right: none;
}
#main #contentWrapper #content #eventsBox > div > .tab-content .list-group-item:first-child {
  border-top: none;
}
#main #contentWrapper #content #eventsBox > div > .tab-content .list-group-item .css-table-cell:first-child, #main #contentWrapper #content #eventsBox > div > .tab-content .list-group-item #bilderdex > a > span:first-child,
#main #contentWrapper #content #eventsBox > div > .tab-content .list-group-item .dexImageList > a > span:first-child {
  width: 0;
  padding-right: 3px;
}
#main #contentWrapper #content #eventsBox > div > .tab-content .list-group-item .css-table-cell:last-child, #main #contentWrapper #content #eventsBox > div > .tab-content .list-group-item #bilderdex > a > span:last-child,
#main #contentWrapper #content #eventsBox > div > .tab-content .list-group-item .dexImageList > a > span:last-child {
  width: 100%;
  padding-left: 3px;
  padding-right: 3px;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #main #contentWrapper #content #newsBox .list-group,
#main #contentWrapper #content #eventsBox .list-group {
    height: 165px !important;
  }
  #main #contentWrapper #content #newsBox .list-group .list-group-item:nth-child(n+6),
#main #contentWrapper #content #eventsBox .list-group .list-group-item:nth-child(n+6) {
    display: none;
  }
}
#main #contentWrapper #content .btn, #main #contentWrapper #content #newsList article .jsSpoilerToggle, #newsList article #main #contentWrapper #content .jsSpoilerToggle, #main #contentWrapper #content #newsList button.buttonPrimary, #newsList #main #contentWrapper #content button.buttonPrimary,
#main #contentWrapper #content .pager > li > a {
  box-shadow: 0px 0px 0px 1px #FFF inset;
}
#main #contentWrapper #content .nav-tabs > li > a,
#main #contentWrapper #content .panel-heading {
  box-shadow: 1px 0 0 #FFF inset, -1px 0 0 #FFF inset, 0 1px 0 #FFF inset;
}
#main #contentWrapper #content .nav-tabs > li > a:hover {
  border-color: #DDD;
}
#main #contentWrapper #content .typeChooser > div > .btn, #main #contentWrapper #content #newsList article .typeChooser > div > .jsSpoilerToggle, #newsList article #main #contentWrapper #content .typeChooser > div > .jsSpoilerToggle, #main #contentWrapper #content #newsList .typeChooser > div > button.buttonPrimary, #newsList #main #contentWrapper #content .typeChooser > div > button.buttonPrimary {
  font-weight: bold;
}
#main #features .featureContainer {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #main #features .featureContainer {
    padding-left: 5px;
    padding-right: 5px;
  }
}
#main #features .featureContainer:nth-child(n+3) {
  display: none;
}
@media screen and (min-width: 381px) {
  #main #features .featureContainer {
    width: 33.3333%;
  }
  #main #features .featureContainer:nth-child(n+3) {
    display: block;
  }
  #main #features .featureContainer:last-child {
    display: none;
  }
}
@media screen and (min-width: 500px) {
  #main #features .featureContainer {
    width: 25%;
    display: block !important;
  }
}
#main #pokedexEntry .collapsing {
  -webkit-transition: none;
  transition: none;
}
#main #pokedexEntry > .panel > .panel-heading > .panel-title > a:before {
  font-family: FontAwesome;
  margin-right: 6px;
}
#main #pokedexEntry > .panel > .panel-heading > .panel-title > a:hover, #main #pokedexEntry > .panel > .panel-heading > .panel-title > a:active, #main #pokedexEntry > .panel > .panel-heading > .panel-title > a:focus {
  text-decoration: none;
}
#main #pokedexEntry > .panel > .panel-heading > .panel-title > a:hover > span, #main #pokedexEntry > .panel > .panel-heading > .panel-title > a:active > span, #main #pokedexEntry > .panel > .panel-heading > .panel-title > a:focus > span {
  text-decoration: underline;
}
#main #pokedexEntry > .panel > .panel-heading.collapsed {
  border-radius: 4px;
  box-shadow: 1px 0 0 #FFF inset, -1px 0 0 #FFF inset, 0 1px 0 #FFF inset, 0 -1px 0 #FFF inset !important;
}
#main .pokedexPager .previous {
  padding-left: 0;
  padding-right: 5px;
}
#main .pokedexPager .next {
  padding-left: 5px;
  padding-right: 0;
}
#main .pokedexSearchPager {
  position: relative;
}
@media screen and (max-width: 619px) {
  #main .pokedexSearchPager > li:first-child, #main .pokedexSearchPager > li:last-child {
    width: 50%;
    margin-bottom: 50px;
  }
  #main .pokedexSearchPager > li:nth-child(2) {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0;
  }
}
#main dt > .tooltip,
#main dd > .tooltip {
  white-space: normal;
}
#main form[action$="/fehler.php"] .form-group:last-of-type {
  display: none;
}

.messageUserConsent {
  background-color: #fafafa;
  border-radius: 2px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin: 10px 0;
  max-width: 600px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .messageUserConsent {
    padding: 10px;
  }
}

.messageUserConsentHeader {
  display: flex;
  justify-content: space-between;
}

.messageUserConsentTitle {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.05;
  margin-bottom: 10px;
}

.messageUserConsentButtonContainer {
  margin: 10px 0;
  text-align: center;
}

.messageUserConsentNotice {
  color: #7d8287;
  font-size: 12px;
}

.videoContainer {
  display: block;
  overflow: hidden;
  padding-bottom: 56.25%;
  /* 9 / 16 */
  position: relative;
  text-align: left;
}
.videoContainer iframe,
.videoContainer video {
  height: 100%;
  position: absolute;
  width: 100%;
}

#footerContainer {
  border-radius: 0;
  border-width: 1px 0 0 0;
  margin-bottom: 0px;
  position: relative;
}

.border-green {
  border-style: solid;
  border-width: 2px;
  border-color: #5cb85c;
  background: #ffffff;
}

.border-original-series {
  border-style: solid;
  border-width: 2px;
  border-color: #7bbe3c;
  background: #ffffff;
}

.border-advanced-generation {
  border-style: solid;
  border-width: 2px;
  border-color: #ffb741;
  background: #ffffff;
}

.border-diamond-and-pearl {
  border-style: solid;
  border-width: 2px;
  border-color: #ff5f63;
  background: #ffffff;
}

.border-best-wishes {
  border-style: solid;
  border-width: 2px;
  border-color: #9b4c7a;
  background: #ffffff;
}

.border-xy {
  border-style: solid;
  border-width: 2px;
  border-color: #00929f;
  background: #ffffff;
}

.border-sun-moon {
  border-style: solid;
  border-width: 2px;
  border-color: #00d4d4;
  background: #ffffff;
}

.border-pocket-monsters {
  border-style: solid;
  border-width: 2px;
  border-color: #016db9;
  background: #ffffff;
}

.border-anime-movies {
  border-style: solid;
  border-width: 2px;
  border-color: #ECECEC;
  background: #ffffff;
}

#lightboxModal .image-container > img {
  display: block;
  margin: auto;
}
#lightboxModal .image-container + .fullscreenLink {
  margin-top: 15px;
}
#lightboxModal .fullscreenLink {
  text-decoration: none;
  display: inline-block;
  text-align: right;
  width: 100%;
}
#lightboxModal .fullscreenLink:hover > span:first-child {
  text-decoration: underline;
}

article small.information {
  display: block;
  font-size: 0.85em;
  font-style: italic;
  margin-bottom: 10px;
}

#newsList article p {
  margin: 0px;
}
#newsList article ul {
  padding: 0px;
  margin: 1em 0 1em 40px;
  list-style-type: disc;
}
#newsList article .spoilerBox {
  clear: both;
  margin: 1em 0;
}
#newsList article .spoilerBox > .spoilerBoxContent {
  margin-top: 10px;
}
#newsList article .spoilerBox > .spoilerBoxContent > p:first-child {
  margin-top: 0;
}
#newsList article .spoilerBox > .spoilerBoxContent > p:last-child {
  margin-bottom: 0;
}
#newsList article .quoteBoxTitle {
  font-style: normal;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.28;
}
@media screen and (min-width: 769px), print {
  #newsList article .quoteBoxTitle {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #newsList article .quoteBoxTitle {
    font-size: 18px;
  }
}
#newsList article .quoteBoxIcon {
  float: right;
  margin: 0 0 10px 10px;
}
#newsList article .quoteBoxIcon > a {
  display: block;
  font-size: 0;
}
#newsList article .quoteBoxIcon > .quoteBoxQuoteSymbol {
  color: #7d8287;
  display: block;
  font-family: Georgia, times new roman, serif;
  font-style: normal;
  text-align: center;
}
@media screen and (min-width: 769px), print {
  #newsList article .quoteBoxIcon > .quoteBoxQuoteSymbol {
    font-size: 160px;
    line-height: 160px;
    height: 64px;
    width: 64px;
  }
}
@media screen and (max-width: 768px) {
  #newsList article .quoteBoxIcon > .quoteBoxQuoteSymbol {
    font-size: 80px;
    line-height: 80px;
    height: 32px;
    width: 32px;
  }
}
#newsList article .quoteBoxIcon > .quoteBoxQuoteSymbol::before {
  content: "“";
  position: relative;
}
@media screen and (min-width: 769px), print {
  #newsList article .quoteBoxIcon > .quoteBoxQuoteSymbol::before {
    top: -5px;
  }
}
@media screen and (max-width: 768px) {
  #newsList article .quoteBoxIcon .userAvatarImage {
    width: 32px !important;
    height: 32px !important;
  }
}

@media print {
  #sidebar, #mainMenu {
    display: none;
  }

  #contentWrapper {
    width: 100%;
  }
  #contentWrapper > ul.breadcrumb {
    display: none;
  }

  #content > .well, #newsList article .spoilerBox#content > .spoilerBoxContent, #main {
    box-shadow: none;
    border: 0;
    width: 100%;
  }

  #logoContainer a::after {
    content: "";
  }
  #logoContainer img {
    max-height: 70px;
    width: auto;
  }
}

/*# sourceMappingURL=bisafans.css.map */
