.group-header img {
  max-width:100%;
}

.m-body .m-list a{
  color: #3e4153 !important;
}

.mobile-menu .m-header button.btn-close{
  background: transparent;
}

.article-viewer {
  padding: 0 15px;
  margin-right: 0;
  margin-left: 0;
  margin-top: -12px;
}

.article-viewer p{
  margin-top: 10px;
  margin-bottom: 1rem;
}

.article-viewer .roundedbox {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  clear: both;
  padding: 20px;
}

.article-viewer .roundedbox.darkgray {
  background-color: #a1a1a1;
}

.article-viewer .roundedbox.brightgray {
  background-color: #f0f0f0;
}

.article-viewer #gumtree-video-big {
  display: #000;
}

.article-viewer .pkbArticle {
  line-height: 30px;
}

.article-viewer #gumtree-GumLightboxWrapper #content-column {
  padding: 10px;
}

.article-viewer #gumtree-GumLightboxWrapper #content-column h2 {
  margin-bottom: 10px;
}

.article-viewer #gumtree-GumLightboxWrapper label {
  float: none;
}

.article-viewer #gumtree-GumLightboxWrapper textarea {
  height: 80px;
}

.article-viewer .item-list li a.active {
    font-weight: 600 !important;
}

.kijiji-related-article span {
    width: 100%;
}

.article-title {
    padding-left: 0px !important;
}

.article-viewer .pane-kijij-platform-switcher {
    border-bottom: 0px !important;
}

.article-viewer .kijiji_li {
    background-image: none !important;
    background-color: #37a864 !important;
    border-radius: 50% !important;
}

.auto-title-link {
    color: #2681db !important;
}

.auto-color a {
    color: #2681db !important;
}

.auto-color a.active {
    color: #666 !important ;
}

/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
 /*! normalize.css v3.0.0 | MIT License | git.io/normalize */

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

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

.article-viewer audio:not([controls]) {
  display: none;
  height: 0;
}

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

.article-viewer sup {
  top: -.5em;
}

.article-viewer sub {
  bottom: -.25em;
}

.article-viewer hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

.article-viewer .img-thumbnail,
.article-viewer body {
  background-color: #fff;
}

.article-viewer .carousel-inner>.item>a>img,
.article-viewer .carousel-inner>.item>img,
.article-viewer .img-responsive,
.article-viewer .thumbnail a>img,
.article-viewer .thumbnail>img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

.article-viewer .img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.article-viewer .list-inline,
.article-viewer .list-unstyled {
  padding-left: 0;
  list-style: none;
}

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

.article-viewer hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #eee;
}

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

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

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

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

.article-viewer .text-center {
  text-align: center;
}

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

.article-viewer .text-muted {
  color: #999;
}

.article-viewer .text-primary {
  color: #428bca;
}

.article-viewer a.text-primary:hover {
  color: #3071a9;
}

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

.article-viewer a.text-success:hover {
  color: #2b542c;
}

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

.article-viewer a.text-info:hover {
  color: #245269;
}

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

.article-viewer a.text-warning:hover {
  color: #66512c;
}

.article-viewer .text-danger {
  color: #a94442;
}

.article-viewer a.text-danger:hover {
  color: #843534;
}

.article-viewer .bg-primary {
  color: #fff;
  background-color: #428bca;
}

.article-viewer a.bg-primary:hover {
  background-color: #3071a9;
}

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

.article-viewer a.bg-success:hover {
  background-color: #c1e2b3;
}

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

.article-viewer a.bg-info:hover {
  background-color: #afd9ee;
}

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

.article-viewer a.bg-warning:hover {
  background-color: #f7ecb5;
}

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

.article-viewer a.bg-danger:hover {
  background-color: #e4b9b9;
}

.article-viewer pre code,
.article-viewer  table {
  background-color: transparent;
}

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

.article-viewer dl,
.article-viewer ol,
.article-viewer ul {
  margin-top: 0;
}

.article-viewer blockquote ol:last-child,
.article-viewer blockquote p:last-child,
.article-viewer blockquote ul:last-child,
.article-viewer ol ol,
.article-viewer ol ul,
.article-viewer ul ol,
.article-viewer ul ul {
  margin-bottom: 0;
}

.article-viewer address,
.article-viewer dl {
  margin-bottom: 20px;
}

.article-viewer ol,
.article-viewer ul {
  margin-bottom: 10px;
}

.article-viewer .list-inline {
  margin-left: -5px;
}

.article-viewer .list-inline>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.article-viewer dd {
  margin-left: 0;
}

.article-viewer .row span{
  width:100%;
}

.article-viewer .btn-group-vertical>.btn-group:after,
.article-viewer .btn-toolbar:after,
.article-viewer .clearfix:after,
.article-viewer .container-fluid:after,
.article-viewer .container:after,
.article-viewer .copyright,
.article-viewer .form-horizontal .form-group:after,
.article-viewer .modal-footer:after,
.article-viewer .nav:after,
.article-viewer .navbar-collapse:after,
.article-viewer .navbar-header:after,
.article-viewer .navbar:after,
.article-viewer .pager:after,
.article-viewer .panel-body:after,
.article-viewer .row:after {
	clear: both;
}

.article-viewer abbr[data-original-title],
.article-viewer abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}

.article-viewer .initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.article-viewer blockquote .small,
.article-viewer blockquote footer,
.article-viewer blockquote small {
  display: block;
  font-size: 80%;
  color: #999;
}

.article-viewer legend,
.article-viewer pre {
  display: block;
  color: #333;
}

.article-viewer blockquote .small:before,
.article-viewer blockquote footer:before,
.article-viewer blockquote small:before {
  content: '\2014 \00A0';
}

.article-viewer .blockquote-reverse,
.article-viewer blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}

.article-viewer code,
.article-viewer kbd {
  padding: 2px 4px;
  font-size: 90%;
}

.article-viewer .blockquote-reverse .small:before,
.article-viewer .blockquote-reverse footer:before,
.article-viewer .blockquote-reverse small:before,
.article-viewer blockquote.pull-right .small:before,
.article-viewer blockquote.pull-right footer:before,
.article-viewer blockquote.pull-right small:before {
  content: '';
}

.article-viewer .blockquote-reverse .small:after,
.article-viewer .blockquote-reverse footer:after,
.article-viewer .blockquote-reverse small:after,
.article-viewer blockquote.pull-right .small:after,
.article-viewer blockquote.pull-right footer:after,
.article-viewer blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

.article-viewer blockquote:after,
.article-viewer blockquote:before {
  content: "";
}

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

.article-viewer code {
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}

.article-viewer kbd {
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}

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

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

@media (min-width:768px) {
  .article-viewer .col-sm-1,
  .article-viewer .col-sm-10,
  .article-viewer .col-sm-11,
  .article-viewer .col-sm-12,
  .article-viewer .col-sm-2,
  .article-viewer .col-sm-3,
  .article-viewer .col-sm-4,
  .article-viewer .col-sm-5,
  .article-viewer .col-sm-6,
  .article-viewer .col-sm-7,
  .article-viewer .col-sm-8,
  .article-viewer .col-sm-9 {
    float: left;
  }

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

  .article-viewer .col-sm-11 {
    width: 91.66666667%;
  }

  .article-viewer .col-sm-10 {
    width: 83.33333333%;
  }

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

  .article-viewer .col-sm-8 {
    width: 66.66666667%;
  }

  .article-viewer .col-sm-7 {
    width: 58.33333333%;
  }

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

  .article-viewer .col-sm-5 {
    width: 41.66666667%;
  }

  .article-viewer .col-sm-4 {
    width: 33.33333333%;
  }

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

  .article-viewer .col-sm-2 {
    width: 16.66666667%;
  }

  .article-viewer .col-sm-1 {
    width: 8.33333333%;
  }

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

  .article-viewer .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .article-viewer .col-sm-pull-10 {
    right: 83.33333333%;
  }

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

  .article-viewer .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .article-viewer .col-sm-pull-7 {
    right: 58.33333333%;
  }

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

  .article-viewer .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .article-viewer .col-sm-pull-4 {
    right: 33.33333333%;
  }

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

  .article-viewer .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .article-viewer .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .article-viewer .col-sm-pull-0 {
    right: 0;
  }

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

  .article-viewer .col-sm-push-11 {
    left: 91.66666667%;
  }

  .article-viewer .col-sm-push-10 {
    left: 83.33333333%;
  }

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

  .article-viewer .col-sm-push-8 {
    left: 66.66666667%;
  }

  .article-viewer .col-sm-push-7 {
    left: 58.33333333%;
  }

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

  .article-viewer .col-sm-push-5 {
    left: 41.66666667%;
  }

  .article-viewer .col-sm-push-4 {
    left: 33.33333333%;
  }

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

  .article-viewer .col-sm-push-2 {
    left: 16.66666667%;
  }

  .article-viewer .col-sm-push-1 {
    left: 8.33333333%;
  }

  .article-viewer .col-sm-push-0 {
    left: 0;
  }

  .article-viewer .col-sm-offset-12 {
    margin-left: 100%;
  }

  .article-viewer .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .article-viewer .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

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

  .article-viewer .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .article-viewer .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

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

  .article-viewer .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .article-viewer .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

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

  .article-viewer .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .article-viewer .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

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

@media (min-width:992px) {
  .article-viewer .col-md-1,
  .article-viewer .col-md-10,
  .article-viewer .col-md-11,
  .article-viewer .col-md-12,
  .article-viewer .col-md-2,
  .article-viewer .col-md-3,
  .article-viewer .col-md-4,
  .article-viewer .col-md-5,
  .article-viewer .col-md-6,
  .article-viewer .col-md-7,
  .article-viewer .col-md-8,
  .article-viewer .col-md-9 {
    float: left;
  }

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

  .article-viewer .col-md-11 {
    width: 91.66666667%;
  }

  .article-viewer .col-md-10 {
    width: 83.33333333%;
  }

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

  .article-viewer .col-md-8 {
    width: 66.66666667%;
  }

  .article-viewer .col-md-7 {
    width: 58.33333333%;
  }

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

  .article-viewer .col-md-5 {
    width: 41.66666667%;
  }

  .article-viewer .col-md-4 {
    width: 33.33333333%;
  }

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

  .article-viewer .col-md-2 {
    width: 16.66666667%;
  }

  .article-viewer .col-md-1 {
    width: 8.33333333%;
  }

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

  .article-viewer .col-md-pull-11 {
    right: 91.66666667%;
  }

  .article-viewer .col-md-pull-10 {
    right: 83.33333333%;
  }

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

  .article-viewer .col-md-pull-8 {
    right: 66.66666667%;
  }

  .article-viewer .col-md-pull-7 {
    right: 58.33333333%;
  }

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

  .article-viewer .col-md-pull-5 {
    right: 41.66666667%;
  }

  .article-viewer .col-md-pull-4 {
    right: 33.33333333%;
  }

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

  .article-viewer .col-md-pull-2 {
    right: 16.66666667%;
  }

  .article-viewer .col-md-pull-1 {
    right: 8.33333333%;
  }

  .article-viewer .col-md-pull-0 {
    right: 0;
  }

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

  .article-viewer .col-md-push-11 {
    left: 91.66666667%;
  }

  .article-viewer .col-md-push-10 {
    left: 83.33333333%;
  }

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

  .article-viewer .col-md-push-8 {
    left: 66.66666667%;
  }

  .article-viewer .col-md-push-7 {
    left: 58.33333333%;
  }

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

  .article-viewer .col-md-push-5 {
    left: 41.66666667%;
  }

  .article-viewer .col-md-push-4 {
    left: 33.33333333%;
  }

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

  .article-viewer .col-md-push-2 {
    left: 16.66666667%;
  }

  .article-viewer .col-md-push-1 {
    left: 8.33333333%;
  }

  .article-viewer .col-md-push-0 {
    left: 0;
  }

  .article-viewer .col-md-offset-12 {
    margin-left: 100%;
  }

  .article-viewer .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .article-viewer .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

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

  .article-viewer .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .article-viewer .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

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

  .article-viewer .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .article-viewer .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

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

  .article-viewer .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .article-viewer .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

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

@media (min-width:1200px) {
  .article-viewer .col-lg-1,
  .article-viewer .col-lg-10,
  .article-viewer .col-lg-11,
  .article-viewer .col-lg-12,
  .article-viewer .col-lg-2,
  .article-viewer .col-lg-3,
  .article-viewer .col-lg-4,
  .article-viewer .col-lg-5,
  .article-viewer .col-lg-6,
  .article-viewer .col-lg-7,
  .article-viewer .col-lg-8,
  .article-viewer .col-lg-9 {
    float: left;
  }

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

  .article-viewer .col-lg-11 {
    width: 91.66666667%;
  }

  .article-viewer .col-lg-10 {
    width: 83.33333333%;
  }

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

  .article-viewer .col-lg-8 {
    width: 66.66666667%;
  }

  .article-viewer .col-lg-7 {
    width: 58.33333333%;
  }

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

  .article-viewer .col-lg-5 {
    width: 41.66666667%;
  }

  .article-viewer .col-lg-4 {
    width: 33.33333333%;
  }

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

  .article-viewer .col-lg-2 {
    width: 16.66666667%;
  }

  .article-viewer .col-lg-1 {
    width: 8.33333333%;
  }

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

  .article-viewer .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .article-viewer .col-lg-pull-10 {
    right: 83.33333333%;
  }

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

  .article-viewer .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .article-viewer .col-lg-pull-7 {
    right: 58.33333333%;
  }

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

  .article-viewer .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .article-viewer .col-lg-pull-4 {
    right: 33.33333333%;
  }

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

  .article-viewer .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .article-viewer .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .article-viewer .col-lg-pull-0 {
    right: 0;
  }

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

  .article-viewer .col-lg-push-11 {
    left: 91.66666667%;
  }

  .article-viewer .col-lg-push-10 {
    left: 83.33333333%;
  }

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

  .article-viewer .col-lg-push-8 {
    left: 66.66666667%;
  }

  .article-viewer .col-lg-push-7 {
    left: 58.33333333%;
  }

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

  .article-viewer .col-lg-push-5 {
    left: 41.66666667%;
  }

  .article-viewer .col-lg-push-4 {
    left: 33.33333333%;
  }

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

  .article-viewer .col-lg-push-2 {
    left: 16.66666667%;
  }

  .article-viewer .col-lg-push-1 {
    left: 8.33333333%;
  }

  .article-viewer .col-lg-push-0 {
    left: 0;
  }

  .article-viewer .col-lg-offset-12 {
    margin-left: 100%;
  }

  .article-viewer .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .article-viewer .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

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

  .article-viewer .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .article-viewer .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

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

  .article-viewer .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .article-viewer .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

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

  .article-viewer .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .article-viewer .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

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

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.article-viewer .collapse {
  display: none;
}

.article-viewer .collapse.in {
  display: block;
}

.article-viewer .caret,.glyphicon {
  display: inline-block;
}

.article-viewer .collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease;
}

@font-face {
  font-family:'Glyphicons Halflings';
  src:url(../fonts/glyphicons-halflings-regular.eot);
  src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),
  url(../fonts/glyphicons-halflings-regular.woff) format('woff'),
  url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),
  url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}

