<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  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); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover &gt; .arrow, .popover &gt; .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover &gt; .arrow {
  border-width: 11px; }

.popover &gt; .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top &gt; .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top &gt; .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right &gt; .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right &gt; .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom &gt; .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom &gt; .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left &gt; .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left &gt; .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -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;
  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);
  background-clip: padding-box;
  outline: 0; }

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

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

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    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; } }

.bootstrap-wrapper {
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ }
  .bootstrap-wrapper html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; }
  .bootstrap-wrapper body {
    margin: 0; }
  .bootstrap-wrapper article,
  .bootstrap-wrapper aside,
  .bootstrap-wrapper details,
  .bootstrap-wrapper figcaption,
  .bootstrap-wrapper figure,
  .bootstrap-wrapper footer,
  .bootstrap-wrapper header,
  .bootstrap-wrapper hgroup,
  .bootstrap-wrapper main,
  .bootstrap-wrapper menu,
  .bootstrap-wrapper nav,
  .bootstrap-wrapper section,
  .bootstrap-wrapper summary {
    display: block; }
  .bootstrap-wrapper audio,
  .bootstrap-wrapper canvas,
  .bootstrap-wrapper progress,
  .bootstrap-wrapper video {
    display: inline-block;
    vertical-align: baseline; }
  .bootstrap-wrapper audio:not([controls]) {
    display: none;
    height: 0; }
  .bootstrap-wrapper [hidden],
  .bootstrap-wrapper template {
    display: none; }
  .bootstrap-wrapper a {
    background-color: transparent; }
  .bootstrap-wrapper a:active,
  .bootstrap-wrapper a:hover {
    outline: 0; }
  .bootstrap-wrapper abbr[title] {
    border-bottom: 1px dotted; }
  .bootstrap-wrapper b,
  .bootstrap-wrapper strong {
    font-weight: bold; }
  .bootstrap-wrapper dfn {
    font-style: italic; }
  .bootstrap-wrapper h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  .bootstrap-wrapper mark {
    background: #ff0;
    color: #000; }
  .bootstrap-wrapper small {
    font-size: 80%; }
  .bootstrap-wrapper sub,
  .bootstrap-wrapper sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  .bootstrap-wrapper sup {
    top: -0.5em; }
  .bootstrap-wrapper sub {
    bottom: -0.25em; }
  .bootstrap-wrapper img {
    border: 0; }
  .bootstrap-wrapper svg:not(:root) {
    overflow: hidden; }
  .bootstrap-wrapper figure {
    margin: 1em 40px; }
  .bootstrap-wrapper hr {
    box-sizing: content-box;
    height: 0; }
  .bootstrap-wrapper pre {
    overflow: auto; }
  .bootstrap-wrapper code,
  .bootstrap-wrapper kbd,
  .bootstrap-wrapper pre,
  .bootstrap-wrapper samp {
    font-family: monospace, monospace;
    font-size: 1em; }
  .bootstrap-wrapper button,
  .bootstrap-wrapper input,
  .bootstrap-wrapper optgroup,
  .bootstrap-wrapper select,
  .bootstrap-wrapper textarea {
    color: inherit;
    font: inherit;
    margin: 0; }
  .bootstrap-wrapper button {
    overflow: visible; }
  .bootstrap-wrapper button,
  .bootstrap-wrapper select {
    text-transform: none; }
  .bootstrap-wrapper button,
  .bootstrap-wrapper html input[type="button"],
  .bootstrap-wrapper input[type="reset"],
  .bootstrap-wrapper input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer; }
  .bootstrap-wrapper button[disabled],
  .bootstrap-wrapper html input[disabled] {
    cursor: default; }
  .bootstrap-wrapper button::-moz-focus-inner,
  .bootstrap-wrapper input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .bootstrap-wrapper input {
    line-height: normal; }
  .bootstrap-wrapper input[type="checkbox"],
  .bootstrap-wrapper input[type="radio"] {
    box-sizing: border-box;
    padding: 0; }
  .bootstrap-wrapper input[type="number"]::-webkit-inner-spin-button,
  .bootstrap-wrapper input[type="number"]::-webkit-outer-spin-button {
    height: auto; }
  .bootstrap-wrapper input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box; }
  .bootstrap-wrapper input[type="search"]::-webkit-search-cancel-button,
  .bootstrap-wrapper input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  .bootstrap-wrapper fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
  .bootstrap-wrapper legend {
    border: 0;
    padding: 0; }
  .bootstrap-wrapper textarea {
    overflow: auto; }
  .bootstrap-wrapper optgroup {
    font-weight: bold; }
  .bootstrap-wrapper table {
    border-collapse: collapse;
    border-spacing: 0; }
  .bootstrap-wrapper td,
  .bootstrap-wrapper th {
    padding: 0; }
  .bootstrap-wrapper h1, .bootstrap-wrapper h2, .bootstrap-wrapper h3, .bootstrap-wrapper h4, .bootstrap-wrapper h5, .bootstrap-wrapper h6,
  .bootstrap-wrapper .h1, .bootstrap-wrapper .h2, .bootstrap-wrapper .h3, .bootstrap-wrapper .h4, .bootstrap-wrapper .h5, .bootstrap-wrapper .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit; }
    .bootstrap-wrapper h1 small,
    .bootstrap-wrapper h1 .small, .bootstrap-wrapper h2 small,
    .bootstrap-wrapper h2 .small, .bootstrap-wrapper h3 small,
    .bootstrap-wrapper h3 .small, .bootstrap-wrapper h4 small,
    .bootstrap-wrapper h4 .small, .bootstrap-wrapper h5 small,
    .bootstrap-wrapper h5 .small, .bootstrap-wrapper h6 small,
    .bootstrap-wrapper h6 .small,
    .bootstrap-wrapper .h1 small,
    .bootstrap-wrapper .h1 .small, .bootstrap-wrapper .h2 small,
    .bootstrap-wrapper .h2 .small, .bootstrap-wrapper .h3 small,
    .bootstrap-wrapper .h3 .small, .bootstrap-wrapper .h4 small,
    .bootstrap-wrapper .h4 .small, .bootstrap-wrapper .h5 small,
    .bootstrap-wrapper .h5 .small, .bootstrap-wrapper .h6 small,
    .bootstrap-wrapper .h6 .small {
      font-weight: normal;
      line-height: 1;
      color: #777777; }
  .bootstrap-wrapper h1, .bootstrap-wrapper .h1,
  .bootstrap-wrapper h2, .bootstrap-wrapper .h2,
  .bootstrap-wrapper h3, .bootstrap-wrapper .h3 {
    margin-top: 20px;
    margin-bottom: 10px; }
    .bootstrap-wrapper h1 small,
    .bootstrap-wrapper h1 .small, .bootstrap-wrapper .h1 small,
    .bootstrap-wrapper .h1 .small,
    .bootstrap-wrapper h2 small,
    .bootstrap-wrapper h2 .small, .bootstrap-wrapper .h2 small,
    .bootstrap-wrapper .h2 .small,
    .bootstrap-wrapper h3 small,
    .bootstrap-wrapper h3 .small, .bootstrap-wrapper .h3 small,
    .bootstrap-wrapper .h3 .small {
      font-size: 65%; }
  .bootstrap-wrapper h4, .bootstrap-wrapper .h4,
  .bootstrap-wrapper h5, .bootstrap-wrapper .h5,
  .bootstrap-wrapper h6, .bootstrap-wrapper .h6 {
    margin-top: 10px;
    margin-bottom: 10px; }
    .bootstrap-wrapper h4 small,
    .bootstrap-wrapper h4 .small, .bootstrap-wrapper .h4 small,
    .bootstrap-wrapper .h4 .small,
    .bootstrap-wrapper h5 small,
    .bootstrap-wrapper h5 .small, .bootstrap-wrapper .h5 small,
    .bootstrap-wrapper .h5 .small,
    .bootstrap-wrapper h6 small,
    .bootstrap-wrapper h6 .small, .bootstrap-wrapper .h6 small,
    .bootstrap-wrapper .h6 .small {
      font-size: 75%; }
  .bootstrap-wrapper h1, .bootstrap-wrapper .h1 {
    font-size: 36px; }
  .bootstrap-wrapper h2, .bootstrap-wrapper .h2 {
    font-size: 30px; }
  .bootstrap-wrapper h3, .bootstrap-wrapper .h3 {
    font-size: 24px; }
  .bootstrap-wrapper h4, .bootstrap-wrapper .h4 {
    font-size: 18px; }
  .bootstrap-wrapper h5, .bootstrap-wrapper .h5 {
    font-size: 14px; }
  .bootstrap-wrapper h6, .bootstrap-wrapper .h6 {
    font-size: 12px; }
  .bootstrap-wrapper p {
    margin: 0 0 10px; }
  .bootstrap-wrapper .lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4; }
    @media (min-width: 768px) {
      .bootstrap-wrapper .lead {
        font-size: 21px; } }
  .bootstrap-wrapper small,
  .bootstrap-wrapper .small {
    font-size: 85%; }
  .bootstrap-wrapper mark,
  .bootstrap-wrapper .mark {
    background-color: #fcf8e3;
    padding: .2em; }
  .bootstrap-wrapper .text-left {
    text-align: left; }
  .bootstrap-wrapper .text-right {
    text-align: right; }
  .bootstrap-wrapper .text-center {
    text-align: center; }
  .bootstrap-wrapper .text-justify {
    text-align: justify; }
  .bootstrap-wrapper .text-nowrap {
    white-space: nowrap; }
  .bootstrap-wrapper .text-lowercase {
    text-transform: lowercase; }
  .bootstrap-wrapper .text-uppercase, .bootstrap-wrapper .initialism {
    text-transform: uppercase; }
  .bootstrap-wrapper .text-capitalize {
    text-transform: capitalize; }
  .bootstrap-wrapper .text-muted {
    color: #777777; }
  .bootstrap-wrapper .text-primary {
    color: #337ab7; }
  .bootstrap-wrapper a.text-primary:hover,
  .bootstrap-wrapper a.text-primary:focus {
    color: #286090; }
  .bootstrap-wrapper .text-success {
    color: #3c763d; }
  .bootstrap-wrapper a.text-success:hover,
  .bootstrap-wrapper a.text-success:focus {
    color: #2b542c; }
  .bootstrap-wrapper .text-info {
    color: #31708f; }
  .bootstrap-wrapper a.text-info:hover,
  .bootstrap-wrapper a.text-info:focus {
    color: #245269; }
  .bootstrap-wrapper .text-warning {
    color: #8a6d3b; }
  .bootstrap-wrapper a.text-warning:hover,
  .bootstrap-wrapper a.text-warning:focus {
    color: #66512c; }
  .bootstrap-wrapper .text-danger {
    color: #a94442; }
  .bootstrap-wrapper a.text-danger:hover,
  .bootstrap-wrapper a.text-danger:focus {
    color: #843534; }
  .bootstrap-wrapper .bg-primary {
    color: #fff; }
  .bootstrap-wrapper .bg-primary {
    background-color: #337ab7; }
  .bootstrap-wrapper a.bg-primary:hover,
  .bootstrap-wrapper a.bg-primary:focus {
    background-color: #286090; }
  .bootstrap-wrapper .bg-success {
    background-color: #dff0d8; }
  .bootstrap-wrapper a.bg-success:hover,
  .bootstrap-wrapper a.bg-success:focus {
    background-color: #c1e2b3; }
  .bootstrap-wrapper .bg-info {
    background-color: #d9edf7; }
  .bootstrap-wrapper a.bg-info:hover,
  .bootstrap-wrapper a.bg-info:focus {
    background-color: #afd9ee; }
  .bootstrap-wrapper .bg-warning {
    background-color: #fcf8e3; }
  .bootstrap-wrapper a.bg-warning:hover,
  .bootstrap-wrapper a.bg-warning:focus {
    background-color: #f7ecb5; }
  .bootstrap-wrapper .bg-danger {
    background-color: #f2dede; }
  .bootstrap-wrapper a.bg-danger:hover,
  .bootstrap-wrapper a.bg-danger:focus {
    background-color: #e4b9b9; }
  .bootstrap-wrapper .page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee; }
  .bootstrap-wrapper ul,
  .bootstrap-wrapper ol {
    margin-top: 0;
    margin-bottom: 10px; }
    .bootstrap-wrapper ul ul,
    .bootstrap-wrapper ul ol,
    .bootstrap-wrapper ol ul,
    .bootstrap-wrapper ol ol {
      margin-bottom: 0; }
  .bootstrap-wrapper .list-unstyled {
    padding-left: 0;
    list-style: none; }
  .bootstrap-wrapper .list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px; }
    .bootstrap-wrapper .list-inline &gt; li {
      display: inline-block;
      padding-left: 5px;
      padding-right: 5px; }
  .bootstrap-wrapper dl {
    margin-top: 0;
    margin-bottom: 20px; }
  .bootstrap-wrapper dt,
  .bootstrap-wrapper dd {
    line-height: 1.42857; }
  .bootstrap-wrapper dt {
    font-weight: bold; }
  .bootstrap-wrapper dd {
    margin-left: 0; }
  .bootstrap-wrapper .dl-horizontal dd:before, .bootstrap-wrapper .dl-horizontal dd:after {
    content: " ";
    display: table; }
  .bootstrap-wrapper .dl-horizontal dd:after {
    clear: both; }
  @media (min-width: 768px) {
    .bootstrap-wrapper .dl-horizontal dt {
      float: left;
      width: 160px;
      clear: left;
      text-align: right;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .bootstrap-wrapper .dl-horizontal dd {
      margin-left: 180px; } }
  .bootstrap-wrapper abbr[title],
  .bootstrap-wrapper abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777; }
  .bootstrap-wrapper .initialism {
    font-size: 90%; }
  .bootstrap-wrapper blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee; }
    .bootstrap-wrapper blockquote p:last-child,
    .bootstrap-wrapper blockquote ul:last-child,
    .bootstrap-wrapper blockquote ol:last-child {
      margin-bottom: 0; }
    .bootstrap-wrapper blockquote footer,
    .bootstrap-wrapper blockquote small,
    .bootstrap-wrapper blockquote .small {
      display: block;
      font-size: 80%;
      line-height: 1.42857;
      color: #777777; }
      .bootstrap-wrapper blockquote footer:before,
      .bootstrap-wrapper blockquote small:before,
      .bootstrap-wrapper blockquote .small:before {
        content: '\2014 \00A0'; }
  .bootstrap-wrapper .blockquote-reverse,
  .bootstrap-wrapper blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right; }
    .bootstrap-wrapper .blockquote-reverse footer:before,
    .bootstrap-wrapper .blockquote-reverse small:before,
    .bootstrap-wrapper .blockquote-reverse .small:before,
    .bootstrap-wrapper blockquote.pull-right footer:before,
    .bootstrap-wrapper blockquote.pull-right small:before,
    .bootstrap-wrapper blockquote.pull-right .small:before {
      content: ''; }
    .bootstrap-wrapper .blockquote-reverse footer:after,
    .bootstrap-wrapper .blockquote-reverse small:after,
    .bootstrap-wrapper .blockquote-reverse .small:after,
    .bootstrap-wrapper blockquote.pull-right footer:after,
    .bootstrap-wrapper blockquote.pull-right small:after,
    .bootstrap-wrapper blockquote.pull-right .small:after {
      content: '\00A0 \2014'; }
  .bootstrap-wrapper address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857; }
  .bootstrap-wrapper fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0; }
  .bootstrap-wrapper 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; }
  .bootstrap-wrapper label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold; }
  .bootstrap-wrapper input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .bootstrap-wrapper input[type="radio"],
  .bootstrap-wrapper input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal; }
  .bootstrap-wrapper input[type="file"] {
    display: block; }
  .bootstrap-wrapper input[type="range"] {
    display: block;
    width: 100%; }
  .bootstrap-wrapper select[multiple],
  .bootstrap-wrapper select[size] {
    height: auto; }
  .bootstrap-wrapper input[type="file"]:focus,
  .bootstrap-wrapper input[type="radio"]:focus,
  .bootstrap-wrapper input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .bootstrap-wrapper output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555; }
  .bootstrap-wrapper .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    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; }
    .bootstrap-wrapper .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); }
    .bootstrap-wrapper .form-control::-moz-placeholder {
      color: #999;
      opacity: 1; }
    .bootstrap-wrapper .form-control:-ms-input-placeholder {
      color: #999; }
    .bootstrap-wrapper .form-control::-webkit-input-placeholder {
      color: #999; }
    .bootstrap-wrapper .form-control::-ms-expand {
      border: 0;
      background-color: transparent; }
    .bootstrap-wrapper .form-control[disabled], .bootstrap-wrapper .form-control[readonly],
    fieldset[disabled] .bootstrap-wrapper .form-control {
      background-color: #eeeeee;
      opacity: 1; }
    .bootstrap-wrapper .form-control[disabled],
    fieldset[disabled] .bootstrap-wrapper .form-control {
      cursor: not-allowed; }
  .bootstrap-wrapper textarea.form-control {
    height: auto; }
  .bootstrap-wrapper input[type="search"] {
    -webkit-appearance: none; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    .bootstrap-wrapper input[type="date"].form-control,
    .bootstrap-wrapper input[type="time"].form-control,
    .bootstrap-wrapper input[type="datetime-local"].form-control,
    .bootstrap-wrapper input[type="month"].form-control {
      line-height: 34px; }
    .bootstrap-wrapper input[type="date"].input-sm,
    .input-group-sm .bootstrap-wrapper input[type="date"],
    .bootstrap-wrapper input[type="time"].input-sm,
    .input-group-sm
    .bootstrap-wrapper input[type="time"],
    .bootstrap-wrapper input[type="datetime-local"].input-sm,
    .input-group-sm
    .bootstrap-wrapper input[type="datetime-local"],
    .bootstrap-wrapper input[type="month"].input-sm,
    .input-group-sm
    .bootstrap-wrapper input[type="month"] {
      line-height: 30px; }
    .bootstrap-wrapper input[type="date"].input-lg,
    .input-group-lg .bootstrap-wrapper input[type="date"],
    .bootstrap-wrapper input[type="time"].input-lg,
    .input-group-lg
    .bootstrap-wrapper input[type="time"],
    .bootstrap-wrapper input[type="datetime-local"].input-lg,
    .input-group-lg
    .bootstrap-wrapper input[type="datetime-local"],
    .bootstrap-wrapper input[type="month"].input-lg,
    .input-group-lg
    .bootstrap-wrapper input[type="month"] {
      line-height: 46px; } }
  .bootstrap-wrapper .form-group {
    margin-bottom: 15px; }
  .bootstrap-wrapper .radio,
  .bootstrap-wrapper .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px; }
    .bootstrap-wrapper .radio label,
    .bootstrap-wrapper .checkbox label {
      min-height: 20px;
      padding-left: 20px;
      margin-bottom: 0;
      font-weight: normal;
      cursor: pointer; }
  .bootstrap-wrapper .radio input[type="radio"],
  .bootstrap-wrapper .radio-inline input[type="radio"],
  .bootstrap-wrapper .checkbox input[type="checkbox"],
  .bootstrap-wrapper .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9; }
  .bootstrap-wrapper .radio + .radio,
  .bootstrap-wrapper .checkbox + .checkbox {
    margin-top: -5px; }
  .bootstrap-wrapper .radio-inline,
  .bootstrap-wrapper .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer; }
  .bootstrap-wrapper .radio-inline + .radio-inline,
  .bootstrap-wrapper .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px; }
  .bootstrap-wrapper input[type="radio"][disabled], .bootstrap-wrapper input[type="radio"].disabled,
  fieldset[disabled] .bootstrap-wrapper input[type="radio"],
  .bootstrap-wrapper input[type="checkbox"][disabled],
  .bootstrap-wrapper input[type="checkbox"].disabled,
  fieldset[disabled]
  .bootstrap-wrapper input[type="checkbox"] {
    cursor: not-allowed; }
  .bootstrap-wrapper .radio-inline.disabled,
  fieldset[disabled] .bootstrap-wrapper .radio-inline,
  .bootstrap-wrapper .checkbox-inline.disabled,
  fieldset[disabled]
  .bootstrap-wrapper .checkbox-inline {
    cursor: not-allowed; }
  .bootstrap-wrapper .radio.disabled label,
  fieldset[disabled] .bootstrap-wrapper .radio label,
  .bootstrap-wrapper .checkbox.disabled label,
  fieldset[disabled]
  .bootstrap-wrapper .checkbox label {
    cursor: not-allowed; }
  .bootstrap-wrapper .form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px; }
    .bootstrap-wrapper .form-control-static.input-lg, .bootstrap-wrapper .form-control-static.input-sm {
      padding-left: 0;
      padding-right: 0; }
  .bootstrap-wrapper .input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  .bootstrap-wrapper select.input-sm {
    height: 30px;
    line-height: 30px; }
  .bootstrap-wrapper textarea.input-sm,
  .bootstrap-wrapper select[multiple].input-sm {
    height: auto; }
  .bootstrap-wrapper .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  .bootstrap-wrapper .form-group-sm select.form-control {
    height: 30px;
    line-height: 30px; }
  .bootstrap-wrapper .form-group-sm textarea.form-control,
  .bootstrap-wrapper .form-group-sm select[multiple].form-control {
    height: auto; }
  .bootstrap-wrapper .form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5; }
  .bootstrap-wrapper .input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px; }
  .bootstrap-wrapper select.input-lg {
    height: 46px;
    line-height: 46px; }
  .bootstrap-wrapper textarea.input-lg,
  .bootstrap-wrapper select[multiple].input-lg {
    height: auto; }
  .bootstrap-wrapper .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px; }
  .bootstrap-wrapper .form-group-lg select.form-control {
    height: 46px;
    line-height: 46px; }
  .bootstrap-wrapper .form-group-lg textarea.form-control,
  .bootstrap-wrapper .form-group-lg select[multiple].form-control {
    height: auto; }
  .bootstrap-wrapper .form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333; }
  .bootstrap-wrapper .has-feedback {
    position: relative; }
    .bootstrap-wrapper .has-feedback .form-control {
      padding-right: 42.5px; }
  .bootstrap-wrapper .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; }
  .bootstrap-wrapper .input-lg + .form-control-feedback,
  .bootstrap-wrapper .input-group-lg + .form-control-feedback,
  .bootstrap-wrapper .form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px; }
  .bootstrap-wrapper .input-sm + .form-control-feedback,
  .bootstrap-wrapper .input-group-sm + .form-control-feedback,
  .bootstrap-wrapper .form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px; }
  .bootstrap-wrapper .has-success .help-block,
  .bootstrap-wrapper .has-success .control-label,
  .bootstrap-wrapper .has-success .radio,
  .bootstrap-wrapper .has-success .checkbox,
  .bootstrap-wrapper .has-success .radio-inline,
  .bootstrap-wrapper .has-success .checkbox-inline,
  .bootstrap-wrapper .has-success.radio label,
  .bootstrap-wrapper .has-success.checkbox label,
  .bootstrap-wrapper .has-success.radio-inline label,
  .bootstrap-wrapper .has-success.checkbox-inline label {
    color: #3c763d; }
  .bootstrap-wrapper .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); }
    .bootstrap-wrapper .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; }
  .bootstrap-wrapper .has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8; }
  .bootstrap-wrapper .has-success .form-control-feedback {
    color: #3c763d; }
  .bootstrap-wrapper .has-warning .help-block,
  .bootstrap-wrapper .has-warning .control-label,
  .bootstrap-wrapper .has-warning .radio,
  .bootstrap-wrapper .has-warning .checkbox,
  .bootstrap-wrapper .has-warning .radio-inline,
  .bootstrap-wrapper .has-warning .checkbox-inline,
  .bootstrap-wrapper .has-warning.radio label,
  .bootstrap-wrapper .has-warning.checkbox label,
  .bootstrap-wrapper .has-warning.radio-inline label,
  .bootstrap-wrapper .has-warning.checkbox-inline label {
    color: #8a6d3b; }
  .bootstrap-wrapper .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); }
    .bootstrap-wrapper .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; }
  .bootstrap-wrapper .has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3; }
  .bootstrap-wrapper .has-warning .form-control-feedback {
    color: #8a6d3b; }
  .bootstrap-wrapper .has-error .help-block,
  .bootstrap-wrapper .has-error .control-label,
  .bootstrap-wrapper .has-error .radio,
  .bootstrap-wrapper .has-error .checkbox,
  .bootstrap-wrapper .has-error .radio-inline,
  .bootstrap-wrapper .has-error .checkbox-inline,
  .bootstrap-wrapper .has-error.radio label,
  .bootstrap-wrapper .has-error.checkbox label,
  .bootstrap-wrapper .has-error.radio-inline label,
  .bootstrap-wrapper .has-error.checkbox-inline label {
    color: #a94442; }
  .bootstrap-wrapper .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); }
    .bootstrap-wrapper .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; }
  .bootstrap-wrapper .has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede; }
  .bootstrap-wrapper .has-error .form-control-feedback {
    color: #a94442; }
  .bootstrap-wrapper .has-feedback label ~ .form-control-feedback {
    top: 25px; }
  .bootstrap-wrapper .has-feedback label.sr-only ~ .form-control-feedback {
    top: 0; }
  .bootstrap-wrapper .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373; }
  @media (min-width: 768px) {
    .bootstrap-wrapper .form-inline .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .bootstrap-wrapper .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .bootstrap-wrapper .form-inline .form-control-static {
      display: inline-block; }
    .bootstrap-wrapper .form-inline .input-group {
      display: inline-table;
      vertical-align: middle; }
      .bootstrap-wrapper .form-inline .input-group .input-group-addon,
      .bootstrap-wrapper .form-inline .input-group .input-group-btn,
      .bootstrap-wrapper .form-inline .input-group .form-control {
        width: auto; }
    .bootstrap-wrapper .form-inline .input-group &gt; .form-control {
      width: 100%; }
    .bootstrap-wrapper .form-inline .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .bootstrap-wrapper .form-inline .radio,
    .bootstrap-wrapper .form-inline .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .bootstrap-wrapper .form-inline .radio label,
      .bootstrap-wrapper .form-inline .checkbox label {
        padding-left: 0; }
    .bootstrap-wrapper .form-inline .radio input[type="radio"],
    .bootstrap-wrapper .form-inline .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .bootstrap-wrapper .form-inline .has-feedback .form-control-feedback {
      top: 0; } }
  .bootstrap-wrapper .form-horizontal .radio,
  .bootstrap-wrapper .form-horizontal .checkbox,
  .bootstrap-wrapper .form-horizontal .radio-inline,
  .bootstrap-wrapper .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px; }
  .bootstrap-wrapper .form-horizontal .radio,
  .bootstrap-wrapper .form-horizontal .checkbox {
    min-height: 27px; }
  .bootstrap-wrapper .form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px; }
    .bootstrap-wrapper .form-horizontal .form-group:before, .bootstrap-wrapper .form-horizontal .form-group:after {
      content: " ";
      display: table; }
    .bootstrap-wrapper .form-horizontal .form-group:after {
      clear: both; }
  @media (min-width: 768px) {
    .bootstrap-wrapper .form-horizontal .control-label {
      text-align: right;
      margin-bottom: 0;
      padding-top: 7px; } }
  .bootstrap-wrapper .form-horizontal .has-feedback .form-control-feedback {
    right: 15px; }
  @media (min-width: 768px) {
    .bootstrap-wrapper .form-horizontal .form-group-lg .control-label {
      padding-top: 11px;
      font-size: 18px; } }
  @media (min-width: 768px) {
    .bootstrap-wrapper .form-horizontal .form-group-sm .control-label {
      padding-top: 6px;
      font-size: 12px; } }
  .bootstrap-wrapper .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .bootstrap-wrapper .btn:focus, .bootstrap-wrapper .btn.focus, .bootstrap-wrapper .btn:active:focus, .bootstrap-wrapper .btn:active.focus, .bootstrap-wrapper .btn.active:focus, .bootstrap-wrapper .btn.active.focus {
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .bootstrap-wrapper .btn:hover, .bootstrap-wrapper .btn:focus, .bootstrap-wrapper .btn.focus {
      color: #333;
      text-decoration: none; }
    .bootstrap-wrapper .btn:active, .bootstrap-wrapper .btn.active {
      outline: 0;
      background-image: none;
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .bootstrap-wrapper .btn.disabled, .bootstrap-wrapper .btn[disabled],
    fieldset[disabled] .bootstrap-wrapper .btn {
      cursor: not-allowed;
      opacity: 0.65;
      filter: alpha(opacity=65);
      -webkit-box-shadow: none;
      box-shadow: none; }
  .bootstrap-wrapper a.btn.disabled,
  fieldset[disabled] .bootstrap-wrapper a.btn {
    pointer-events: none; }
  .bootstrap-wrapper .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc; }
    .bootstrap-wrapper .btn-default:focus, .bootstrap-wrapper .btn-default.focus {
      color: #333;
      background-color: #e6e6e6;
      border-color: #8c8c8c; }
    .bootstrap-wrapper .btn-default:hover {
      color: #333;
      background-color: #e6e6e6;
      border-color: #adadad; }
    .bootstrap-wrapper .btn-default:active, .bootstrap-wrapper .btn-default.active,
    .open &gt; .bootstrap-wrapper .btn-default.dropdown-toggle {
      color: #333;
      background-color: #e6e6e6;
      border-color: #adadad; }
      .bootstrap-wrapper .btn-default:active:hover, .bootstrap-wrapper .btn-default:active:focus, .bootstrap-wrapper .btn-default:active.focus, .bootstrap-wrapper .btn-default.active:hover, .bootstrap-wrapper .btn-default.active:focus, .bootstrap-wrapper .btn-default.active.focus,
      .open &gt; .bootstrap-wrapper .btn-default.dropdown-toggle:hover,
      .open &gt; .bootstrap-wrapper .btn-default.dropdown-toggle:focus,
      .open &gt; .bootstrap-wrapper .btn-default.dropdown-toggle.focus {
        color: #333;
        background-color: #d4d4d4;
        border-color: #8c8c8c; }
    .bootstrap-wrapper .btn-default:active, .bootstrap-wrapper .btn-default.active,
    .open &gt; .bootstrap-wrapper .btn-default.dropdown-toggle {
      background-image: none; }
    .bootstrap-wrapper .btn-default.disabled:hover, .bootstrap-wrapper .btn-default.disabled:focus, .bootstrap-wrapper .btn-default.disabled.focus, .bootstrap-wrapper .btn-default[disabled]:hover, .bootstrap-wrapper .btn-default[disabled]:focus, .bootstrap-wrapper .btn-default[disabled].focus,
    fieldset[disabled] .bootstrap-wrapper .btn-default:hover,
    fieldset[disabled] .bootstrap-wrapper .btn-default:focus,
    fieldset[disabled] .bootstrap-wrapper .btn-default.focus {
      background-color: #fff;
      border-color: #ccc; }
    .bootstrap-wrapper .btn-default .badge {
      color: #fff;
      background-color: #333; }
  .bootstrap-wrapper .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4; }
    .bootstrap-wrapper .btn-primary:focus, .bootstrap-wrapper .btn-primary.focus {
      color: #fff;
      background-color: #286090;
      border-color: #122b40; }
    .bootstrap-wrapper .btn-primary:hover {
      color: #fff;
      background-color: #286090;
      border-color: #204d74; }
    .bootstrap-wrapper .btn-primary:active, .bootstrap-wrapper .btn-primary.active,
    .open &gt; .bootstrap-wrapper .btn-primary.dropdown-toggle {
      color: #fff;
      background-color: #286090;
      border-color: #204d74; }
      .bootstrap-wrapper .btn-primary:active:hover, .bootstrap-wrapper .btn-primary:active:focus, .bootstrap-wrapper .btn-primary:active.focus, .bootstrap-wrapper .btn-primary.active:hover, .bootstrap-wrapper .btn-primary.active:focus, .bootstrap-wrapper .btn-primary.active.focus,
      .open &gt; .bootstrap-wrapper .btn-primary.dropdown-toggle:hover,
      .open &gt; .bootstrap-wrapper .btn-primary.dropdown-toggle:focus,
      .open &gt; .bootstrap-wrapper .btn-primary.dropdown-toggle.focus {
        color: #fff;
        background-color: #204d74;
        border-color: #122b40; }
    .bootstrap-wrapper .btn-primary:active, .bootstrap-wrapper .btn-primary.active,
    .open &gt; .bootstrap-wrapper .btn-primary.dropdown-toggle {
      background-image: none; }
    .bootstrap-wrapper .btn-primary.disabled:hover, .bootstrap-wrapper .btn-primary.disabled:focus, .bootstrap-wrapper .btn-primary.disabled.focus, .bootstrap-wrapper .btn-primary[disabled]:hover, .bootstrap-wrapper .btn-primary[disabled]:focus, .bootstrap-wrapper .btn-primary[disabled].focus,
    fieldset[disabled] .bootstrap-wrapper .btn-primary:hover,
    fieldset[disabled] .bootstrap-wrapper .btn-primary:focus,
    fieldset[disabled] .bootstrap-wrapper .btn-primary.focus {
      background-color: #337ab7;
      border-color: #2e6da4; }
    .bootstrap-wrapper .btn-primary .badge {
      color: #337ab7;
      background-color: #fff; }
  .bootstrap-wrapper .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c; }
    .bootstrap-wrapper .btn-success:focus, .bootstrap-wrapper .btn-success.focus {
      color: #fff;
      background-color: #449d44;
      border-color: #255625; }
    .bootstrap-wrapper .btn-success:hover {
      color: #fff;
      background-color: #449d44;
      border-color: #398439; }
    .bootstrap-wrapper .btn-success:active, .bootstrap-wrapper .btn-success.active,
    .open &gt; .bootstrap-wrapper .btn-success.dropdown-toggle {
      color: #fff;
      background-color: #449d44;
      border-color: #398439; }
      .bootstrap-wrapper .btn-success:active:hover, .bootstrap-wrapper .btn-success:active:focus, .bootstrap-wrapper .btn-success:active.focus, .bootstrap-wrapper .btn-success.active:hover, .bootstrap-wrapper .btn-success.active:focus, .bootstrap-wrapper .btn-success.active.focus,
      .open &gt; .bootstrap-wrapper .btn-success.dropdown-toggle:hover,
      .open &gt; .bootstrap-wrapper .btn-success.dropdown-toggle:focus,
      .open &gt; .bootstrap-wrapper .btn-success.dropdown-toggle.focus {
        color: #fff;
        background-color: #398439;
        border-color: #255625; }
    .bootstrap-wrapper .btn-success:active, .bootstrap-wrapper .btn-success.active,
    .open &gt; .bootstrap-wrapper .btn-success.dropdown-toggle {
      background-image: none; }
    .bootstrap-wrapper .btn-success.disabled:hover, .bootstrap-wrapper .btn-success.disabled:focus, .bootstrap-wrapper .btn-success.disabled.focus, .bootstrap-wrapper .btn-success[disabled]:hover, .bootstrap-wrapper .btn-success[disabled]:focus, .bootstrap-wrapper .btn-success[disabled].focus,
    fieldset[disabled] .bootstrap-wrapper .btn-success:hover,
    fieldset[disabled] .bootstrap-wrapper .btn-success:focus,
    fieldset[disabled] .bootstrap-wrapper .btn-success.focus {
      background-color: #5cb85c;
      border-color: #4cae4c; }
    .bootstrap-wrapper .btn-success .badge {
      color: #5cb85c;
      background-color: #fff; }
  .bootstrap-wrapper .btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da; }
    .bootstrap-wrapper .btn-info:focus, .bootstrap-wrapper .btn-info.focus {
      color: #fff;
      background-color: #31b0d5;
      border-color: #1b6d85; }
    .bootstrap-wrapper .btn-info:hover {
      color: #fff;
      background-color: #31b0d5;
      border-color: #269abc; }
    .bootstrap-wrapper .btn-info:active, .bootstrap-wrapper .btn-info.active,
    .open &gt; .bootstrap-wrapper .btn-info.dropdown-toggle {
      color: #fff;
      background-color: #31b0d5;
      border-color: #269abc; }
      .bootstrap-wrapper .btn-info:active:hover, .bootstrap-wrapper .btn-info:active:focus, .bootstrap-wrapper .btn-info:active.focus, .bootstrap-wrapper .btn-info.active:hover, .bootstrap-wrapper .btn-info.active:focus, .bootstrap-wrapper .btn-info.active.focus,
      .open &gt; .bootstrap-wrapper .btn-info.dropdown-toggle:hover,
      .open &gt; .bootstrap-wrapper .btn-info.dropdown-toggle:focus,
      .open &gt; .bootstrap-wrapper .btn-info.dropdown-toggle.focus {
        color: #fff;
        background-color: #269abc;
        border-color: #1b6d85; }
    .bootstrap-wrapper .btn-info:active, .bootstrap-wrapper .btn-info.active,
    .open &gt; .bootstrap-wrapper .btn-info.dropdown-toggle {
      background-image: none; }
    .bootstrap-wrapper .btn-info.disabled:hover, .bootstrap-wrapper .btn-info.disabled:focus, .bootstrap-wrapper .btn-info.disabled.focus, .bootstrap-wrapper .btn-info[disabled]:hover, .bootstrap-wrapper .btn-info[disabled]:focus, .bootstrap-wrapper .btn-info[disabled].focus,
    fieldset[disabled] .bootstrap-wrapper .btn-info:hover,
    fieldset[disabled] .bootstrap-wrapper .btn-info:focus,
    fieldset[disabled] .bootstrap-wrapper .btn-info.focus {
      background-color: #5bc0de;
      border-color: #46b8da; }
    .bootstrap-wrapper .btn-info .badge {
      color: #5bc0de;
      background-color: #fff; }
  .bootstrap-wrapper .btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236; }
    .bootstrap-wrapper .btn-warning:focus, .bootstrap-wrapper .btn-warning.focus {
      color: #fff;
      background-color: #ec971f;
      border-color: #985f0d; }
    .bootstrap-wrapper .btn-warning:hover {
      color: #fff;
      background-color: #ec971f;
      border-color: #d58512; }
    .bootstrap-wrapper .btn-warning:active, .bootstrap-wrapper .btn-warning.active,
    .open &gt; .bootstrap-wrapper .btn-warning.dropdown-toggle {
      color: #fff;
      background-color: #ec971f;
      border-color: #d58512; }
      .bootstrap-wrapper .btn-warning:active:hover, .bootstrap-wrapper .btn-warning:active:focus, .bootstrap-wrapper .btn-warning:active.focus, .bootstrap-wrapper .btn-warning.active:hover, .bootstrap-wrapper .btn-warning.active:focus, .bootstrap-wrapper .btn-warning.active.focus,
      .open &gt; .bootstrap-wrapper .btn-warning.dropdown-toggle:hover,
      .open &gt; .bootstrap-wrapper .btn-warning.dropdown-toggle:focus,
      .open &gt; .bootstrap-wrapper .btn-warning.dropdown-toggle.focus {
        color: #fff;
        background-color: #d58512;
        border-color: #985f0d; }
    .bootstrap-wrapper .btn-warning:active, .bootstrap-wrapper .btn-warning.active,
    .open &gt; .bootstrap-wrapper .btn-warning.dropdown-toggle {
      background-image: none; }
    .bootstrap-wrapper .btn-warning.disabled:hover, .bootstrap-wrapper .btn-warning.disabled:focus, .bootstrap-wrapper .btn-warning.disabled.focus, .bootstrap-wrapper .btn-warning[disabled]:hover, .bootstrap-wrapper .btn-warning[disabled]:focus, .bootstrap-wrapper .btn-warning[disabled].focus,
    fieldset[disabled] .bootstrap-wrapper .btn-warning:hover,
    fieldset[disabled] .bootstrap-wrapper .btn-warning:focus,
    fieldset[disabled] .bootstrap-wrapper .btn-warning.focus {
      background-color: #f0ad4e;
      border-color: #eea236; }
    .bootstrap-wrapper .btn-warning .badge {
      color: #f0ad4e;
      background-color: #fff; }
  .bootstrap-wrapper .btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a; }
    .bootstrap-wrapper .btn-danger:focus, .bootstrap-wrapper .btn-danger.focus {
      color: #fff;
      background-color: #c9302c;
      border-color: #761c19; }
    .bootstrap-wrapper .btn-danger:hover {
      color: #fff;
      background-color: #c9302c;
      border-color: #ac2925; }
    .bootstrap-wrapper .btn-danger:active, .bootstrap-wrapper .btn-danger.active,
    .open &gt; .bootstrap-wrapper .btn-danger.dropdown-toggle {
      color: #fff;
      background-color: #c9302c;
      border-color: #ac2925; }
      .bootstrap-wrapper .btn-danger:active:hover, .bootstrap-wrapper .btn-danger:active:focus, .bootstrap-wrapper .btn-danger:active.focus, .bootstrap-wrapper .btn-danger.active:hover, .bootstrap-wrapper .btn-danger.active:focus, .bootstrap-wrapper .btn-danger.active.focus,
      .open &gt; .bootstrap-wrapper .btn-danger.dropdown-toggle:hover,
      .open &gt; .bootstrap-wrapper .btn-danger.dropdown-toggle:focus,
      .open &gt; .bootstrap-wrapper .btn-danger.dropdown-toggle.focus {
        color: #fff;
        background-color: #ac2925;
        border-color: #761c19; }
    .bootstrap-wrapper .btn-danger:active, .bootstrap-wrapper .btn-danger.active,
    .open &gt; .bootstrap-wrapper .btn-danger.dropdown-toggle {
      background-image: none; }
    .bootstrap-wrapper .btn-danger.disabled:hover, .bootstrap-wrapper .btn-danger.disabled:focus, .bootstrap-wrapper .btn-danger.disabled.focus, .bootstrap-wrapper .btn-danger[disabled]:hover, .bootstrap-wrapper .btn-danger[disabled]:focus, .bootstrap-wrapper .btn-danger[disabled].focus,
    fieldset[disabled] .bootstrap-wrapper .btn-danger:hover,
    fieldset[disabled] .bootstrap-wrapper .btn-danger:focus,
    fieldset[disabled] .bootstrap-wrapper .btn-danger.focus {
      background-color: #d9534f;
      border-color: #d43f3a; }
    .bootstrap-wrapper .btn-danger .badge {
      color: #d9534f;
      background-color: #fff; }
  .bootstrap-wrapper .btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0; }
    .bootstrap-wrapper .btn-link, .bootstrap-wrapper .btn-link:active, .bootstrap-wrapper .btn-link.active, .bootstrap-wrapper .btn-link[disabled],
    fieldset[disabled] .bootstrap-wrapper .btn-link {
      background-color: transparent;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .bootstrap-wrapper .btn-link, .bootstrap-wrapper .btn-link:hover, .bootstrap-wrapper .btn-link:focus, .bootstrap-wrapper .btn-link:active {
      border-color: transparent; }
    .bootstrap-wrapper .btn-link:hover, .bootstrap-wrapper .btn-link:focus {
      color: #23527c;
      text-decoration: underline;
      background-color: transparent; }
    .bootstrap-wrapper .btn-link[disabled]:hover, .bootstrap-wrapper .btn-link[disabled]:focus,
    fieldset[disabled] .bootstrap-wrapper .btn-link:hover,
    fieldset[disabled] .bootstrap-wrapper .btn-link:focus {
      color: #777777;
      text-decoration: none; }
  .bootstrap-wrapper .btn-lg, .bootstrap-wrapper .btn-group-lg &gt; .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px; }
  .bootstrap-wrapper .btn-sm, .bootstrap-wrapper .btn-group-sm &gt; .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  .bootstrap-wrapper .btn-xs, .bootstrap-wrapper .btn-group-xs &gt; .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  .bootstrap-wrapper .btn-block {
    display: block;
    width: 100%; }
  .bootstrap-wrapper .btn-block + .btn-block {
    margin-top: 5px; }
  .bootstrap-wrapper input[type="submit"].btn-block,
  .bootstrap-wrapper input[type="reset"].btn-block,
  .bootstrap-wrapper input[type="button"].btn-block {
    width: 100%; }
  .bootstrap-wrapper .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; }
  .bootstrap-wrapper .dropup,
  .bootstrap-wrapper .dropdown {
    position: relative; }
  .bootstrap-wrapper .dropdown-toggle:focus {
    outline: 0; }
  .bootstrap-wrapper .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    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);
    background-clip: padding-box; }
    .bootstrap-wrapper .dropdown-menu.pull-right {
      right: 0;
      left: auto; }
    .bootstrap-wrapper .dropdown-menu .divider {
      height: 1px;
      margin: 9px 0;
      overflow: hidden;
      background-color: #e5e5e5; }
    .bootstrap-wrapper .dropdown-menu &gt; li &gt; a {
      display: block;
      padding: 3px 20px;
      clear: both;
      font-weight: normal;
      line-height: 1.42857;
      color: #333333;
      white-space: nowrap; }
  .bootstrap-wrapper .dropdown-menu &gt; li &gt; a:hover, .bootstrap-wrapper .dropdown-menu &gt; li &gt; a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5; }
  .bootstrap-wrapper .dropdown-menu &gt; .active &gt; a, .bootstrap-wrapper .dropdown-menu &gt; .active &gt; a:hover, .bootstrap-wrapper .dropdown-menu &gt; .active &gt; a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7; }
  .bootstrap-wrapper .dropdown-menu &gt; .disabled &gt; a, .bootstrap-wrapper .dropdown-menu &gt; .disabled &gt; a:hover, .bootstrap-wrapper .dropdown-menu &gt; .disabled &gt; a:focus {
    color: #777777; }
  .bootstrap-wrapper .dropdown-menu &gt; .disabled &gt; a:hover, .bootstrap-wrapper .dropdown-menu &gt; .disabled &gt; a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed; }
  .bootstrap-wrapper .open &gt; .dropdown-menu {
    display: block; }
  .bootstrap-wrapper .open &gt; a {
    outline: 0; }
  .bootstrap-wrapper .dropdown-menu-right {
    left: auto;
    right: 0; }
  .bootstrap-wrapper .dropdown-menu-left {
    left: 0;
    right: auto; }
  .bootstrap-wrapper .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #777777;
    white-space: nowrap; }
  .bootstrap-wrapper .dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990; }
  .bootstrap-wrapper .pull-right &gt; .dropdown-menu {
    right: 0;
    left: auto; }
  .bootstrap-wrapper .dropup .caret,
  .bootstrap-wrapper .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""; }
  .bootstrap-wrapper .dropup .dropdown-menu,
  .bootstrap-wrapper .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px; }
  @media (min-width: 768px) {
    .bootstrap-wrapper .navbar-right .dropdown-menu {
      right: 0;
      left: auto; }
    .bootstrap-wrapper .navbar-right .dropdown-menu-left {
      left: 0;
      right: auto; } }
  .bootstrap-wrapper .btn-group,
  .bootstrap-wrapper .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle; }
    .bootstrap-wrapper .btn-group &gt; .btn,
    .bootstrap-wrapper .btn-group-vertical &gt; .btn {
      position: relative;
      float: left; }
      .bootstrap-wrapper .btn-group &gt; .btn:hover, .bootstrap-wrapper .btn-group &gt; .btn:focus, .bootstrap-wrapper .btn-group &gt; .btn:active, .bootstrap-wrapper .btn-group &gt; .btn.active,
      .bootstrap-wrapper .btn-group-vertical &gt; .btn:hover,
      .bootstrap-wrapper .btn-group-vertical &gt; .btn:focus,
      .bootstrap-wrapper .btn-group-vertical &gt; .btn:active,
      .bootstrap-wrapper .btn-group-vertical &gt; .btn.active {
        z-index: 2; }
  .bootstrap-wrapper .btn-group .btn + .btn,
  .bootstrap-wrapper .btn-group .btn + .btn-group,
  .bootstrap-wrapper .btn-group .btn-group + .btn,
  .bootstrap-wrapper .btn-group .btn-group + .btn-group {
    margin-left: -1px; }
  .bootstrap-wrapper .btn-toolbar {
    margin-left: -5px; }
    .bootstrap-wrapper .btn-toolbar:before, .bootstrap-wrapper .btn-toolbar:after {
      content: " ";
      display: table; }
    .bootstrap-wrapper .btn-toolbar:after {
      clear: both; }
    .bootstrap-wrapper .btn-toolbar .btn,
    .bootstrap-wrapper .btn-toolbar .btn-group,
    .bootstrap-wrapper .btn-toolbar .input-group {
      float: left; }
    .bootstrap-wrapper .btn-toolbar &gt; .btn,
    .bootstrap-wrapper .btn-toolbar &gt; .btn-group,
    .bootstrap-wrapper .btn-toolbar &gt; .input-group {
      margin-left: 5px; }
  .bootstrap-wrapper .btn-group &gt; .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0; }
  .bootstrap-wrapper .btn-group &gt; .btn:first-child {
    margin-left: 0; }
    .bootstrap-wrapper .btn-group &gt; .btn:first-child:not(:last-child):not(.dropdown-toggle) {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
  .bootstrap-wrapper .btn-group &gt; .btn:last-child:not(:first-child),
  .bootstrap-wrapper .btn-group &gt; .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .bootstrap-wrapper .btn-group &gt; .btn-group {
    float: left; }
  .bootstrap-wrapper .btn-group &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn {
    border-radius: 0; }
  .bootstrap-wrapper .btn-group &gt; .btn-group:first-child:not(:last-child) &gt; .btn:last-child,
  .bootstrap-wrapper .btn-group &gt; .btn-group:first-child:not(:last-child) &gt; .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .bootstrap-wrapper .btn-group &gt; .btn-group:last-child:not(:first-child) &gt; .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .bootstrap-wrapper .btn-group .dropdown-toggle:active,
  .bootstrap-wrapper .btn-group.open .dropdown-toggle {
    outline: 0; }
  .bootstrap-wrapper .btn-group &gt; .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px; }
  .bootstrap-wrapper .btn-group &gt; .btn-lg + .dropdown-toggle, .bootstrap-wrapper .btn-group-lg.btn-group &gt; .btn + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px; }
  .bootstrap-wrapper .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); }
    .bootstrap-wrapper .btn-group.open .dropdown-toggle.btn-link {
      -webkit-box-shadow: none;
      box-shadow: none; }
  .bootstrap-wrapper .btn .caret {
    margin-left: 0; }
  .bootstrap-wrapper .btn-lg .caret, .bootstrap-wrapper .btn-group-lg &gt; .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0; }
  .bootstrap-wrapper .dropup .btn-lg .caret, .bootstrap-wrapper .dropup .btn-group-lg &gt; .btn .caret {
    border-width: 0 5px 5px; }
  .bootstrap-wrapper .btn-group-vertical &gt; .btn,
  .bootstrap-wrapper .btn-group-vertical &gt; .btn-group,
  .bootstrap-wrapper .btn-group-vertical &gt; .btn-group &gt; .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%; }
  .bootstrap-wrapper .btn-group-vertical &gt; .btn-group:before, .bootstrap-wrapper .btn-group-vertical &gt; .btn-group:after {
    content: " ";
    display: table; }
  .bootstrap-wrapper .btn-group-vertical &gt; .btn-group:after {
    clear: both; }
  .bootstrap-wrapper .btn-group-vertical &gt; .btn-group &gt; .btn {
    float: none; }
  .bootstrap-wrapper .btn-group-vertical &gt; .btn + .btn,
  .bootstrap-wrapper .btn-group-vertical &gt; .btn + .btn-group,
  .bootstrap-wrapper .btn-group-vertical &gt; .btn-group + .btn,
  .bootstrap-wrapper .btn-group-vertical &gt; .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .bootstrap-wrapper .btn-group-vertical &gt; .btn:not(:first-child):not(:last-child) {
    border-radius: 0; }
  .bootstrap-wrapper .btn-group-vertical &gt; .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .bootstrap-wrapper .btn-group-vertical &gt; .btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .bootstrap-wrapper .btn-group-vertical &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn {
    border-radius: 0; }
  .bootstrap-wrapper .btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .btn:last-child,
  .bootstrap-wrapper .btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .bootstrap-wrapper .btn-group-vertical &gt; .btn-group:last-child:not(:first-child) &gt; .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .bootstrap-wrapper .btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate; }
    .bootstrap-wrapper .btn-group-justified &gt; .btn,
    .bootstrap-wrapper .btn-group-justified &gt; .btn-group {
      float: none;
      display: table-cell;
      width: 1%; }
    .bootstrap-wrapper .btn-group-justified &gt; .btn-group .btn {
      width: 100%; }
    .bootstrap-wrapper .btn-group-justified &gt; .btn-group .dropdown-menu {
      left: auto; }
  .bootstrap-wrapper [data-toggle="buttons"] &gt; .btn input[type="radio"],
  .bootstrap-wrapper [data-toggle="buttons"] &gt; .btn input[type="checkbox"],
  .bootstrap-wrapper [data-toggle="buttons"] &gt; .btn-group &gt; .btn input[type="radio"],
  .bootstrap-wrapper [data-toggle="buttons"] &gt; .btn-group &gt; .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }
  .bootstrap-wrapper .label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em; }
    .bootstrap-wrapper .label:empty {
      display: none; }
    .btn .bootstrap-wrapper .label {
      position: relative;
      top: -1px; }
  .bootstrap-wrapper a.label:hover, .bootstrap-wrapper a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer; }
  .bootstrap-wrapper .label-default {
    background-color: #777777; }
    .bootstrap-wrapper .label-default[href]:hover, .bootstrap-wrapper .label-default[href]:focus {
      background-color: #5e5e5e; }
  .bootstrap-wrapper .label-primary {
    background-color: #337ab7; }
    .bootstrap-wrapper .label-primary[href]:hover, .bootstrap-wrapper .label-primary[href]:focus {
      background-color: #286090; }
  .bootstrap-wrapper .label-success {
    background-color: #5cb85c; }
    .bootstrap-wrapper .label-success[href]:hover, .bootstrap-wrapper .label-success[href]:focus {
      background-color: #449d44; }
  .bootstrap-wrapper .label-info {
    background-color: #5bc0de; }
    .bootstrap-wrapper .label-info[href]:hover, .bootstrap-wrapper .label-info[href]:focus {
      background-color: #31b0d5; }
  .bootstrap-wrapper .label-warning {
    background-color: #f0ad4e; }
    .bootstrap-wrapper .label-warning[href]:hover, .bootstrap-wrapper .label-warning[href]:focus {
      background-color: #ec971f; }
  .bootstrap-wrapper .label-danger {
    background-color: #d9534f; }
    .bootstrap-wrapper .label-danger[href]:hover, .bootstrap-wrapper .label-danger[href]:focus {
      background-color: #c9302c; }
  .bootstrap-wrapper .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); }
  .bootstrap-wrapper .panel-body {
    padding: 15px; }
    .bootstrap-wrapper .panel-body:before, .bootstrap-wrapper .panel-body:after {
      content: " ";
      display: table; }
    .bootstrap-wrapper .panel-body:after {
      clear: both; }
  .bootstrap-wrapper .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
    .bootstrap-wrapper .panel-heading &gt; .dropdown .dropdown-toggle {
      color: inherit; }
  .bootstrap-wrapper .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit; }
    .bootstrap-wrapper .panel-title &gt; a,
    .bootstrap-wrapper .panel-title &gt; small,
    .bootstrap-wrapper .panel-title &gt; .small,
    .bootstrap-wrapper .panel-title &gt; small &gt; a,
    .bootstrap-wrapper .panel-title &gt; .small &gt; a {
      color: inherit; }
  .bootstrap-wrapper .panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  .bootstrap-wrapper .panel &gt; .list-group,
  .bootstrap-wrapper .panel &gt; .panel-collapse &gt; .list-group {
    margin-bottom: 0; }
    .bootstrap-wrapper .panel &gt; .list-group .list-group-item,
    .bootstrap-wrapper .panel &gt; .panel-collapse &gt; .list-group .list-group-item {
      border-width: 1px 0;
      border-radius: 0; }
    .bootstrap-wrapper .panel &gt; .list-group:first-child .list-group-item:first-child,
    .bootstrap-wrapper .panel &gt; .panel-collapse &gt; .list-group:first-child .list-group-item:first-child {
      border-top: 0;
      border-top-right-radius: 3px;
      border-top-left-radius: 3px; }
    .bootstrap-wrapper .panel &gt; .list-group:last-child .list-group-item:last-child,
    .bootstrap-wrapper .panel &gt; .panel-collapse &gt; .list-group:last-child .list-group-item:last-child {
      border-bottom: 0;
      border-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px; }
  .bootstrap-wrapper .panel &gt; .panel-heading + .panel-collapse &gt; .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .bootstrap-wrapper .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0; }
  .bootstrap-wrapper .list-group + .panel-footer {
    border-top-width: 0; }
  .bootstrap-wrapper .panel &gt; .table,
  .bootstrap-wrapper .panel &gt; .table-responsive &gt; .table,
  .bootstrap-wrapper .panel &gt; .panel-collapse &gt; .table {
    margin-bottom: 0; }
    .bootstrap-wrapper .panel &gt; .table caption,
    .bootstrap-wrapper .panel &gt; .table-responsive &gt; .table caption,
    .bootstrap-wrapper .panel &gt; .panel-collapse &gt; .table caption {
      padding-left: 15px;
      padding-right: 15px; }
  .bootstrap-wrapper .panel &gt; .table:first-child,
  .bootstrap-wrapper .panel &gt; .table-responsive:first-child &gt; .table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
    .bootstrap-wrapper .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child,
    .bootstrap-wrapper .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child,
    .bootstrap-wrapper .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child,
    .bootstrap-wrapper .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child {
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
      .bootstrap-wrapper .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:first-child,
      .bootstrap-wrapper .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:first-child,
      .bootstrap-wrapper .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:first-child,
      .bootstrap-wrapper .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:first-child,
      .bootstrap-wrapper .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:first-child,
      .bootstrap-wrapper .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:first-child,
      .bootstrap-wrapper .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:first-child,
      .bootstrap-wrapper .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:first-child {
        border-top-left-radius: 3px; }
      .bootstrap-wrapper .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child,
      .bootstrap-wrapper .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child,
      .bootstrap-wrapper .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child,
      .bootstrap-wrapper .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child,
      .bootstrap-wrapper .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child,
      .bootstrap-wrapper .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child,
      .bootstrap-wrapper .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child,
      .bootstrap-wrapper .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child {
        border-top-right-radius: 3px; }
  .bootstrap-wrapper .panel &gt; .table:last-child,
  .bootstrap-wrapper .panel &gt; .table-responsive:last-child &gt; .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
    .bootstrap-wrapper .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child,
    .bootstrap-wrapper .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child,
    .bootstrap-wrapper .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child,
    .bootstrap-wrapper .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child {
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px; }
      .bootstrap-wrapper .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:first-child,
      .bootstrap-wrapper .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:first-child,
      .bootstrap-wrapper .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:first-child,
      .bootstrap-wrapper .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:first-child,
      .bootstrap-wrapper .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:first-child,
      .bootstrap-wrapper .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:first-child,
      .bootstrap-wrapper .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:first-child,
      .bootstrap-wrapper .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:first-child {
        border-bottom-left-radius: 3px; }
      .bootstrap-wrapper .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:last-child,
      .bootstrap-wrapper .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:last-child,
      .bootstrap-wrapper .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:last-child,
      .bootstrap-wrapper .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:last-child,
      .bootstrap-wrapper .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:last-child,
      .bootstrap-wrapper .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:last-child,
      .bootstrap-wrapper .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:last-child,
      .bootstrap-wrapper .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:last-child {
        border-bottom-right-radius: 3px; }
  .bootstrap-wrapper .panel &gt; .panel-body + .table,
  .bootstrap-wrapper .panel &gt; .panel-body + .table-responsive,
  .bootstrap-wrapper .panel &gt; .table + .panel-body,
  .bootstrap-wrapper .panel &gt; .table-responsive + .panel-body {
    border-top: 1px solid #ddd; }
  .bootstrap-wrapper .panel &gt; .table &gt; tbody:first-child &gt; tr:first-child th,
  .bootstrap-wrapper .panel &gt; .table &gt; tbody:first-child &gt; tr:first-child td {
    border-top: 0; }
  .bootstrap-wrapper .panel &gt; .table-bordered,
  .bootstrap-wrapper .panel &gt; .table-responsive &gt; .table-bordered {
    border: 0; }
    .bootstrap-wrapper .panel &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
    .bootstrap-wrapper .panel &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
    .bootstrap-wrapper .panel &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
    .bootstrap-wrapper .panel &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
    .bootstrap-wrapper .panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
    .bootstrap-wrapper .panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child,
    .bootstrap-wrapper .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
    .bootstrap-wrapper .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
    .bootstrap-wrapper .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
    .bootstrap-wrapper .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
    .bootstrap-wrapper .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
    .bootstrap-wrapper .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child {
      border-left: 0; }
    .bootstrap-wrapper .panel &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
    .bootstrap-wrapper .panel &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
    .bootstrap-wrapper .panel &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
    .bootstrap-wrapper .panel &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
    .bootstrap-wrapper .panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
    .bootstrap-wrapper .panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child,
    .bootstrap-wrapper .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
    .bootstrap-wrapper .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
    .bootstrap-wrapper .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
    .bootstrap-wrapper .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
    .bootstrap-wrapper .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
    .bootstrap-wrapper .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child {
      border-right: 0; }
    .bootstrap-wrapper .panel &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; td,
    .bootstrap-wrapper .panel &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; th,
    .bootstrap-wrapper .panel &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; td,
    .bootstrap-wrapper .panel &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; th,
    .bootstrap-wrapper .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; td,
    .bootstrap-wrapper .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; th,
    .bootstrap-wrapper .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; td,
    .bootstrap-wrapper .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; th {
      border-bottom: 0; }
    .bootstrap-wrapper .panel &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
    .bootstrap-wrapper .panel &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
    .bootstrap-wrapper .panel &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td,
    .bootstrap-wrapper .panel &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th,
    .bootstrap-wrapper .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
    .bootstrap-wrapper .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
    .bootstrap-wrapper .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td,
    .bootstrap-wrapper .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th {
      border-bottom: 0; }
  .bootstrap-wrapper .panel &gt; .table-responsive {
    border: 0;
    margin-bottom: 0; }
  .bootstrap-wrapper .panel-group {
    margin-bottom: 20px; }
    .bootstrap-wrapper .panel-group .panel {
      margin-bottom: 0;
      border-radius: 4px; }
      .bootstrap-wrapper .panel-group .panel + .panel {
        margin-top: 5px; }
    .bootstrap-wrapper .panel-group .panel-heading {
      border-bottom: 0; }
      .bootstrap-wrapper .panel-group .panel-heading + .panel-collapse &gt; .panel-body,
      .bootstrap-wrapper .panel-group .panel-heading + .panel-collapse &gt; .list-group {
        border-top: 1px solid #ddd; }
    .bootstrap-wrapper .panel-group .panel-footer {
      border-top: 0; }
      .bootstrap-wrapper .panel-group .panel-footer + .panel-collapse .panel-body {
        border-bottom: 1px solid #ddd; }
  .bootstrap-wrapper .panel-default {
    border-color: #ddd; }
    .bootstrap-wrapper .panel-default &gt; .panel-heading {
      color: #333333;
      background-color: #f5f5f5;
      border-color: #ddd; }
      .bootstrap-wrapper .panel-default &gt; .panel-heading + .panel-collapse &gt; .panel-body {
        border-top-color: #ddd; }
      .bootstrap-wrapper .panel-default &gt; .panel-heading .badge {
        color: #f5f5f5;
        background-color: #333333; }
    .bootstrap-wrapper .panel-default &gt; .panel-footer + .panel-collapse &gt; .panel-body {
      border-bottom-color: #ddd; }
  .bootstrap-wrapper .panel-primary {
    border-color: #337ab7; }
    .bootstrap-wrapper .panel-primary &gt; .panel-heading {
      color: #fff;
      background-color: #337ab7;
      border-color: #337ab7; }
      .bootstrap-wrapper .panel-primary &gt; .panel-heading + .panel-collapse &gt; .panel-body {
        border-top-color: #337ab7; }
      .bootstrap-wrapper .panel-primary &gt; .panel-heading .badge {
        color: #337ab7;
        background-color: #fff; }
    .bootstrap-wrapper .panel-primary &gt; .panel-footer + .panel-collapse &gt; .panel-body {
      border-bottom-color: #337ab7; }
  .bootstrap-wrapper .panel-success {
    border-color: #d6e9c6; }
    .bootstrap-wrapper .panel-success &gt; .panel-heading {
      color: #3c763d;
      background-color: #dff0d8;
      border-color: #d6e9c6; }
      .bootstrap-wrapper .panel-success &gt; .panel-heading + .panel-collapse &gt; .panel-body {
        border-top-color: #d6e9c6; }
      .bootstrap-wrapper .panel-success &gt; .panel-heading .badge {
        color: #dff0d8;
        background-color: #3c763d; }
    .bootstrap-wrapper .panel-success &gt; .panel-footer + .panel-collapse &gt; .panel-body {
      border-bottom-color: #d6e9c6; }
  .bootstrap-wrapper .panel-info {
    border-color: #bce8f1; }
    .bootstrap-wrapper .panel-info &gt; .panel-heading {
      color: #31708f;
      background-color: #d9edf7;
      border-color: #bce8f1; }
      .bootstrap-wrapper .panel-info &gt; .panel-heading + .panel-collapse &gt; .panel-body {
        border-top-color: #bce8f1; }
      .bootstrap-wrapper .panel-info &gt; .panel-heading .badge {
        color: #d9edf7;
        background-color: #31708f; }
    .bootstrap-wrapper .panel-info &gt; .panel-footer + .panel-collapse &gt; .panel-body {
      border-bottom-color: #bce8f1; }
  .bootstrap-wrapper .panel-warning {
    border-color: #faebcc; }
    .bootstrap-wrapper .panel-warning &gt; .panel-heading {
      color: #8a6d3b;
      background-color: #fcf8e3;
      border-color: #faebcc; }
      .bootstrap-wrapper .panel-warning &gt; .panel-heading + .panel-collapse &gt; .panel-body {
        border-top-color: #faebcc; }
      .bootstrap-wrapper .panel-warning &gt; .panel-heading .badge {
        color: #fcf8e3;
        background-color: #8a6d3b; }
    .bootstrap-wrapper .panel-warning &gt; .panel-footer + .panel-collapse &gt; .panel-body {
      border-bottom-color: #faebcc; }
  .bootstrap-wrapper .panel-danger {
    border-color: #ebccd1; }
    .bootstrap-wrapper .panel-danger &gt; .panel-heading {
      color: #a94442;
      background-color: #f2dede;
      border-color: #ebccd1; }
      .bootstrap-wrapper .panel-danger &gt; .panel-heading + .panel-collapse &gt; .panel-body {
        border-top-color: #ebccd1; }
      .bootstrap-wrapper .panel-danger &gt; .panel-heading .badge {
        color: #f2dede;
        background-color: #a94442; }
    .bootstrap-wrapper .panel-danger &gt; .panel-footer + .panel-collapse &gt; .panel-body {
      border-bottom-color: #ebccd1; }
  .bootstrap-wrapper .close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20); }
    .bootstrap-wrapper .close:hover, .bootstrap-wrapper .close:focus {
      color: #000;
      text-decoration: none;
      cursor: pointer;
      opacity: 0.5;
      filter: alpha(opacity=50); }
  .bootstrap-wrapper button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none; }
  .bootstrap-wrapper .table-bordered {
    border: 1px solid #ddd; }
</pre></body></html>