.article-viewer .glyphicon {
  top: 1px;
  font-family: 'Glyphicons Halflings';
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.article-viewer .glyphicon-asterisk:before {
  content: "\2a";
}

.article-viewer .glyphicon-plus:before {
  content: "\2b";
}

.article-viewer .glyphicon-euro:before {
  content: "\20ac";
}

.article-viewer .glyphicon-minus:before {
  content: "\2212";
}

.article-viewer .glyphicon-cloud:before {
  content: "\2601";
}

.article-viewer .glyphicon-envelope:before {
  content: "\2709";
}

.article-viewer .glyphicon-pencil:before {
  content: "\270f";
}

.article-viewer .glyphicon-glass:before {
  content: "\e001";
}

.article-viewer .glyphicon-music:before {
  content: "\e002";
}

.article-viewer .glyphicon-search:before {
  content: "\e003";
}

.article-viewer .glyphicon-heart:before {
  content: "\e005";
}

.article-viewer .glyphicon-star:before {
  content: "\e006";
}

.article-viewer .glyphicon-star-empty:before {
  content: "\e007";
}

.article-viewer .glyphicon-user:before {
  content: "\e008";
}

.article-viewer .glyphicon-film:before {
  content: "\e009";
}

.article-viewer .glyphicon-th-large:before {
  content: "\e010";
}

.article-viewer .glyphicon-th:before {
  content: "\e011";
}

.article-viewer .glyphicon-th-list:before {
  content: "\e012";
}

.article-viewer .glyphicon-ok:before {
  content: "\e013";
}

.article-viewer .glyphicon-remove:before {
  content: "\e014";
}

.article-viewer .glyphicon-zoom-in:before {
  content: "\e015";
}

.article-viewer .glyphicon-zoom-out:before {
  content: "\e016";
}

.article-viewer .glyphicon-off:before {
  content: "\e017";
}

.article-viewer .glyphicon-signal:before {
  content: "\e018";
}

.article-viewer .glyphicon-cog:before {
  content: "\e019";
}

.article-viewer .glyphicon-trash:before {
  content: "\e020";
}

.article-viewer .glyphicon-home:before {
  content: "\e021";
}

.article-viewer .glyphicon-file:before {
  content: "\e022";
}

.article-viewer .glyphicon-time:before {
  content: "\e023";
}

.article-viewer .glyphicon-road:before {
  content: "\e024";
}

.article-viewer .glyphicon-download-alt:before {
  content: "\e025";
}

.article-viewer .glyphicon-download:before {
  content: "\e026";
}

.article-viewer .glyphicon-upload:before {
  content: "\e027";
}

.article-viewer .glyphicon-inbox:before {
  content: "\e028";
}

.article-viewer .glyphicon-play-circle:before {
  content: "\e029";
}

.article-viewer .glyphicon-repeat:before {
  content: "\e030";
}

.article-viewer .glyphicon-refresh:before {
  content: "\e031";
}

.article-viewer .glyphicon-list-alt:before {
  content: "\e032";
}

.article-viewer .glyphicon-lock:before {
  content: "\e033";
}

.article-viewer .glyphicon-flag:before {
  content: "\e034";
}

.article-viewer .glyphicon-headphones:before {
  content: "\e035";
}

.article-viewer .glyphicon-volume-off:before {
  content: "\e036";
}

.article-viewer .glyphicon-volume-down:before {
  content: "\e037";
}

.article-viewer .glyphicon-volume-up:before {
  content: "\e038";
}

.article-viewer .glyphicon-qrcode:before {
  content: "\e039";
}

.article-viewer .glyphicon-barcode:before {
  content: "\e040";
}

.article-viewer .glyphicon-tag:before {
  content: "\e041";
}

.article-viewer .glyphicon-tags:before {
  content: "\e042";
}

.article-viewer .glyphicon-book:before {
  content: "\e043";
}

.article-viewer .glyphicon-bookmark:before {
  content: "\e044";
}

.article-viewer .glyphicon-print:before {
  content: "\e045";
}

.article-viewer .glyphicon-camera:before {
  content: "\e046";
}

.article-viewer .glyphicon-font:before {
  content: "\e047";
}

.article-viewer .glyphicon-bold:before {
  content: "\e048";
}

.article-viewer .glyphicon-italic:before {
  content: "\e049";
}

.article-viewer .glyphicon-text-height:before {
  content: "\e050";
}

.article-viewer .glyphicon-text-width:before {
  content: "\e051";
}

.article-viewer .glyphicon-align-left:before {
  content: "\e052";
}

.article-viewer .glyphicon-align-center:before {
  content: "\e053";
}

.article-viewer .glyphicon-align-right:before {
  content: "\e054";
}

.article-viewer .glyphicon-align-justify:before {
  content: "\e055";
}

.article-viewer .glyphicon-list:before {
  content: "\e056";
}

.article-viewer .glyphicon-indent-left:before {
  content: "\e057";
}

.article-viewer .glyphicon-indent-right:before {
  content: "\e058";
}

.article-viewer .glyphicon-facetime-video:before {
  content: "\e059";
}

.article-viewer .glyphicon-picture:before {
  content: "\e060";
}

.article-viewer .glyphicon-map-marker:before {
  content: "\e062";
}

.article-viewer .glyphicon-adjust:before {
  content: "\e063";
}

.article-viewer .glyphicon-tint:before {
  content: "\e064";
}

.article-viewer .glyphicon-edit:before {
  content: "\e065";
}

.article-viewer .glyphicon-share:before {
  content: "\e066";
}

.article-viewer .glyphicon-check:before {
  content: "\e067";
}

.article-viewer .glyphicon-move:before {
  content: "\e068";
}

.article-viewer .glyphicon-step-backward:before {
  content: "\e069";
}

.article-viewer .glyphicon-fast-backward:before {
  content: "\e070";
}

.article-viewer .glyphicon-backward:before {
  content: "\e071";
}

.article-viewer .glyphicon-play:before {
  content: "\e072";
}

.article-viewer .glyphicon-pause:before {
  content: "\e073";
}

.article-viewer .glyphicon-stop:before {
  content: "\e074";
}

.article-viewer .glyphicon-forward:before {
  content: "\e075";
}

.article-viewer .glyphicon-fast-forward:before {
  content: "\e076";
}

.article-viewer .glyphicon-step-forward:before {
  content: "\e077";
}

.article-viewer .glyphicon-eject:before {
  content: "\e078";
}

.article-viewer .glyphicon-chevron-left:before {
  content: "\e079";
}

.article-viewer .glyphicon-chevron-right:before {
  content: "\e080";
}

.article-viewer .glyphicon-plus-sign:before {
  content: "\e081";
}

.article-viewer .glyphicon-minus-sign:before {
  content: "\e082";
}

.article-viewer .glyphicon-remove-sign:before {
  content: "\e083";
}

.article-viewer .glyphicon-ok-sign:before {
  content: "\e084";
}

.article-viewer .glyphicon-question-sign:before {
  content: "\e085";
}

.article-viewer .glyphicon-info-sign:before {
  content: "\e086";
}

.article-viewer .glyphicon-screenshot:before {
  content: "\e087";
}

.article-viewer .glyphicon-remove-circle:before {
  content: "\e088";
}

.article-viewer .glyphicon-ok-circle:before {
  content: "\e089";
}

.article-viewer .glyphicon-ban-circle:before {
  content: "\e090";
}

.article-viewer .glyphicon-arrow-left:before {
  content: "\e091";
}

.article-viewer .glyphicon-arrow-right:before {
  content: "\e092";
}

.article-viewer .glyphicon-arrow-up:before {
  content: "\e093";
}

.article-viewer .glyphicon-arrow-down:before {
  content: "\e094";
}

.article-viewer .glyphicon-share-alt:before {
  content: "\e095";
}

.article-viewer .glyphicon-resize-full:before {
  content: "\e096";
}

.article-viewer .glyphicon-resize-small:before {
  content: "\e097";
}

.article-viewer .glyphicon-exclamation-sign:before {
  content: "\e101";
}

.article-viewer .glyphicon-gift:before {
  content: "\e102";
}

.article-viewer .glyphicon-leaf:before {
  content: "\e103";
}

.article-viewer .glyphicon-fire:before {
  content: "\e104";
}

.article-viewer .glyphicon-eye-open:before {
  content: "\e105";
}

.article-viewer .glyphicon-eye-close:before {
  content: "\e106";
}

.article-viewer .glyphicon-warning-sign:before {
  content: "\e107";
}

.article-viewer .glyphicon-plane:before {
  content: "\e108";
}

.article-viewer .glyphicon-calendar:before {
  content: "\e109";
}

.article-viewer .glyphicon-random:before {
  content: "\e110";
}

.article-viewer .glyphicon-comment:before {
  content: "\e111";
}

.article-viewer .glyphicon-magnet:before {
  content: "\e112";
}

.article-viewer .glyphicon-chevron-up:before {
  content: "\e113";
}

.article-viewer .glyphicon-chevron-down:before {
  content: "\e114";
}

.article-viewer .glyphicon-retweet:before {
  content: "\e115";
}

.article-viewer .glyphicon-shopping-cart:before {
  content: "\e116";
}

.article-viewer .glyphicon-folder-close:before {
  content: "\e117";
}

.article-viewer .glyphicon-folder-open:before {
  content: "\e118";
}

.article-viewer .glyphicon-resize-vertical:before {
  content: "\e119";
}

.article-viewer .glyphicon-resize-horizontal:before {
  content: "\e120";
}

.article-viewer .glyphicon-hdd:before {
  content: "\e121";
}

.article-viewer .glyphicon-bullhorn:before {
  content: "\e122";
}

.article-viewer .glyphicon-bell:before {
  content: "\e123";
}

.article-viewer .glyphicon-certificate:before {
  content: "\e124";
}

.article-viewer .glyphicon-thumbs-up:before {
  content: "\e125";
}

.article-viewer .glyphicon-thumbs-down:before {
  content: "\e126";
}

.article-viewer .glyphicon-hand-right:before {
  content: "\e127";
}

.article-viewer .glyphicon-hand-left:before {
  content: "\e128";
}

.article-viewer .glyphicon-hand-up:before {
  content: "\e129";
}

.article-viewer .glyphicon-hand-down:before {
  content: "\e130";
}

.article-viewer .glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.article-viewer .glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.article-viewer .glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.article-viewer .glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.article-viewer .glyphicon-globe:before {
  content: "\e135";
}

.article-viewer .glyphicon-wrench:before {
  content: "\e136";
}

.article-viewer .glyphicon-tasks:before {
  content: "\e137";
}

.article-viewer .glyphicon-filter:before {
  content: "\e138";
}

.article-viewer .glyphicon-briefcase:before {
  content: "\e139";
}

.article-viewer .glyphicon-fullscreen:before {
  content: "\e140";
}

.article-viewer .glyphicon-dashboard:before {
  content: "\e141";
}

.article-viewer .glyphicon-paperclip:before {
  content: "\e142";
}

.article-viewer .glyphicon-heart-empty:before {
  content: "\e143";
}

.article-viewer .glyphicon-link:before {
  content: "\e144";
}

.article-viewer .glyphicon-phone:before {
  content: "\e145";
}

.article-viewer .glyphicon-pushpin:before {
  content: "\e146";
}

.article-viewer .glyphicon-usd:before {
  content: "\e148";
}

.article-viewer .glyphicon-gbp:before {
  content: "\e149";
}

.article-viewer .glyphicon-sort:before {
  content: "\e150";
}

.article-viewer .glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.article-viewer .glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.article-viewer .glyphicon-sort-by-order:before {
  content: "\e153";
}

.article-viewer .glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.article-viewer .glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.article-viewer .glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.article-viewer .glyphicon-unchecked:before {
  content: "\e157";
}

.article-viewer .glyphicon-expand:before {
  content: "\e158";
}

.article-viewer .glyphicon-collapse-down:before {
  content: "\e159";
}

.article-viewer .glyphicon-collapse-up:before {
  content: "\e160";
}

.article-viewer .glyphicon-log-in:before {
  content: "\e161";
}

.article-viewer .glyphicon-flash:before {
  content: "\e162";
}

.article-viewer .glyphicon-log-out:before {
  content: "\e163";
}

.article-viewer .glyphicon-new-window:before {
  content: "\e164";
}

.article-viewer .glyphicon-record:before {
  content: "\e165";
}

.article-viewer .glyphicon-save:before {
  content: "\e166";
}

.article-viewer .glyphicon-open:before {
  content: "\e167";
}

.article-viewer .glyphicon-saved:before {
  content: "\e168";
}

.article-viewer .glyphicon-import:before {
  content: "\e169";
}

.article-viewer .glyphicon-export:before {
  content: "\e170";
}

.article-viewer .glyphicon-send:before {
  content: "\e171";
}

.article-viewer .glyphicon-floppy-disk:before {
  content: "\e172";
}

.article-viewer .glyphicon-floppy-saved:before {
  content: "\e173";
}

.article-viewer .glyphicon-floppy-remove:before {
  content: "\e174";
}

.article-viewer .glyphicon-floppy-save:before {
  content: "\e175";
}

.article-viewer .glyphicon-floppy-open:before {
  content: "\e176";
}

.article-viewer .glyphicon-credit-card:before {
  content: "\e177";
}

.article-viewer .glyphicon-transfer:before {
  content: "\e178";
}

.article-viewer .glyphicon-cutlery:before {
  content: "\e179";
}

.article-viewer .glyphicon-header:before {
  content: "\e180";
}

.article-viewer .glyphicon-compressed:before {
  content: "\e181";
}

.article-viewer .glyphicon-earphone:before {
  content: "\e182";
}

.article-viewer .glyphicon-phone-alt:before {
  content: "\e183";
}

.article-viewer .glyphicon-tower:before {
  content: "\e184";
}

.article-viewer .glyphicon-stats:before {
  content: "\e185";
}

.article-viewer .glyphicon-sd-video:before {
  content: "\e186";
}

.article-viewer .glyphicon-hd-video:before {
  content: "\e187";
}

.article-viewer .glyphicon-subtitles:before {
  content: "\e188";
}

.article-viewer .glyphicon-sound-stereo:before {
  content: "\e189";
}

.article-viewer .glyphicon-sound-dolby:before {
  content: "\e190";
}

.article-viewer .glyphicon-sound-5-1:before {
  content: "\e191";
}

.article-viewer .glyphicon-sound-6-1:before {
  content: "\e192";
}

.article-viewer .glyphicon-sound-7-1:before {
  content: "\e193";
}

.article-viewer .glyphicon-copyright-mark:before {
  content: "\e194";
}

.article-viewer .glyphicon-registration-mark:before {
  content: "\e195";
}

.article-viewer .glyphicon-cloud-download:before {
  content: "\e197";
}

.article-viewer .glyphicon-cloud-upload:before {
  content: "\e198";
}

.article-viewer .glyphicon-tree-conifer:before {
  content: "\e199";
}

.article-viewer .glyphicon-tree-deciduous:before {
  content: "\e200";
}

.article-viewer .caret {
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.article-viewer .media-object,
.article-viewer .thumbnail {
  display: block;
}

.article-viewer .btn .badge {
  position: relative;
  top: -1px;
}

.article-viewer .btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

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

.article-viewer .nav-pills>.active>a>.badge,
.article-viewer a.list-group-item.active>.badge {
  color: #428bca;
  background-color: #fff;
}

.article-viewer .jumbotron,
.article-viewer .jumbotron .h1,
.article-viewer .jumbotron h1 {
  color: inherit;
}

.article-viewer .nav-pills>li>a>.badge {
  margin-left: 3px;
}

.article-viewer .jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  background-color: #eee;
}

.article-viewer .jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.article-viewer .alert,
.article-viewer .thumbnail {
  margin-bottom: 20px;
}

.article-viewer .alert .alert-link,
.article-viewer .close {
  font-weight: 700;
}

.article-viewer .thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all .2s ease-in-out;
}

.article-viewer .thumbnail a>img,
.article-viewer .thumbnail>img {
  margin-left: auto;
  margin-right: auto;
}

.article-viewer .thumbnail .caption {
  padding: 9px;
  color: #333;
}

.article-viewer .alert {
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.article-viewer .alert h4 {
  margin-top: 0;
  color: inherit;
}

.article-viewer .alert>p,
.article-viewer .alert>ul {
  margin-bottom: 0;
}

.article-viewer .alert>p+p {
  margin-top: 5px;
}

.article-viewer .alert-dismissable {
  padding-right: 35px;
}

.article-viewer .alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.article-viewer .alert-success {
  background-color: #dff0d8;
  color: #3c763d;
}

.article-viewer .alert-success hr {
  border-top-color: #c9e2b3;
}

.article-viewer .alert-success .alert-link {
  color: #2b542c;
}

.article-viewer .alert-info {
  background-color: #d9edf7;
  color: #31708f;
}

.article-viewer .alert-info hr {
  border-top-color: #a6e1ec;
}

.article-viewer .alert-info .alert-link {
  color: #245269;
}

.article-viewer .alert-warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
}

.article-viewer .alert-warning hr {
  border-top-color: #f7e1b5;
}

.article-viewer .alert-warning .alert-link {
  color: #66512c;
}

.article-viewer .alert-danger {
  background-color: #f2dede;
  color: #a94442;
}

.article-viewer .alert-danger hr {
  border-top-color: #e4b9c0;
}

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

.article-viewer .progress {
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.article-viewer .progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
}

.article-viewer .close,
.article-viewer .list-group-item>.badge {
  float: right;
}

.article-viewer .progress-striped .progress-bar {
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-size: 40px 40px;
}

.article-viewer .progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.article-viewer .progress-bar-success {
  background-color: #5cb85c;
}

.article-viewer .progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.article-viewer .progress-striped .progress-bar-info,.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.article-viewer .progress-bar-info {
  background-color: #5bc0de;
}

.article-viewer .progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.article-viewer .progress-bar-warning {
  background-color: #f0ad4e;
}

.article-viewer .progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.article-viewer .progress-bar-danger {
  background-color: #d9534f;
}

.article-viewer .progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.article-viewer .media,
.article-viewer .media-body {
  zoom: 1;
}

.article-viewer .media,
.article-viewer .media .media {
  margin-top: 15px;
}

.article-viewer .media:first-child {
  margin-top: 0;
}

.article-viewer .media-heading {
  margin: 0 0 5px;
}

.article-viewer .media>.pull-left {
  margin-right: 10px;
}

.article-viewer .media>.pull-right {
  margin-left: 10px;
}

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

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

.article-viewer .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
}

.article-viewer .list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.article-viewer .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.article-viewer .list-group-item>.badge+.badge {
  margin-right: 5px;
}

.article-viewer .panel-heading>.dropdown .dropdown-toggle,.panel-title,.panel-title>a {
  color: inherit;
}

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

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

.article-viewer .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
}

.article-viewer .panel-group .panel,
.article-viewer .panel-title,
.article-viewer .panel>.list-group,
.article-viewer .panel>.table,
.article-viewer .panel>.table-responsive>.table {
  margin-bottom: 0;
}

.article-viewer .panel-body {
  padding: 15px;
}

.article-viewer .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.article-viewer .panel-title {
  margin-top: 0;
  font-size: 16px;
}

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

.article-viewer .panel>.list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.article-viewer .panel-group .panel-heading,
.article-viewer .panel>.list-group:last-child .list-group-item:last-child,
.article-viewer .panel>.table-bordered>tbody>tr:first-child>td,
.article-viewer .panel>.table-bordered>tbody>tr:first-child>th,
.article-viewer .panel>.table-bordered>tbody>tr:last-child>td,
.article-viewer .panel>.table-bordered>tbody>tr:last-child>th,
.article-viewer .panel>.table-bordered>tfoot>tr:last-child>td,
.article-viewer .panel>.table-bordered>tfoot>tr:last-child>th,
.article-viewer .panel>.table-bordered>thead>tr:first-child>td,
.article-viewer .panel>.table-bordered>thead>tr:first-child>th,
.article-viewer .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.article-viewer .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.article-viewer .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.article-viewer .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.article-viewer .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.article-viewer .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.article-viewer .panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.article-viewer .panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
  border-bottom: 0;
}

.article-viewer .panel>.list-group:last-child .list-group-item:last-child,
.article-viewer .panel>.table-responsive:last-child>.table:last-child,
.article-viewer .panel>.table:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.article-viewer .panel>.list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

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

.article-viewer .panel>.table-responsive:first-child>.table:first-child,
.article-viewer .panel>.table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.article-viewer .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.article-viewer .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.article-viewer .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.article-viewer .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.article-viewer .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.article-viewer .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.article-viewer .panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.article-viewer .panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.article-viewer .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.article-viewer .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.article-viewer .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.article-viewer .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.article-viewer .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,
.article-viewer .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 {
  border-top-right-radius: 3px;
}

.article-viewer .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.article-viewer .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.article-viewer .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.article-viewer .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.article-viewer .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.article-viewer .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.article-viewer .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.article-viewer .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.article-viewer .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.article-viewer .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.article-viewer .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.article-viewer .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.article-viewer .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,
.article-viewer .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 {
  border-bottom-right-radius: 3px;
}

.article-viewer .panel>.panel-body+.table,.panel>.panel-body+.table-responsive {
  border-top: 1px solid #ddd;
}

.article-viewer .panel>.table>tbody:first-child>tr:first-child td,
.article-viewer .panel>.table>tbody:first-child>tr:first-child th {
  border-top: 0;
}

.article-viewer .panel>.table-bordered,
.article-viewer .panel>.table-responsive>.table-bordered {
  border: 0;
}

.article-viewer .panel>.table-bordered>tbody>tr>td:first-child,
.article-viewer .panel>.table-bordered>tbody>tr>th:first-child,
.article-viewer .panel>.table-bordered>tfoot>tr>td:first-child,
.article-viewer .panel>.table-bordered>tfoot>tr>th:first-child,
.article-viewer .panel>.table-bordered>thead>tr>td:first-child,
.article-viewer .panel>.table-bordered>thead>tr>th:first-child,
.article-viewer .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.article-viewer .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.article-viewer .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.article-viewer .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.article-viewer .panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.article-viewer .panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
  border-left: 0;
}

.article-viewer .panel>.table-bordered>tbody>tr>td:last-child,
.article-viewer .panel>.table-bordered>tbody>tr>th:last-child,
.article-viewer .panel>.table-bordered>tfoot>tr>td:last-child,
.article-viewer .panel>.table-bordered>tfoot>tr>th:last-child,
.article-viewer .panel>.table-bordered>thead>tr>td:last-child,
.article-viewer .panel>.table-bordered>thead>tr>th:last-child,
.article-viewer .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.article-viewer .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.article-viewer .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.article-viewer .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.article-viewer .panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.article-viewer .panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
  border-right: 0;
}

.article-viewer .panel>.table-responsive {
  border: 0;
  margin-bottom: 0;
}

.article-viewer .panel-group .panel {
  border-radius: 4px;
  overflow: hidden;
}

.article-viewer .panel-group .panel+.panel {
  margin-top: 5px;
}

.article-viewer .panel-group .panel-heading+.panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}

.article-viewer .panel-group .panel-footer {
  border-top: 0;
}

.article-viewer .panel-group .panel-footer+.panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.article-viewer .panel-default {
  border-color: #ddd;
}

.article-viewer .panel-default>.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.article-viewer .panel-default>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #ddd;
}

.article-viewer .panel-default>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #ddd;
}

.article-viewer .panel-primary {
  border-color: #428bca;
}

.article-viewer .panel-primary>.panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

.article-viewer .panel-primary>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #428bca;
}

.article-viewer .panel-primary>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

.article-viewer .panel-success {
  border-color: #d6e9c6;
}

.article-viewer .panel-success>.panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.article-viewer .panel-success>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

.article-viewer .panel-success>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

.article-viewer .panel-info {
  border-color: #bce8f1;
}

.article-viewer .panel-info>.panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.article-viewer .panel-info>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

.article-viewer .panel-info>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

.article-viewer .panel-warning {
  border-color: #faebcc;
}

.article-viewer .panel-warning>.panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.article-viewer .panel-warning>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #faebcc;
}

.article-viewer .panel-warning>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}

.article-viewer .panel-danger {
  border-color: #ebccd1;
}

.article-viewer .panel-danger>.panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.article-viewer .panel-danger>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #ebccd1;
}

.article-viewer .panel-danger>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}

.article-viewer .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}

.article-viewer .well blockquote {
  border-color: #ddd;
  border-color: rgba(0,0,0,.15);
}

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

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

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

  .article-viewer .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
  }

  .article-viewer .modal-sm {
    width: 300px;
  }
}

.article-viewer .carousel,
.article-viewer .carousel-inner {
  position: relative;
}

.article-viewer .carousel-inner {
  overflow: hidden;
  width: 100%;
}

.article-viewer .carousel-inner>.item {
  display: none;
  position: relative;
  -webkit-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

.article-viewer .carousel-inner>.item>a>img,.carousel-inner>.item>img {
  line-height: 1;
}

.article-viewer .carousel-inner>.active,
.article-viewer .carousel-inner>.next,
.article-viewer .carousel-inner>.prev {
  display: block;
}

.article-viewer .carousel-inner>.active {
  left: 0;
}

.article-viewer .carousel-inner>.next,.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.article-viewer .carousel-inner>.next {
  left: 100%;
}

.article-viewer .carousel-inner>.prev {
  left: -100%;
}

.article-viewer .carousel-inner>.next.left,.carousel-inner>.prev.right {
  left: 0;
}

.article-viewer .carousel-inner>.active.left {
  left: -100%;
}

.article-viewer .carousel-inner>.active.right {
  left: 100%;
}

.article-viewer .carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: .5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.article-viewer .carousel-control.left {
  background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,.5) 0),color-stop(rgba(0,0,0,.0001) 100%));
  background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.article-viewer .carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,.0001) 0),color-stop(rgba(0,0,0,.5) 100%));
  background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.article-viewer .carousel-control:focus,
.article-viewer .carousel-control:hover {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90);
}

.article-viewer .carousel-control .glyphicon-chevron-left,
.article-viewer .carousel-control .glyphicon-chevron-right,
.article-viewer .carousel-control .icon-next,
.article-viewer .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.article-viewer .carousel-control .glyphicon-chevron-left,
.article-viewer .carousel-control .icon-prev {
  left: 50%;
}

.article-viewer .carousel-control .glyphicon-chevron-right,
.article-viewer .carousel-control .icon-next {
  right: 50%;
}

.article-viewer .carousel-control .icon-next,
.article-viewer .carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.article-viewer .carousel-control .icon-prev:before {
  content: '\2039';
}

.article-viewer .carousel-control .icon-next:before {
  content: '\203a';
}

.article-viewer .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.article-viewer .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000\9;
  background-color: rgba(0,0,0,0);
}

.article-viewer .carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.article-viewer .btn-outline,
.article-viewer .text-hide {
  background-color: transparent;
}

.article-viewer .carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.article-viewer .carousel-caption .btn,
.article-viewer .text-hide {
  text-shadow: none;
}

@media screen and (min-width:768px) {
  .article-viewer .carousel-control .glyphicon-chevron-left,
  .article-viewer .carousel-control .glyphicon-chevron-right,
  .article-viewer .carousel-control .icon-next,
  .article-viewer .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }

  .article-viewer .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .article-viewer .carousel-indicators {
    bottom: 20px;
  }
}

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

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

.article-viewer .pull-left {
  float: left!important;
}

.article-viewer .hide {
  display: none!important;
}

.article-viewer .show {
  display: block!important;
}

.article-viewer .hidden,
.article-viewer .visible-lg,
.article-viewer .visible-md,
.article-viewer .visible-sm,
.article-viewer .visible-xs {
  display: none!important;
}

.article-viewer .invisible {
  visibility: hidden;
}

.article-viewer .text-hide {
  font: 0/0 a;
  color: transparent;
  border: 0;
}

.fa,.table code {
  font-weight: 400;
}

.article-viewer .hidden {
  visibility: hidden!important;
}

.article-viewer .affix {
  position: fixed;
}

@-ms-viewport {
  width:device-width;
}

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

  .article-viewer table.visible-xs {
    display: table;
  }

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

  .article-viewer td.visible-xs,
  .article-viewer th.visible-xs {
    display: table-cell!important;
  }
}

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

  .article-viewer table.visible-sm {
    display: table;
  }

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

  .article-viewer td.visible-sm,
  .article-viewer th.visible-sm {
    display: table-cell!important;
  }
}

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

  .article-viewer table.visible-md {
    display: table;
  }

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

  .article-viewer td.visible-md,th.visible-md {
    display: table-cell!important;
  }
}

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

  .article-viewer table.visible-lg {
    display: table;
  }

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

  .article-viewer td.visible-lg,
  .article-viewer th.visible-lg {
    display: table-cell!important;
  }

  .article-viewer .hidden-lg {
    display: none!important;
  }
}

@media (max-width:767px) {
  .article-viewer .hidden-xs {
    display: none!important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .article-viewer .hidden-sm {
    display: none!important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .article-viewer .hidden-md {
    display: none!important;
  }
}

.article-viewer .visible-print {
  display: none!important;
}

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

  .article-viewer table.visible-print {
    display: table;
  }

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

  .article-viewer td.visible-print,
  .article-viewer th.visible-print {
    display: table-cell!important;
  }

  .article-viewer .hidden-print {
    display: none!important;
  }
}

.fa,
.fa-stack {
  display: inline-block;
}

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
 @font-face {
  font-family:FontAwesome;
  src:url(../fonts/fontawesome-webfont.eot?v=4.0.3);
  src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3) format('embedded-opentype'),
  url(../fonts/fontawesome-webfont.woff?v=4.0.3) format('woff'),
  url(../fonts/fontawesome-webfont.ttf?v=4.0.3) format('truetype'),
  url(../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular) format('svg');
  font-weight:400;
  font-style:normal;
}

.fa {
  font-family: FontAwesome;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.article-viewer .ge,.sd {
  font-style: italic;
}

.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857142858em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: .14285714285714285em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571428572em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: .08em solid #eee;
  border-radius: .1em;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0);
  }

  100% {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0);
  }

  100% {
    -o-transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0);
  }

  100% {
    -ms-transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1,1);
  -moz-transform: scale(-1,1);
  -ms-transform: scale(-1,1);
  -o-transform: scale(-1,1);
  transform: scale(-1,1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1,-1);
  -moz-transform: scale(1,-1);
  -ms-transform: scale(1,-1);
  -o-transform: scale(1,-1);
  transform: scale(1,-1);
}

.fa-stack {
  position: relative;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.article-viewer .bs-docs-header .container,
.article-viewer .bs-docs-masthead,
.article-viewer body {
  position: relative;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

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

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

.fa-envelope-o:before {
  content: "\f003";
}

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

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

.fa-star-o:before {
  content: "\f006";
}

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

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

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

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

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

.fa-check:before {
  content: "\f00c";
}

.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

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

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

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

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

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

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

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

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

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

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

.fa-video-camera:before {
  content: "\f03d";
}

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

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

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

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

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

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

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

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

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

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

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

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

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

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

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

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

.fa-exclamation-circle:before {
  content: "\f06a";
}

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

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

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

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

.fa-eye-slash:before {
  content: "\f070";
}

.fa-exclamation-triangle:before,
.fa-warning:before {
  content: "\f071";
}

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

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

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

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

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

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

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

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

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

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

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

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

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

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

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

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

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

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

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

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

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

.fa-sign-in:before {
  content: "\f090";
}

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

.fa-github-square:before {
  content: "\f092";
}

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

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

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

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

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

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

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

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

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

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

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

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

.fa-bell:before {
  content: "\f0f3";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

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

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-floppy-o:before,
.fa-save:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-sort:before,
.fa-unsorted:before {
  content: "\f0dc";
}

.fa-sort-asc:before,
.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-desc:before,
.fa-sort-up:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-bolt:before,
.fa-flash:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-clipboard:before,
.fa-paste:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

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

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-chain-broken:before,
.fa-unlink:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "\f150";
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "\f151";
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "\f152";
}

.fa-eur:before,
.fa-euro:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-inr:before,
.fa-rupee:before {
  content: "\f156";
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "\f157";
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "\f158";
}

.fa-krw:before,
.fa-won:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-try:before,
.fa-turkish-lira:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

/*!
 * Bootstrap Docs (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under the Creative Commons Attribution 3.0 Unported License. For
 * details, see http://creativecommons.org/licenses/by/3.0/.
 */

.btn-outline {
  color: #563d7c;
  border-color: #563d7c;
}

.article-viewer .btn-outline:active,
.article-viewer .btn-outline:focus,
.article-viewer .btn-outline:hover {
  color: #fff;
  background-color: #563d7c;
  border-color: #563d7c;
}

.article-viewer .btn-outline-inverse {
  color: #fff;
  background-color: transparent;
  border-color: #cdbfe3;
}

.article-viewer .btn-outline-inverse:active,
.article-viewer .btn-outline-inverse:focus,
.article-viewer .btn-outline-inverse:hover {
  color: #563d7c;
  text-shadow: none;
  background-color: #fff;
  border-color: #fff;
}

.article-viewer .bs-docs-booticon {
  display: block;
  font-weight: 500;
  color: #fff;
  text-align: center;
  cursor: default;
  background-color: #563d7c;
  border-radius: 15%;
}

.article-viewer .bs-docs-booticon-sm {
  width: 30px;
  height: 30px;
  font-size: 20px;
  line-height: 28px;
}

.article-viewer .bs-docs-booticon-lg {
  width: 144px;
  height: 144px;
  font-size: 108px;
  line-height: 140px;
}

.article-viewer .bs-docs-booticon-inverse {
  color: #563d7c;
  background-color: #fff;
}

.article-viewer .bs-docs-booticon-outline {
  background-color: transparent;
  border: 1px solid #cdbfe3;
}

.article-viewer .bs-docs-nav {
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 0;
}

.article-viewer .bs-home-nav .bs-nav-b {
  display: none;
}

.article-viewer .bs-docs-nav .navbar-brand,.bs-docs-nav .navbar-nav>li>a {
  font-weight: 500;
  color: #563d7c;
}

.article-viewer .bs-docs-nav .navbar-nav>.active>a,
.article-viewer .bs-docs-nav .navbar-nav>.active>a:hover,
.article-viewer .bs-docs-nav .navbar-nav>li>a:hover {
  color: #463265;
  background-color: #f9f9f9;
}

.article-viewer .bs-docs-nav .navbar-toggle .icon-bar {
  background-color: #563d7c;
}

.article-viewer .bs-docs-nav .navbar-header .navbar-toggle {
  border-color: #fff;
}

.article-viewer .bs-docs-nav .navbar-header .navbar-toggle:focus,
.article-viewer .bs-docs-nav .navbar-header .navbar-toggle:hover {
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}

.article-viewer .bs-docs-footer {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 100px;
  color: #777;
  text-align: center;
  border-top: 1px solid #e5e5e5;
}

.article-viewer .bs-docs-footer-links {
  padding-left: 0;
  margin-top: 20px;
  color: #999;
}

.article-viewer .bs-docs-footer-links li {
  display: inline;
  padding: 0 2px;
}

.article-viewer .bs-docs-footer-links li:first-child {
  padding-left: 0;
}

.article-viewer .bs-docs-social {
  margin-bottom: 20px;
  text-align: center;
}

.article-viewer .bs-docs-social-buttons {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.article-viewer .bs-docs-social-buttons li {
  display: inline-block;
  padding: 5px 8px;
  line-height: 1;
}

.article-viewer .bs-docs-social-buttons .twitter-follow-button {
  width: 225px!important;
}

.article-viewer .bs-docs-social-buttons .twitter-share-button {
  width: 98px!important;
}

.article-viewer .github-btn {
  overflow: hidden;
  border: 0;
}

.article-viewer .bs-docs-masthead {
  padding: 30px 15px;
  color: #cdbfe3;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0,0,0,.1);
  background-color: #6f5499;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#563d7c),to(#6f5499));
  background-image: -webkit-linear-gradient(top,#563d7c 0,#6f5499 100%);
  background-image: -o-linear-gradient(top,#563d7c 0,#6f5499 100%);
  background-image: linear-gradient(to bottom,#563d7c 0,#6f5499 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#563d7c', endColorstr='#6F5499', GradientType=0);
  background-repeat: repeat-x;
}

.article-viewer .bs-docs-masthead .bs-docs-booticon {
  margin: 0 auto 30px;
}

.article-viewer .bs-docs-masthead h1 {
  font-weight: 300;
  line-height: 1;
  color: #fff;
}

.article-viewer .bs-docs-masthead .lead {
  margin: 0 auto 30px;
  font-size: 20px;
  color: #fff;
}

.article-viewer .bs-docs-masthead .version {
  margin-top: -15px;
  margin-bottom: 30px;
  color: #9783b9;
}

.article-viewer .bs-docs-masthead .btn {
  width: 100%;
  padding: 15px 30px;
  font-size: 20px;
}

.article-viewer .carbonad,
.article-viewer .carbonad-tag,
.article-viewer .carbonad-text {
  width: auto!important;
  height: auto!important;
}

.article-viewer .bs-docs-header {
  font-size: 20px;
}

.article-viewer .bs-docs-header h1 {
  margin-top: 0;
  color: #000;
}

.article-viewer .bs-docs-header p {
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.4;
}

.article-viewer .bs-docs-header h3 {
  margin-top: 0;
  line-height: 1;
}

.article-viewer .carbonad {
  padding: 20px!important;
  margin: 30px -30px -31px!important;
  overflow: hidden;
  font-size: 13px!important;
  line-height: 16px!important;
  text-align: left;
  background: 0 0!important;
  border: solid #866ab3!important;
  border-width: 1px 0!important;
}

.article-viewer .alert-info,
.article-viewer .alert-success,
.article-viewer .alert-warning,
.article-viewer .btn-danger,
.article-viewer .btn-default,
.article-viewer .btn-info,
.article-viewer .btn-primary,
.article-viewer .btn-warning,
.article-viewer .dropdown-menu>.active>a,
.article-viewer .dropdown-menu>.active>a:focus,
.article-viewer .dropdown-menu>.active>a:hover,
.article-viewer .dropdown-menu>li>a:focus,
.article-viewer .dropdown-menu>li>a:hover,
.article-viewer .list-group-item.active,
.article-viewer .list-group-item.active:focus,
.article-viewer .list-group-item.active:hover,
.article-viewer .navbar-default,
.article-viewer .navbar-default .navbar-nav>.active>a,
.article-viewer .navbar-inverse,
.article-viewer .navbar-inverse .navbar-nav>.active>a,
.article-viewer .panel-danger>.panel-heading,
.article-viewer .panel-default>.panel-heading,
.article-viewer .panel-info>.panel-heading,
.article-viewer .panel-primary>.panel-heading,
.article-viewer .panel-success>.panel-heading,
.article-viewer .panel-warning>.panel-heading,
.article-viewer .progress,
.article-viewer .progress-bar,
.article-viewer .progress-bar-danger,
.article-viewer .progress-bar-info,
.article-viewer .progress-bar-success,
.article-viewer .progress-bar-warning,
.article-viewer .well {
  background-repeat: repeat-x;
}

.article-viewer .carbonad-img {
  margin: 0!important;
}

.article-viewer .carbonad-tag,
.article-viewer .carbonad-text {
  display: block!important;
  float: none!important;
  margin-left: 145px!important;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif!important;
}

.article-viewer .carbonad-text {
  padding-top: 0!important;
}

.article-viewer .carbonad-tag {
  color: inherit!important;
  text-align: left!important;
}

.article-viewer .carbonad-tag a,
.article-viewer .carbonad-text a {
  color: #fff!important;
}

.article-viewer .carbonad #azcarbon>img {
  display: none;
}

@media (min-width:480px) {
  .article-viewer .carbonad {
    width: 330px!important;
    margin: 20px auto!important;
    border-width: 1px!important;
    border-radius: 4px;
  }

  .article-viewer .bs-docs-masthead .carbonad {
    margin: 50px auto 0!important;
  }
}

@media (min-width:768px) {
  .article-viewer .carbonad {
    margin-right: 0!important;
    margin-left: 0!important;
  }
}

@media (min-width:992px) {
  .article-viewer .carbonad {
    position: absolute;
    top: 0;
    right: 15px;
    width: 330px!important;
    padding: 15px!important;
    margin: 0!important;
  }

  .article-viewer .bs-docs-masthead .carbonad {
    position: static;
  }
}

.article-viewer .bs-docs-featurette {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 16px;
  line-height: 1.5;
  color: #555;
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
}

.article-viewer .bs-docs-featurette+.bs-docs-footer {
  margin-top: 0;
  border-top: 0;
}

.article-viewer .bs-docs-featurette-title {
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 400;
  color: #333;
}

.article-viewer .half-rule {
  width: 100px;
  margin: 40px auto;
}

.article-viewer .bs-docs-featurette h3 {
  margin-bottom: 5px;
  font-weight: 400;
  color: #333;
}

.article-viewer .bs-docs-featurette-img {
  display: block;
  margin-bottom: 20px;
  color: #333;
}

.article-viewer .bs-docs-featurette-img:hover {
  color: #428bca;
  text-decoration: none;
}

.article-viewer .bs-docs-featurette-img img {
  display: block;
  margin-bottom: 15px;
}

.article-viewer .bs-docs-featured-sites {
  margin-right: -1px;
  margin-left: -1px;
}

.article-viewer .bs-docs-featured-sites .col-sm-3 {
  padding-right: 1px;
  padding-left: 1px;
}

@media (min-width:480px) {
  .article-viewer .bs-docs-featurette .img-responsive {
    margin-top: 30px;
  }
}

.article-viewer .bs-docs-sidebar.affix {
  position: static;
}

@media (min-width:768px) {
  .article-viewer .bs-docs-featurette {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .article-viewer .bs-docs-featurette-title {
    font-size: 40px;
  }

  .article-viewer .bs-docs-featurette .lead {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .article-viewer .bs-docs-featured-sites .col-sm-3:first-child img {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .article-viewer .bs-docs-featured-sites .col-sm-3:last-child img {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  .article-viewer .bs-docs-featurette .img-responsive {
    margin-top: 0;
  }

  .article-viewer .bs-docs-sidebar {
    padding-left: 20px;
  }
}

.article-viewer .bs-docs-sidenav {
  margin-top: 20px;
  margin-bottom: 20px;
}

.article-viewer .bs-docs-sidebar .nav>li>a {
  display: block;
  padding: 4px 20px;
  font-size: 13px;
  font-weight: 500;
  color: #999;
}

.article-viewer .bs-docs-sidebar .nav>li>a:focus,
.article-viewer .bs-docs-sidebar .nav>li>a:hover {
  padding-left: 19px;
  color: #563d7c;
  text-decoration: none;
  background-color: transparent;
  border-left: 1px solid #563d7c;
}

.article-viewer .bs-docs-sidebar .nav>.active:focus>a,
.article-viewer .bs-docs-sidebar .nav>.active:hover>a,
.article-viewer .bs-docs-sidebar .nav>.active>a {
  padding-left: 18px;
  font-weight: 700;
  color: #563d7c;
  background-color: transparent;
  border-left: 2px solid #563d7c;
}

.article-viewer .bs-docs-sidebar .nav .nav {
  display: none;
  padding-bottom: 10px;
}

.article-viewer .bs-docs-sidebar .nav .nav>li>a {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 30px;
  font-size: 12px;
  font-weight: 400;
}

.article-viewer .bs-docs-sidebar .nav .nav>li>a:focus,
.article-viewer .bs-docs-sidebar .nav .nav>li>a:hover {
  padding-left: 29px;
}

.article-viewer .bs-docs-sidebar .nav .nav>.active:focus>a,
.article-viewer .bs-docs-sidebar .nav .nav>.active:hover>a,
.article-viewer .bs-docs-sidebar .nav .nav>.active>a {
  padding-left: 28px;
  font-weight: 500;
}

.article-viewer .back-to-top {
  display: none;
  padding: 4px 10px;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #999;
}

.article-viewer .back-to-top:hover {
  color: #563d7c;
  text-decoration: none;
}

.article-viewer .bs-docs-section {
  margin-bottom: 60px;
}

.article-viewer .bs-docs-section:last-child {
  margin-bottom: 0;
}

.article-viewer .bs-callout {
  padding: 20px;
  margin: 20px 0;
  border-left: 3px solid #eee;
}

.article-viewer .bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}

.article-viewer .bs-callout p:last-child {
  margin-bottom: 0;
}

.article-viewer .bs-callout code {
  background-color: #fff;
  border-radius: 3px;
}

.article-viewer .bs-callout-danger {
  background-color: #fdf7f7;
  border-color: #d9534f;
}

.article-viewer .bs-callout-danger h4 {
  color: #d9534f;
}

.article-viewer .bs-callout-warning {
  background-color: #fcf8f2;
  border-color: #f0ad4e;
}

.article-viewer .bs-callout-warning h4 {
  color: #f0ad4e;
}

.article-viewer .bs-callout-info {
  background-color: #f4f8fa;
  border-color: #5bc0de;
}

.article-viewer .bs-callout-info h4 {
  color: #5bc0de;
}

.article-viewer .color-swatches {
  margin: 0 -5px;
  overflow: hidden;
}

.article-viewer .color-swatch {
  float: left;
  width: 60px;
  height: 60px;
  margin: 0 5px;
  border-radius: 3px;
}

@media (min-width:768px) {
  .article-viewer .back-to-top {
    display: block;
  }

  .article-viewer .color-swatch {
    width: 100px;
    height: 100px;
  }
}

.article-viewer .color-swatches .gray-darker {
  background-color: #222;
}

.article-viewer .color-swatches .gray-dark {
  background-color: #333;
}

.article-viewer .color-swatches .gray {
  background-color: #555;
}

.article-viewer .color-swatches .gray-light {
  background-color: #999;
}

.article-viewer .color-swatches .gray-lighter {
  background-color: #eee;
}

.article-viewer .color-swatches .brand-primary {
  background-color: #428bca;
}

.article-viewer .color-swatches .brand-success {
  background-color: #5cb85c;
}

.article-viewer .color-swatches .brand-warning {
  background-color: #f0ad4e;
}

.article-viewer .color-swatches .brand-danger {
  background-color: #d9534f;
}

.article-viewer .color-swatches .brand-info {
  background-color: #5bc0de;
}

.article-viewer .color-swatches .bs-purple {
  background-color: #563d7c;
}

.article-viewer .color-swatches .bs-purple-light {
  background-color: #c7bfd3;
}

.article-viewer .color-swatches .bs-purple-lighter {
  background-color: #e5e1ea;
}

.article-viewer .color-swatches .bs-gray {
  background-color: #f9f9f9;
}

.article-viewer .bs-team .team-member {
  line-height: 32px;
  color: #555;
}

.article-viewer .bs-team .team-member:hover {
  color: #333;
  text-decoration: none;
}

.article-viewer .bs-team .github-btn {
  float: right;
  width: 180px;
  height: 20px;
  margin-top: 6px;
}

.article-viewer .bs-team img {
  float: left;
  width: 32px;
  margin-right: 10px;
  border-radius: 4px;
}

.article-viewer .show-grid {
  margin-bottom: 15px;
}

.article-viewer .show-grid [class^=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #eee;
  background-color: rgba(86,61,124,.15);
  border: 1px solid #ddd;
  border: 1px solid rgba(86,61,124,.2);
}

.article-viewer .bs-example {
  position: relative;
  margin: 0 -15px 15px;
  border-style: solid;
}

.article-viewer .bs-example:after {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 12px;
  font-weight: 700;
}

.article-viewer .bs-example+.highlight {
  margin: -15px -15px 15px;
  border-width: 0 0 1px;
  border-radius: 0;
}

.article-viewer .bs-example .container {
  width: auto;
}

.article-viewer .bs-example>.alert:last-child,
.article-viewer .bs-example>.form-control:last-child,
.article-viewer .bs-example>.jumbotron:last-child,
.article-viewer .bs-example>.list-group:last-child,
.article-viewer .bs-example>.navbar:last-child,
.article-viewer .bs-example>.panel:last-child,
.article-viewer .bs-example>.progress:last-child,
.article-viewer .bs-example>.table-responsive:last-child>.table,
.article-viewer .bs-example>.table:last-child,.bs-example>.well:last-child,
.article-viewer .bs-example>blockquote:last-child,
.article-viewer .bs-example>ol:last-child,
.article-viewer .bs-example>p:last-child,
.article-viewer .bs-example>ul:last-child {
  margin-bottom: 0;
}

.article-viewer .bs-example>p>.close {
  float: none;
}

.article-viewer .bs-example-type .table .type-info {
  color: #999;
  vertical-align: middle;
}

.article-viewer .bs-example-type .table td {
  padding: 15px 0;
  border-color: #eee;
}

.article-viewer .bs-example-type .table tr:first-child td {
  border-top: 0;
}

.article-viewer .bs-example-type h1,
.article-viewer .bs-example-type h2,
.article-viewer .bs-example-type h3,
.article-viewer .bs-example-type h4,
.article-viewer .bs-example-type h5,
.article-viewer .bs-example-type h6 {
  margin: 0;
}

.article-viewer .bs-example-bg-classes p {
  padding: 15px;
}

.article-viewer .bs-example>.img-circle,
.article-viewer .bs-example>.img-rounded,
.article-viewer .bs-example>.img-thumbnail {
  margin: 5px;
}

.article-viewer .bs-example>.table-responsive>.table {
  background-color: #fff;
}

.article-viewer .bs-example>.btn,
.article-viewer .bs-example>.btn-group {
  margin-top: 5px;
  margin-bottom: 5px;
}

.article-viewer .bs-example-control-sizing input[type=text]+input[type=text]
.article-viewer .bs-example-control-sizing select,
.article-viewer .bs-example>.btn-toolbar+.btn-toolbar {
  margin-top: 10px;
}

.article-viewer .bs-example-form .input-group {
  margin-bottom: 10px;
}

.article-viewer .bs-example .navbar:last-child,
.article-viewer .bs-navbar-bottom-example .navbar {
  margin-bottom: 0;
}

.article-viewer .bs-example>textarea.form-control {
  resize: vertical;
}

.article-viewer .bs-example>.list-group {
  max-width: 400px;
}

.article-viewer .bs-navbar-bottom-example,
.article-viewer .bs-navbar-top-example {
  z-index: 1;
  padding: 0;
  overflow: hidden;
}

.article-viewer .bs-navbar-bottom-example .navbar-header,
.article-viewer .bs-navbar-top-example .navbar-header {
  margin-left: 0;
}

.article-viewer .bs-navbar-bottom-example .navbar-fixed-bottom,
.article-viewer .bs-navbar-top-example .navbar-fixed-top {
  position: relative;
  margin-right: 0;
  margin-left: 0;
}

.article-viewer .bs-navbar-top-example {
  padding-bottom: 45px;
}

.article-viewer .bs-navbar-top-example:after {
  top: auto;
  bottom: 15px;
}

.article-viewer .bs-navbar-top-example .navbar-fixed-top {
  top: -1px;
}

.article-viewer .bs-navbar-bottom-example {
  padding-top: 45px;
}

.article-viewer .bs-navbar-bottom-example .navbar-fixed-bottom {
  bottom: -1px;
}

.article-viewer .bs-example .pagination {
  margin-top: 10px;
  margin-bottom: 10px;
}

.article-viewer .bs-example>.pager {
  margin-top: 0;
}

.article-viewer .bs-example-modal {
  background-color: #f5f5f5;
}

.article-viewer .bs-example-modal .modal {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  display: block;
}

.article-viewer .BL,.lb {
  bottom: -1px;
}

.article-viewer .bs-example-modal .modal-dialog {
  left: auto;
  margin-right: auto;
  margin-left: auto;
}

.article-viewer .bs-example>.dropdown>.dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 5px;
}

.article-viewer .bs-example-tabs .nav-tabs {
  margin-bottom: 15px;
}

.article-viewer .bs-example-tooltips {
  text-align: center;
}

.article-viewer .bs-example-tooltips>.btn {
  margin-top: 5px;
  margin-bottom: 5px;
}

.article-viewer .bs-example-popover {
  padding-bottom: 24px;
  background-color: #f9f9f9;
}

.article-viewer .bs-example-popover .popover {
  position: relative;
  display: block;
  float: left;
  width: 260px;
  margin: 20px;
}

.article-viewer .scrollspy-example {
  position: relative;
  height: 200px;
  margin-top: 10px;
  overflow: auto;
}

.article-viewer .highlight {
  padding: 9px 14px;
  margin-bottom: 14px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  border-radius: 4px;
}

.article-viewer .highlight pre {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.article-viewer .highlight pre code {
  font-size: inherit;
  color: #333;
}

.article-viewer .highlight pre .lineno {
  display: inline-block;
  width: 22px;
  padding-right: 5px;
  margin-right: 10px;
  color: #bebec5;
  text-align: right;
}

.article-viewer .table-responsive .highlight pre {
  white-space: normal;
}

.article-viewer .bs-table th small,
.article-viewer .responsive-utilities th small {
  display: block;
  font-weight: 400;
  color: #999;
}

.article-viewer .responsive-utilities tbody th {
  font-weight: 400;
}

.article-viewer .responsive-utilities td {
  text-align: center;
}

.article-viewer .responsive-utilities td.is-visible {
  color: #468847;
  background-color: #dff0d8!important;
}

.article-viewer .responsive-utilities td.is-hidden {
  color: #ccc;
  background-color: #f9f9f9!important;
}

.article-viewer .responsive-utilities-test {
  margin-top: 5px;
}

.article-viewer .responsive-utilities-test .col-xs-6 {
  margin-bottom: 10px;
}

.article-viewer .responsive-utilities-test span {
  display: block;
  padding: 15px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  border-radius: 4px;
}

.article-viewer .hidden-on .col-xs-6 .hidden-lg,
.article-viewer .hidden-on .col-xs-6 .hidden-md,
.article-viewer .hidden-on .col-xs-6 .hidden-sm,
.article-viewer .hidden-on .col-xs-6 .hidden-xs,
.article-viewer .visible-on .col-xs-6 .hidden-lg,
.article-viewer .visible-on .col-xs-6 .hidden-md,
.article-viewer .visible-on .col-xs-6 .hidden-sm,
.article-viewer .visible-on .col-xs-6 .hidden-xs {
  color: #999;
  border: 1px solid #ddd;
}

.article-viewer .hidden-on .col-xs-6 .visible-lg-block,
.article-viewer .hidden-on .col-xs-6 .visible-md-block,
.article-viewer .hidden-on .col-xs-6 .visible-sm-block,
.article-viewer .hidden-on .col-xs-6 .visible-xs-block,
.article-viewer .visible-on .col-xs-6 .visible-lg-block,
.article-viewer .visible-on .col-xs-6 .visible-md-block,
.article-viewer .visible-on .col-xs-6 .visible-sm-block,
.article-viewer .visible-on .col-xs-6 .visible-xs-block {
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
}

.article-viewer .bs-glyphicons {
  margin: 0 -10px 20px;
  overflow: hidden;
}

.article-viewer .bs-glyphicons-list {
  padding-left: 0;
  list-style: none;
}

.article-viewer .bs-glyphicons li {
  float: left;
  width: 25%;
  height: 115px;
  padding: 10px;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
  background-color: #f9f9f9;
  border: 1px solid #fff;
}

.article-viewer .bs-glyphicons .glyphicon {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 24px;
}

.article-viewer .bs-glyphicons .glyphicon-class {
  display: block;
  text-align: center;
  word-wrap: break-word;
}

.article-viewer .bs-glyphicons li:hover {
  color: #fff;
  background-color: #563d7c;
}

@media (min-width:768px) {
  .article-viewer .bs-glyphicons {
    margin-right: 0;
    margin-left: 0;
  }

  .article-viewer .bs-glyphicons li {
    width: 12.5%;
    font-size: 12px;
  }
}

.article-viewer .bs-customizer .toggle {
  float: right;
  margin-top: 25px;
}

.article-viewer .bs-customizer label {
  margin-top: 10px;
  font-weight: 500;
  color: #555;
}

.article-viewer .bs-customizer h2 {
  padding-top: 30px;
  margin-top: 0;
  margin-bottom: 5px;
}

.article-viewer .bs-customizer h3 {
  margin-bottom: 0;
}

.article-viewer .bs-customizer h4 {
  margin-top: 15px;
  margin-bottom: 0;
}

.article-viewer .bs-customizer .bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}

.article-viewer .bs-customizer input[type=text] {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
  background-color: #fafafa;
}

.article-viewer .bs-customizer .help-block {
  margin-bottom: 5px;
  font-size: 12px;
}

.article-viewer #less-section label {
  font-weight: 400;
}

.article-viewer .bs-customizer-input {
  float: left;
  width: 33.333333%;
  padding-right: 15px;
  padding-left: 15px;
}

.article-viewer .bs-customize-download .btn-outline {
  padding: 20px;
}

.article-viewer .bs-customizer-alert {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  padding: 15px 0;
  color: #fff;
  background-color: #d9534f;
  border-bottom: 1px solid #b94441;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.25);
}

.article-viewer .bs-customizer-alert .close {
  margin-top: -4px;
  font-size: 24px;
}

.article-viewer .bs-customizer-alert p {
  margin-bottom: 0;
}

.article-viewer .bs-customizer-alert .glyphicon {
  margin-right: 5px;
}

.article-viewer .bs-customizer-alert pre {
  margin: 10px 0 0;
  color: #fff;
  background-color: #a83c3a;
  border-color: #973634;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);
}

.article-viewer .bs-brand-logos {
  display: table;
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden;
  color: #563d7c;
  background-color: #f9f9f9;
  border-radius: 4px;
}

.article-viewer .bs-brand-item {
  padding: 60px 0;
  text-align: center;
}

.article-viewer .bs-brand-item+.bs-brand-item {
  border-top: 1px solid #fff;
}

.article-viewer .bs-brand-logos .inverse {
  color: #fff;
  background-color: #563d7c;
}

.article-viewer .bs-brand-item .svg {
  width: 144px;
  height: 144px;
}

.article-viewer .bs-brand-item h1,
.article-viewer .bs-brand-item h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.article-viewer .bs-brand-item .bs-docs-booticon {
  margin-right: auto;
  margin-left: auto;
}

.article-viewer .bs-brand-item .glyphicon {
  width: 30px;
  height: 30px;
  margin: 10px auto -10px;
  line-height: 30px;
  color: #fff;
  border-radius: 50%;
}

.article-viewer .bs-brand-item .glyphicon-ok {
  background-color: #5cb85c;
}

.article-viewer .bs-brand-item .glyphicon-remove {
  background-color: #d9534f;
}

.article-viewer .bs-examples .thumbnail {
  margin-bottom: 10px;
}

.article-viewer .bs-examples h4 {
  margin-bottom: 5px;
}

.article-viewer .bs-examples p {
  margin-bottom: 20px;
}

.article-viewer #focusedInput {
  border-color: #ccc;
  border-color: rgba(82,168,236,.8);
  outline: 0;
  outline: dotted thin\9;
  -webkit-box-shadow: 0 0 8px rgba(82,168,236,.6);
  box-shadow: 0 0 8px rgba(82,168,236,.6);
}

.article-viewer .hll {
  background-color: #ffc;
}

.article-viewer .c {
  color: #999;
}

.article-viewer .err {
  color: #A00;
  background-color: #FAA;
}

.article-viewer .k {
  color: #069;
}

.article-viewer .o {
  color: #555;
}

.article-viewer .cm {
  color: #999;
}

.article-viewer .cp {
  color: #099;
}

.article-viewer .c1,.cs {
  color: #999;
}

.article-viewer .gd {
  background-color: #FCC;
  border: 1px solid #C00;
}

.article-viewer .gr {
  color: red;
}

.article-viewer .gh {
  color: #030;
}

.article-viewer .gi {
  background-color: #CFC;
  border: 1px solid #0C0;
}

.article-viewer .go {
  color: #AAA;
}

.article-viewer .gp {
  color: #009;
}

.article-viewer .gu {
  color: #030;
}

.article-viewer .gt {
  color: #9C6;
}

.article-viewer .kc,
.article-viewer .kd,
.article-viewer .kn,
.article-viewer .kp,
.article-viewer .kr {
  color: #069;
}

.article-viewer .kt {
  color: #078;
}

.article-viewer .m {
  color: #F60;
}

.article-viewer .s {
  color: #d44950;
}

.article-viewer .na {
  color: #4f9fcf;
}

.article-viewer .nb {
  color: #366;
}

.article-viewer .nc {
  color: #0A8;
}

.article-viewer .no {
  color: #360;
}

.article-viewer .nd {
  color: #99F;
}

.article-viewer .ni {
  color: #999;
}

.article-viewer .ne {
  color: #C00;
}

.article-viewer .nf {
  color: #C0F;
}

.article-viewer .nl {
  color: #99F;
}

.article-viewer .nn {
  color: #0CF;
}

.article-viewer .nt {
  color: #2f6f9f;
}

.article-viewer .nv {
  color: #033;
}

.article-viewer .ow {
  color: #000;
}

.article-viewer .w {
  color: #bbb;
}

.article-viewer .mf,
.article-viewer .mh,
.article-viewer .mi,
.article-viewer .mo {
  color: #F60;
}

.article-viewer .s2,
.article-viewer .sb,
.article-viewer .sc,
.article-viewer .sd,
.article-viewer .se,
.article-viewer .sh {
  color: #C30;
}

.article-viewer .si {
  color: #A00;
}

.article-viewer .sx {
  color: #C30;
}

.article-viewer .sr {
  color: #3AA;
}

.article-viewer .s1 {
  color: #C30;
}

.article-viewer .ss {
  color: #FC3;
}

.article-viewer .bp {
  color: #366;
}

.article-viewer .vc,
.article-viewer .vg,
.article-viewer .vi {
  color: #033;
}

.article-viewer .il {
  color: #F60;
}

.article-viewer .css .nt+.nt,
.article-viewer .css .o,
.article-viewer .css .o+.nt {
  color: #999;
}
/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.article-viewer .btn-danger,
.article-viewer .btn-default,
.article-viewer .btn-info,
.article-viewer .btn-primary,
.article-viewer .btn-success,
.article-viewer .btn-warning {
  text-shadow: 0 -1px 0 rgba(0,0,0,.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
}

.article-viewer .btn-danger.active,
.article-viewer .btn-danger:active,
.article-viewer .btn-default.active,
.article-viewer .btn-default:active,
.article-viewer .btn-info.active,
.article-viewer .btn-info:active,
.article-viewer .btn-primary.active,
.article-viewer .btn-primary:active,
.article-viewer .btn-success.active,
.article-viewer .btn-success:active,
.article-viewer .btn-warning.active,
.article-viewer .btn-warning:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.article-viewer .btn.active,
.article-viewer .btn:active {
  background-image: none;
}

.article-viewer .btn-default {
  background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
  background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}

.article-viewer .btn-default:focus,
.article-viewer .btn-default:hover {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}

.article-viewer .btn-default.active,
.article-viewer .btn-default:active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}

.article-viewer .btn-primary {
  background-image: -webkit-linear-gradient(top,#428bca 0,#2d6ca2 100%);
  background-image: linear-gradient(to bottom,#428bca 0,#2d6ca2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-color: #2b669a;
}

.article-viewer .btn-primary:focus,
.article-viewer .btn-primary:hover {
  background-color: #2d6ca2;
  background-position: 0 -15px;
}

.article-viewer .btn-primary.active,
.article-viewer .btn-primary:active {
  background-color: #2d6ca2;
  border-color: #2b669a;
}

.article-viewer .btn-success {
  background-image: linear-gradient(to bottom,#5cb85c 0,#419641 100%);
}

.article-viewer .btn-success:focus,
.article-viewer .btn-success:hover {
  background-color: #419641;
  background-position: 0 -15px;
}

.article-viewer .btn-success.active,
.article-viewer .btn-success:active {
  background-color: #419641;
  border-color: #3e8f3e;
}

.article-viewer .btn-info {
  background-image: -webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);
  background-image: linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-color: #28a4c9;
}

.article-viewer .btn-info:focus,
.article-viewer .btn-info:hover {
  background-color: #2aabd2;
  background-position: 0 -15px;
}

.article-viewer .btn-info.active,
.article-viewer .btn-info:active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}

.article-viewer .btn-warning {
  background-image: -webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);
  background-image: linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-color: #e38d13;
}

.article-viewer .btn-warning:focus,
.article-viewer .btn-warning:hover {
  background-color: #eb9316;
  background-position: 0 -15px;
}

.article-viewer .btn-warning.active,
.article-viewer .btn-warning:active {
  background-color: #eb9316;
  border-color: #e38d13;
}

.article-viewer .btn-danger {
  background-image: -webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);
  background-image: linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-color: #b92c28;
}

.article-viewer .btn-danger:focus,
.article-viewer .btn-danger:hover {
  background-color: #c12e2a;
  background-position: 0 -15px;
}

.article-viewer .btn-danger.active,
.article-viewer .btn-danger:active {
  background-color: #c12e2a;
  border-color: #b92c28;
}

.article-viewer .img-thumbnail,
.article-viewer .thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
  box-shadow: 0 1px 2px rgba(0,0,0,.075);
}

.article-viewer .dropdown-menu>li>a:focus,
.article-viewer .dropdown-menu>li>a:hover {
  background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
  background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}

.article-viewer .dropdown-menu>.active>a,
.article-viewer .dropdown-menu>.active>a:focus,
.article-viewer .dropdown-menu>.active>a:hover {
  background-image: -webkit-linear-gradient(top,#428bca 0,#357ebd 100%);
  background-image: linear-gradient(to bottom,#428bca 0,#357ebd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
  background-color: #357ebd;
}

.article-viewer .navbar-default {
  background-image: -webkit-linear-gradient(top,#fff 0,#f8f8f8 100%);
  background-image: linear-gradient(to bottom,#fff 0,#f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);
}

.article-viewer .navbar-default .navbar-nav>.active>a {
  background-image: -webkit-linear-gradient(top,#ebebeb 0,#f3f3f3 100%);
  background-image: linear-gradient(to bottom,#ebebeb 0,#f3f3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,.075);
  box-shadow: inset 0 3px 9px rgba(0,0,0,.075);
}

.article-viewer .navbar-brand,
.article-viewer .navbar-nav>li>a {
  text-shadow: 0 1px 0 rgba(255,255,255,.25);
}

.article-viewer .navbar-inverse {
  background-image: -webkit-linear-gradient(top,#3c3c3c 0,#222 100%);
  background-image: linear-gradient(to bottom,#3c3c3c 0,#222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.article-viewer .navbar-inverse .navbar-nav>.active>a {
  background-image: -webkit-linear-gradient(top,#222 0,#282828 100%);
  background-image: linear-gradient(to bottom,#222 0,#282828 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,.25);
  box-shadow: inset 0 3px 9px rgba(0,0,0,.25);
}

.article-viewer .navbar-inverse .navbar-brand,
.article-viewer .navbar-inverse .navbar-nav>li>a {
  text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

.article-viewer .navbar-fixed-bottom,
.article-viewer .navbar-fixed-top,
.article-viewer .navbar-static-top {
  border-radius: 0;
}

.article-viewer .alert {
  text-shadow: 0 1px 0 rgba(255,255,255,.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
}

.article-viewer .alert-success {
  background-image: -webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
  background-image: linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}

.article-viewer .alert-info {
  background-image: -webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);
  background-image: linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}

.article-viewer .alert-warning {
  background-image: -webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);
  background-image: linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}

.article-viewer .alert-danger {
  background-image: -webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);
  background-image: linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}

.article-viewer .progress {
  background-image: -webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);
  background-image: linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}

.article-viewer .progress-bar {
  background-image: -webkit-linear-gradient(top,#428bca 0,#3071a9 100%);
  background-image: linear-gradient(to bottom,#428bca 0,#3071a9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
}

.article-viewer .progress-bar-success {
  background-image: -webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);
  background-image: linear-gradient(to bottom,#5cb85c 0,#449d44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}

.article-viewer .progress-bar-info {
  background-image: -webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);
  background-image: linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}

.article-viewer .progress-bar-warning {
  background-image: -webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);
  background-image: linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}

.article-viewer .progress-bar-danger {
  background-image: -webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);
  background-image: linear-gradient(to bottom,#d9534f 0,#c9302c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}

.article-viewer .list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
  box-shadow: 0 1px 2px rgba(0,0,0,.075);
}

.article-viewer .list-group-item.active,
.article-viewer .list-group-item.active:focus,
.article-viewer .list-group-item.active:hover {
  text-shadow: 0 -1px 0 #3071a9;
  background-image: -webkit-linear-gradient(top,#428bca 0,#3278b3 100%);
  background-image: linear-gradient(to bottom,#428bca 0,#3278b3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
  border-color: #3278b3;
}

.article-viewer .panel {
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
  box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.article-viewer .panel-default>.panel-heading {
  background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
  background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}

.article-viewer .panel-primary>.panel-heading {
  background-image: -webkit-linear-gradient(top,#428bca 0,#357ebd 100%);
  background-image: linear-gradient(to bottom,#428bca 0,#357ebd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
}

.article-viewer .panel-success>.panel-heading {
  background-image: -webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);
  background-image: linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}

.article-viewer .panel-info>.panel-heading {
  background-image: -webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);
  background-image: linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}

.article-viewer .panel-warning>.panel-heading {
  background-image: -webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);
  background-image: linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}

.article-viewer .panel-danger>.panel-heading {
  background-image: -webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%);
  background-image: linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}

.article-viewer .well {
  background-image: -webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
  background-image: linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);
  box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);
}

.article-viewer .blog-footer {
  padding: 15px 0;
  color: #999;
  border-top: 1px solid #e5e5e5;
}

.article-viewer .blog-footer a {
  padding-right: 20px;
}

.article-viewer .titlePane table tr td:first-child {
  display: none;
}

.article-viewer .titlePane table tr td {
  padding-left: 0!important;
  vertical-align: bottom!important;
}

.article-viewer .pane-kijij-platform-switcher {
  display: block;
  position: relative;
  top: -22px;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 0;
}

.article-viewer .div2x {
  border-bottom: 2px solid #ddd!important;
}

.article-viewer .kijij-2col-sticky .panel-main-content:first-child {
  margin-left: 5px;
}

.article-viewer .kijij-2col-sticky .panel-main-content {
  margin-left: -240px;
  width: 100%;
  float: right;
  padding-left: 240px;
}

.article-viewer .bs-docs-header,
.article-viewer .kijiji-logo,
.article-viewer .kijiji_li {
  float: left;
  position: relative;
}

.article-viewer .panel-group{
  margin-bottom:0
}

.article-viewer img{
  max-height: 500px;
  max-width: 100%;
}

.article-viewer #border_content img{
  margin-top:15px
}

.article-viewer .Android td:first-child, .article-viewer .iOS td:first-child {
    min-width: 60px;
}

.article-viewer td[colspan="1"] > img.icon{
  width: 108px;
  max-width: 100%;
}

.article-viewer td[colspan="1"] > img.hidden-xs{
  max-width: 150%;
}

.article-viewer .panel-body ul{
    list-style:disc
}

.article-viewer .panel-body ul li{
    margin-left:15px
}

.article-viewer .left-menu ul.subcategory li{
    text-indent:0;
    padding-left:15px
}

.article-viewer .left-menu ul.category li a.head{
    font-weight:400;
    color:#333
}

.article-viewer .left-menu ul.category li a.head:hover{
    text-decoration:none
}

.article-viewer .btnVideo,.btnVideo:hover{
    color:#3b5998
}

.article-viewer .kijiji_li{
    width:32px;
    height:32px;
    background:url(u87.png) no-repeat;
    text-align:center;
    color:#fff;
    padding-top:5px;
    margin-right:5px
}

.article-viewer #border_content h1,.h1,.h2,.h3,h2,h3{
    margin:0
}

.article-viewer .pane-kijij-platform-switcher .item-list ul {
  margin: 0;
  padding: 0;
}

.article-viewer .pane-kijij-platform-switcher .item-list li {
  display: inline-block;
  margin-right: 13px;
  color: #999;
  line-height: 13px;
  position: relative;
}

.article-viewer .pane-kijij-platform-switcher .item-list li a.active {
  color: #666;
}

.article-viewer .pane-kijij-platform-switcher .item-list li:first-child::after,
.article-viewer li:nth-child(2)::after {
  display: none!important;
}

.article-viewer .pane-kijij-platform-switcher .item-list li a {
  line-height: 25px;
}

.article-viewer .pane-kijij-platform-switcher .item-list {
  display: inline-block;
  min-width: 200px;
  vertical-align: top;
  padding-top: 4px;
  padding-left: 4px;
}

.article-viewer .content-loading {
  text-align: center;
  width: 100%;
  font-size: 2rem;
  color: #373373;
}

.article-viewer #border_content.bs-example td,ul.nav-justified li {
  vertical-align: middle;
}

.article-viewer .pane-kijij-platform-switcher .item-list li:after {
  margin-top: -2px;
  content: '';
  width: 4px;
  height: 4px;
  background: #999;
  display: inline-block;
  border-radius: 100%;
  position: absolute;
  left: -10px;
  top: 50%;
}

.article-viewer .article-titles {
  padding-top: 2px;
}

.article-viewer .mobile-title {
  margin-top: 8px;
}

.article-viewer .pane-kijij-platform-switcher span.title {
  color: #666;
  border-bottom: none;
}

.article-viewer .bs-example {
  overflow: auto;
  padding: 15px;
  margin-right: 0;
  margin-left: 0;
  background-color: #fff;
  border-color: #ddd;
  border-width: 1px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.article-viewer .bg-linear,
.article-viewer .sidebar,
.article-viewer .wrapChatLeft {
  background: #2c3169;
}

.article-viewer .bs-example:after {
  content: "";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
}

.article-viewer .bg-linear {
  width: 100%;
  height: 75px;
}

.article-viewer .wrapChatLeft {
  border-bottom: 1px solid #c5c5c5;
  margin: 0 auto;
  max-width: 1024px;
  color: #fff;
  width: auto;
}

.article-viewer a{
    background:0 0
}

.article-viewer a:active,
.article-viewer a:hover{
    outline:0
}

.article-viewer b,
.article-viewer optgroup,
.article-viewer strong{
    font-weight:700 !important;
}

.article-viewer  dfn{
    font-style:italic
}

.article-viewer h1 {
    margin-bottom: 1.1rem;
    font-size: 1.9rem;
}

.article-viewer mark{
    background:#ff0;
    color:#000
}

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

.article-viewer sup{
    top:-.5em
}

.article-viewer sub{
    bottom:-.25em
}

.article-viewer hr{
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    height:0
}

.article-viewer pre,
.article-viewer textarea{
    overflow:auto
}

.article-viewer code,
.article-viewer kbd,
.article-viewer pre,
.article-viewer samp{
    font-size:1em
}

.article-viewer button,
.article-viewer input,
.article-viewer optgroup,
.article-viewer select,
.article-viewer textarea{
    color:inherit;
    font:inherit;
    margin:0
}

.article-viewer .glyphicon,
.article-viewer address,
.article-viewer cite{
    font-style:normal
}

.article-viewer button{
    overflow:visible
}

.article-viewer button,
.article-viewer select{
    text-transform:none
}

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

.article-viewer button[disabled],
.article-viewer html input[disabled]{
    cursor:default
}

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

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

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

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

.article-viewer table{
    border-collapse: collapse;
    border-spacing: 0px;
    margin-top: 12px;
}

.serviceAlertGrey {
  background: -webkit-gradient(linear,0 0,0 bottom,from(#fff),to(#dbdbdb));
  background: -webkit-linear-gradient(#fff,#dbdbdb);
  background: -moz-linear-gradient(#fff,#dbdbdb);
  background: -ms-linear-gradient(#fff,#dbdbdb);
  background: -o-linear-gradient(#fff,#dbdbdb);
  background: linear-gradient(#fff,#dbdbdb);
  -pie-background: linear-gradient(#fff,#dbdbdb);
}

.serviceAlertYellow {
  background: #fceb75;
}

.serviceAlertGreen {
  background: #84b455;
}

.serviceAlertOrange {
  background: #ffdb99;
}

.article-viewer .btn-default:hover,
.article-viewer ul.nav-justified li:HOVER {
  background: -webkit-gradient(linear,0 0,0 bottom,from(#fff),to(#c4c4c4));
  background: -webkit-linear-gradient(#fff,#c4c4c4);
  background: -moz-linear-gradient(#fff,#c4c4c4);
  background: -ms-linear-gradient(#fff,#c4c4c4);
  background: -o-linear-gradient(#fff,#c4c4c4);
}

.serviceAlertOrange .fa-exclamation-circle:before {
  color: #000;
}

.fa-exclamation-circle:before {
  color: #F37324;
}

.article-viewer .copyright,
.article-viewer a.footer-link {
  color: #666;
  font-family: ArialMT,Arial;
  font-weight: 400;
  font-size: 12px;
  font-style: normal;
}

.article-viewer .copyright {
  padding-top: 10px;
  display: block;
}

.article-viewer a.footer-link:hover {
  color: #ec7d1b;
}

.article-viewer .bs-docs-header {
  top: 25px;
  left: 30px;
}

.article-viewer .bs-docs-header h3 {
  font-family: Arial-BoldMT,'Arial Bold',Arial;
  font-weight: 700;
  font-size: 14px!important;
  color: #FFF;
}

.article-viewer .subcategory li a {
  font-family: ArialMT,Arial;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
}

.article-viewer .subcategory li a.selected {
  font-family: Arial-BoldMT,'Arial Bold',Arial;
  font-weight: 700;
}

.article-viewer .bs-example-body ul li a,
.article-viewer .bs-example-heading,
.article-viewer .nav.nav-justified li a {
  font-family: ArialMT,Arial;
  font-weight: 400;
}

.article-viewer .kijiji-logo {
  width: 90px;
  height: 45px;
  top: 8px;
}

.article-viewer .divider-2x,
.article-viewer .divider-x {
  width: 100%;
  height: 10px;
  margin-bottom: 8px;
}

.article-viewer .bs-example-heading {
  font-size: 24px;
}

.article-viewer .bs-example-body ul li a,
.article-viewer .btn,
.article-viewer .nav.nav-justified li a {
  font-style: normal;
  font-size: 13px;
}

.article-viewer .bs-example-body ul {
  margin-top: 0;
  margin-left: 0;
  list-style: disc;
  padding: 0;
}

.article-viewer .bs-list li:before {
  content: "ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢";
  display: table-cell;
  padding-right: 1em;
  text-align: right;
}

.article-viewer .bs-list li {
  display: table-row;
}

.article-viewer .bs-list li:after {
  content: "";
  display: block;
  margin-bottom: 0;
}

.article-viewer .divider-x {
  border-bottom: 1px dotted #ddd;
}

.article-viewer .divider-2x {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.article-viewer a.list-group-item.active,
.article-viewer a.list-group-item.active:focus,
.article-viewer a.list-group-item.active:hover {
  text-align: left;
  color: #323232;
  background-color: #fff;
  border: #fff;
  background-image: none;
  text-shadow: none;
  text-decoration: none;
  cursor: pointer;
}

.article-viewer .pageNav,
.article-viewer .pageNavActive {
  font-size: 13px;
  color: #333;
  padding-left: 5px;
  padding-right: 5px;
  font-style: normal;
}

.article-viewer .list-group-item {
  border: none;
}

.article-viewer .list-group {
  border: 1px solid #ddd;
}

.article-viewer #border_content,
.article-viewer .menuItems a {
  -webkit-border-radius: 5px;
  position: relative;
}

.article-viewer .pageNavActive {
  opacity: 1;
}

.article-viewer .pageNav {
  font-family: ArialMT,Arial;
  font-weight: 400;
}

.article-viewer .form-control {
  font-family: ArialMT,Arial!important;
  font-weight: 400!important;
  font-style: normal;
  font-size: 14px!important;
  box-shadow: none;
}

.article-viewer blockquote {
  font-size: 14px;
  margin: 0 0 10px;
  padding: 0;
  border-left: 0;
}

.article-viewer blockquote li a {
  font-family: ArialMT,Arial;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
}

.article-viewer .resultStatus {
  font-family: ArialMT,Arial;
  font-weight: 400;
  font-size: 18px;
}

.article-viewer .keywordSearch {
  font-family: Arial-BoldMT,'Arial Bold',Arial;
  font-weight: 700;
  font-size: 18px;
}

.article-viewer .resultSearch {
  margin-top: 20px;
  list-style: none;
  padding: 0;
}

.article-viewer .resultSearch li {
  margin-top: 10px;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 10px;
}

.article-viewer .resultSearch li div {
  padding-top: 8px;
}

.article-viewer .resultSearch li a {
  font-family: Arial-BoldMT,'Arial Bold',Arial;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  color: #3B5998;
}

.article-viewer .has-feedback .form-control-feedback.clear-text {
  left: 174px!important;
  width: 16px!important;
  height: 16px!important;
  display: none;
}

.article-viewer .has-feedback .form-control-feedback.clear-text:hover {
  cursor: pointer;
  display: block!important;
}

.article-viewer #border_content {
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: Arial,verdana,san-serif!important;
  font-size: 14px;
}

.article-viewer #border_content h2 {
  font-size: 24px;
}

.article-viewer #border_content.bs-example {
  font-family: Arial,verdana,san-serif;
  font-size: 14px;
}

.article-viewer #border_content.bs-example h1,
.article-viewer #border_content.bs-example h2 {
  font-size: 24px!important;
  line-height: 1.2em;
}

.article-viewer #border_content.bs-example table {
  width: 100%!important;
}

.article-viewer ul.nav-justified {
  border: 1px solid #cdcdcd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  background: linear-gradient(#fff,#dbdbdb);
  -pie-background: linear-gradient(#fff,#dbdbdb);
  overflow: hidden;
}

.article-viewer ul.nav-justified li {
  border-right: 1px solid #cdcdcd;
  background: -webkit-gradient(linear,0 0,0 bottom,from(#fff),to(#dbdbdb));
  background: -webkit-linear-gradient(#fff,#dbdbdb);
  background: -moz-linear-gradient(#fff,#dbdbdb);
  background: -ms-linear-gradient(#fff,#dbdbdb);
  background: -o-linear-gradient(#fff,#dbdbdb);
  background: linear-gradient(#fff,#dbdbdb);
  -pie-background: linear-gradient(#fff,#dbdbdb);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#dbdbdb)";
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  text-align: center;
}

.article-viewer .btnStatus:HOVER,
.article-viewer .list-group-item {
  filter: none!important;
}

.article-viewer .btnStatus {
  padding-top: 0;
  padding-bottom: 0;
  background: -webkit-gradient(linear,0 0,0 bottom,from(#eee),to(#eee));
  background: -webkit-linear-gradient(#eee,#eee);
  background: -moz-linear-gradient(#eee,#eee);
  background: -ms-linear-gradient(#eee,#eee);
  background: -o-linear-gradient(#eee,#eee);
  background: linear-gradient(#eee,#eee);
  -pie-background: linear-gradient(#eee,#eee);
  border: 1px solid #ccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
}

.article-viewer .btnStatus:HOVER {
  background-image: none!important;
  border-color: #cdcdcd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: -webkit-gradient(linear,0 0,0 bottom,from(#eee),to(#eee));
  background: -webkit-linear-gradient(#eee,#eee);
  background: -moz-linear-gradient(#eee,#eee);
  background: -ms-linear-gradient(#eee,#eee);
  background: -o-linear-gradient(#eee,#eee);
  background: linear-gradient(#eee,#eee);
  -pie-background: linear-gradient(#eee,#eee);
}

.article-viewer .btnStatusOnline {
  filter: none;
  background: -webkit-gradient(linear,0 0,0 bottom,from(#e6facb),to(#a5d14a));
  background: -webkit-linear-gradient(#e6facb,#a5d14a);
  background: -moz-linear-gradient(#e6facb,#a5d14a);
  background: -ms-linear-gradient(#e6facb,#a5d14a);
  background: -o-linear-gradient(#e6facb,#a5d14a);
  background: linear-gradient(#e6facb,#a5d14a);
  -pie-background: linear-gradient(#e6facb,#a5d14a);
  border: 1px solid #84a444;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
}

.article-viewer .btnStatusOnline:HOVER {
  background: -webkit-gradient(linear,0 0,0 bottom,from(#e6facb),to(#a5d14a));
  background: -webkit-linear-gradient(#e6facb,#a5d14a);
  background: -moz-linear-gradient(#e6facb,#a5d14a);
  background: -ms-linear-gradient(#e6facb,#a5d14a);
  background: -o-linear-gradient(#e6facb,#a5d14a);
  background: linear-gradient(#e6facb,#a5d14a);
  -pie-background: linear-gradient(#e6facb,#a5d14a);
}

.article-viewer div.left-menu ul {
  list-style: none;
  padding: 0;
}

.article-viewer #relatedArticles,
.article-viewer #wrapMenuLeft {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.article-viewer .desktop-breakpoint,
.article-viewer .menuItems .collapsed .toggle .fa-minus,
.article-viewer .mobile-breakpoint {
  display: none;
}

.article-viewer a.selected {
  font-family: Arial-BoldMT,'Arial Bold',Arial;
  font-weight: 700;
  opacity: 1;
}

.article-viewer .panel-group ul {
  list-style: none;
  margin-bottom: 5px;
  padding: 0;
}

.article-viewer .panel-group ul li {
  padding: 5px 8px;
  font-family: ArialMT,Arial;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
}

.article-viewer .nav-justified {
  overflow: hidden;
}

.article-viewer .BL,
.article-viewer .TL {
  height: 3px;
  left: -1px;
  position: absolute;
  width: 3px;
}

.article-viewer #accordion ul li a,
.article-viewer .bs-list li a {
  cursor: pointer;
}

.article-viewer .TL {
  background: url(coner-not-TL.png) no-repeat;
  top: -1px;
}

.article-viewer .BL {
  background: url(coner-not-BL.png) no-repeat;
}

.article-viewer #wrapContentEmail .msg-desc {
  resize: none;
}

.article-viewer .showMe {
  display: block!important;
}

.article-viewer .hideMe,
.article-viewer .testHide {
  display: none!important;
}

.article-viewer .ie10 .divider-x,
.article-viewer .ie11 .divider-x {
  margin-bottom: 15px;
}
