@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
#anspress .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #anspress .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  #anspress .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  #anspress .container {
    width: 1170px;
  }
}
#anspress .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
#anspress .row {
  margin-left: -15px;
  margin-right: -15px;
}
#anspress .col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#anspress .col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
#anspress .col-xs-12 {
  width: 100%;
}
#anspress .col-xs-11 {
  width: 91.66666667%;
}
#anspress .col-xs-10 {
  width: 83.33333333%;
}
#anspress .col-xs-9 {
  width: 75%;
}
#anspress .col-xs-8 {
  width: 66.66666667%;
}
#anspress .col-xs-7 {
  width: 58.33333333%;
}
#anspress .col-xs-6 {
  width: 50%;
}
#anspress .col-xs-5 {
  width: 41.66666667%;
}
#anspress .col-xs-4 {
  width: 33.33333333%;
}
#anspress .col-xs-3 {
  width: 25%;
}
#anspress .col-xs-2 {
  width: 16.66666667%;
}
#anspress .col-xs-1 {
  width: 8.33333333%;
}
#anspress .col-xs-pull-12 {
  right: 100%;
}
#anspress .col-xs-pull-11 {
  right: 91.66666667%;
}
#anspress .col-xs-pull-10 {
  right: 83.33333333%;
}
#anspress .col-xs-pull-9 {
  right: 75%;
}
#anspress .col-xs-pull-8 {
  right: 66.66666667%;
}
#anspress .col-xs-pull-7 {
  right: 58.33333333%;
}
#anspress .col-xs-pull-6 {
  right: 50%;
}
#anspress .col-xs-pull-5 {
  right: 41.66666667%;
}
#anspress .col-xs-pull-4 {
  right: 33.33333333%;
}
#anspress .col-xs-pull-3 {
  right: 25%;
}
#anspress .col-xs-pull-2 {
  right: 16.66666667%;
}
#anspress .col-xs-pull-1 {
  right: 8.33333333%;
}
#anspress .col-xs-pull-0 {
  right: auto;
}
#anspress .col-xs-push-12 {
  left: 100%;
}
#anspress .col-xs-push-11 {
  left: 91.66666667%;
}
#anspress .col-xs-push-10 {
  left: 83.33333333%;
}
#anspress .col-xs-push-9 {
  left: 75%;
}
#anspress .col-xs-push-8 {
  left: 66.66666667%;
}
#anspress .col-xs-push-7 {
  left: 58.33333333%;
}
#anspress .col-xs-push-6 {
  left: 50%;
}
#anspress .col-xs-push-5 {
  left: 41.66666667%;
}
#anspress .col-xs-push-4 {
  left: 33.33333333%;
}
#anspress .col-xs-push-3 {
  left: 25%;
}
#anspress .col-xs-push-2 {
  left: 16.66666667%;
}
#anspress .col-xs-push-1 {
  left: 8.33333333%;
}
#anspress .col-xs-push-0 {
  left: auto;
}
#anspress .col-xs-offset-12 {
  margin-left: 100%;
}
#anspress .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
#anspress .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
#anspress .col-xs-offset-9 {
  margin-left: 75%;
}
#anspress .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
#anspress .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
#anspress .col-xs-offset-6 {
  margin-left: 50%;
}
#anspress .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
#anspress .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
#anspress .col-xs-offset-3 {
  margin-left: 25%;
}
#anspress .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
#anspress .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
#anspress .col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  #anspress .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  #anspress .col-sm-12 {
    width: 100%;
  }
  #anspress .col-sm-11 {
    width: 91.66666667%;
  }
  #anspress .col-sm-10 {
    width: 83.33333333%;
  }
  #anspress .col-sm-9 {
    width: 75%;
  }
  #anspress .col-sm-8 {
    width: 66.66666667%;
  }
  #anspress .col-sm-7 {
    width: 58.33333333%;
  }
  #anspress .col-sm-6 {
    width: 50%;
  }
  #anspress .col-sm-5 {
    width: 41.66666667%;
  }
  #anspress .col-sm-4 {
    width: 33.33333333%;
  }
  #anspress .col-sm-3 {
    width: 25%;
  }
  #anspress .col-sm-2 {
    width: 16.66666667%;
  }
  #anspress .col-sm-1 {
    width: 8.33333333%;
  }
  #anspress .col-sm-pull-12 {
    right: 100%;
  }
  #anspress .col-sm-pull-11 {
    right: 91.66666667%;
  }
  #anspress .col-sm-pull-10 {
    right: 83.33333333%;
  }
  #anspress .col-sm-pull-9 {
    right: 75%;
  }
  #anspress .col-sm-pull-8 {
    right: 66.66666667%;
  }
  #anspress .col-sm-pull-7 {
    right: 58.33333333%;
  }
  #anspress .col-sm-pull-6 {
    right: 50%;
  }
  #anspress .col-sm-pull-5 {
    right: 41.66666667%;
  }
  #anspress .col-sm-pull-4 {
    right: 33.33333333%;
  }
  #anspress .col-sm-pull-3 {
    right: 25%;
  }
  #anspress .col-sm-pull-2 {
    right: 16.66666667%;
  }
  #anspress .col-sm-pull-1 {
    right: 8.33333333%;
  }
  #anspress .col-sm-pull-0 {
    right: auto;
  }
  #anspress .col-sm-push-12 {
    left: 100%;
  }
  #anspress .col-sm-push-11 {
    left: 91.66666667%;
  }
  #anspress .col-sm-push-10 {
    left: 83.33333333%;
  }
  #anspress .col-sm-push-9 {
    left: 75%;
  }
  #anspress .col-sm-push-8 {
    left: 66.66666667%;
  }
  #anspress .col-sm-push-7 {
    left: 58.33333333%;
  }
  #anspress .col-sm-push-6 {
    left: 50%;
  }
  #anspress .col-sm-push-5 {
    left: 41.66666667%;
  }
  #anspress .col-sm-push-4 {
    left: 33.33333333%;
  }
  #anspress .col-sm-push-3 {
    left: 25%;
  }
  #anspress .col-sm-push-2 {
    left: 16.66666667%;
  }
  #anspress .col-sm-push-1 {
    left: 8.33333333%;
  }
  #anspress .col-sm-push-0 {
    left: auto;
  }
  #anspress .col-sm-offset-12 {
    margin-left: 100%;
  }
  #anspress .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  #anspress .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  #anspress .col-sm-offset-9 {
    margin-left: 75%;
  }
  #anspress .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  #anspress .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  #anspress .col-sm-offset-6 {
    margin-left: 50%;
  }
  #anspress .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  #anspress .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  #anspress .col-sm-offset-3 {
    margin-left: 25%;
  }
  #anspress .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  #anspress .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  #anspress .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  #anspress .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  #anspress .col-md-12 {
    width: 100%;
  }
  #anspress .col-md-11 {
    width: 91.66666667%;
  }
  #anspress .col-md-10 {
    width: 83.33333333%;
  }
  #anspress .col-md-9 {
    width: 75%;
  }
  #anspress .col-md-8 {
    width: 66.66666667%;
  }
  #anspress .col-md-7 {
    width: 58.33333333%;
  }
  #anspress .col-md-6 {
    width: 50%;
  }
  #anspress .col-md-5 {
    width: 41.66666667%;
  }
  #anspress .col-md-4 {
    width: 33.33333333%;
  }
  #anspress .col-md-3 {
    width: 25%;
  }
  #anspress .col-md-2 {
    width: 16.66666667%;
  }
  #anspress .col-md-1 {
    width: 8.33333333%;
  }
  #anspress .col-md-pull-12 {
    right: 100%;
  }
  #anspress .col-md-pull-11 {
    right: 91.66666667%;
  }
  #anspress .col-md-pull-10 {
    right: 83.33333333%;
  }
  #anspress .col-md-pull-9 {
    right: 75%;
  }
  #anspress .col-md-pull-8 {
    right: 66.66666667%;
  }
  #anspress .col-md-pull-7 {
    right: 58.33333333%;
  }
  #anspress .col-md-pull-6 {
    right: 50%;
  }
  #anspress .col-md-pull-5 {
    right: 41.66666667%;
  }
  #anspress .col-md-pull-4 {
    right: 33.33333333%;
  }
  #anspress .col-md-pull-3 {
    right: 25%;
  }
  #anspress .col-md-pull-2 {
    right: 16.66666667%;
  }
  #anspress .col-md-pull-1 {
    right: 8.33333333%;
  }
  #anspress .col-md-pull-0 {
    right: auto;
  }
  #anspress .col-md-push-12 {
    left: 100%;
  }
  #anspress .col-md-push-11 {
    left: 91.66666667%;
  }
  #anspress .col-md-push-10 {
    left: 83.33333333%;
  }
  #anspress .col-md-push-9 {
    left: 75%;
  }
  #anspress .col-md-push-8 {
    left: 66.66666667%;
  }
  #anspress .col-md-push-7 {
    left: 58.33333333%;
  }
  #anspress .col-md-push-6 {
    left: 50%;
  }
  #anspress .col-md-push-5 {
    left: 41.66666667%;
  }
  #anspress .col-md-push-4 {
    left: 33.33333333%;
  }
  #anspress .col-md-push-3 {
    left: 25%;
  }
  #anspress .col-md-push-2 {
    left: 16.66666667%;
  }
  #anspress .col-md-push-1 {
    left: 8.33333333%;
  }
  #anspress .col-md-push-0 {
    left: auto;
  }
  #anspress .col-md-offset-12 {
    margin-left: 100%;
  }
  #anspress .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  #anspress .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  #anspress .col-md-offset-9 {
    margin-left: 75%;
  }
  #anspress .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  #anspress .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  #anspress .col-md-offset-6 {
    margin-left: 50%;
  }
  #anspress .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  #anspress .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  #anspress .col-md-offset-3 {
    margin-left: 25%;
  }
  #anspress .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  #anspress .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  #anspress .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  #anspress .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  #anspress .col-lg-12 {
    width: 100%;
  }
  #anspress .col-lg-11 {
    width: 91.66666667%;
  }
  #anspress .col-lg-10 {
    width: 83.33333333%;
  }
  #anspress .col-lg-9 {
    width: 75%;
  }
  #anspress .col-lg-8 {
    width: 66.66666667%;
  }
  #anspress .col-lg-7 {
    width: 58.33333333%;
  }
  #anspress .col-lg-6 {
    width: 50%;
  }
  #anspress .col-lg-5 {
    width: 41.66666667%;
  }
  #anspress .col-lg-4 {
    width: 33.33333333%;
  }
  #anspress .col-lg-3 {
    width: 25%;
  }
  #anspress .col-lg-2 {
    width: 16.66666667%;
  }
  #anspress .col-lg-1 {
    width: 8.33333333%;
  }
  #anspress .col-lg-pull-12 {
    right: 100%;
  }
  #anspress .col-lg-pull-11 {
    right: 91.66666667%;
  }
  #anspress .col-lg-pull-10 {
    right: 83.33333333%;
  }
  #anspress .col-lg-pull-9 {
    right: 75%;
  }
  #anspress .col-lg-pull-8 {
    right: 66.66666667%;
  }
  #anspress .col-lg-pull-7 {
    right: 58.33333333%;
  }
  #anspress .col-lg-pull-6 {
    right: 50%;
  }
  #anspress .col-lg-pull-5 {
    right: 41.66666667%;
  }
  #anspress .col-lg-pull-4 {
    right: 33.33333333%;
  }
  #anspress .col-lg-pull-3 {
    right: 25%;
  }
  #anspress .col-lg-pull-2 {
    right: 16.66666667%;
  }
  #anspress .col-lg-pull-1 {
    right: 8.33333333%;
  }
  #anspress .col-lg-pull-0 {
    right: auto;
  }
  #anspress .col-lg-push-12 {
    left: 100%;
  }
  #anspress .col-lg-push-11 {
    left: 91.66666667%;
  }
  #anspress .col-lg-push-10 {
    left: 83.33333333%;
  }
  #anspress .col-lg-push-9 {
    left: 75%;
  }
  #anspress .col-lg-push-8 {
    left: 66.66666667%;
  }
  #anspress .col-lg-push-7 {
    left: 58.33333333%;
  }
  #anspress .col-lg-push-6 {
    left: 50%;
  }
  #anspress .col-lg-push-5 {
    left: 41.66666667%;
  }
  #anspress .col-lg-push-4 {
    left: 33.33333333%;
  }
  #anspress .col-lg-push-3 {
    left: 25%;
  }
  #anspress .col-lg-push-2 {
    left: 16.66666667%;
  }
  #anspress .col-lg-push-1 {
    left: 8.33333333%;
  }
  #anspress .col-lg-push-0 {
    left: auto;
  }
  #anspress .col-lg-offset-12 {
    margin-left: 100%;
  }
  #anspress .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  #anspress .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  #anspress .col-lg-offset-9 {
    margin-left: 75%;
  }
  #anspress .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  #anspress .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  #anspress .col-lg-offset-6 {
    margin-left: 50%;
  }
  #anspress .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  #anspress .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  #anspress .col-lg-offset-3 {
    margin-left: 25%;
  }
  #anspress .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  #anspress .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  #anspress .col-lg-offset-0 {
    margin-left: 0%;
  }
}
#anspress .clearfix:before,
#anspress .clearfix:after,
#anspress .container:before,
#anspress .container:after,
#anspress .container-fluid:before,
#anspress .container-fluid:after,
#anspress .row:before,
#anspress .row:after {
  content: " ";
  display: table;
}
#anspress .clearfix:after,
#anspress .container:after,
#anspress .container-fluid:after,
#anspress .row:after {
  clear: both;
}
#anspress .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#anspress .pull-right {
  float: right !important;
}
#anspress .pull-left {
  float: left !important;
}
#anspress *,
#anspress *:before,
#anspress *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#anspress {
  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  word-wrap: break-word;
}
#anspress ul {
  line-height: 1.4;
}
#anspress h3 {
  line-height: 1.8;
}
#anspress .hentry {
  padding-top: 0;
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#anspress a {
  text-decoration: none;
}
#anspress .ap-pull-right {
  float: right !important;
}
#anspress .ap-pull-left {
  float: left !important;
}
#anspress .no-overflow {
  overflow: hidden;
}
#anspress .ap-ul-inline {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
#anspress .ap-ul-inline > li {
  float: left;
  list-style: none outside none;
  margin: 0 5px 0 0;
  padding: 0;
}
#anspress .ap-ul-inline > li:last-child {
  margin-right: 0;
}
#anspress .ap-ul-inline > li ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#anspress .ap-avatar {
  margin-right: 10px;
}
#anspress .ap-avatar img {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  box-shadow: none;
}
#anspress .ap-initially-hidden {
  display: none;
}
#anspress .ap-tab {
  border-bottom: solid 2px #eeeeee;
  margin-bottom: 10px;
}
#anspress .ap-tab li.active a {
  background: #ffffff;
  border-color: #eeeeee #eeeeee transparent;
  border-style: solid solid none;
  border-width: 1px 1px medium;
  margin-bottom: -2px;
  padding-bottom: 12px;
  padding-top: 8px;
  -webkit-border-radius: 3px 3px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px 3px 0 0;
  -moz-background-clip: padding;
  border-radius: 3px 3px 0 0;
  background-clip: padding-box;
  color: #333333;
}
#anspress .ap-tab li:first-child {
  margin-left: 5px;
}
#anspress .ap-tab li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #888888;
  font-weight: 600;
}
#anspress .ap-tab li a:hover {
  background: #eeeeee;
}
#anspress .ap-widget-title {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 0;
}
#anspress .block {
  display: block;
}
#anspress .ap-pagination {
  display: block;
  margin: 20px 0;
}
#anspress .ap-pagination span,
#anspress .ap-pagination a {
  border: 1px solid #eeeeee;
  display: block;
  float: left;
  margin-right: 5px;
  padding: 5px 14px;
  text-decoration: none;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
#anspress .ap-pagination span {
  background: #eeeeee;
}
#anspress .ap-notice {
  display: block;
}
#anspress .border-top {
  border-top: solid 1px #eeeeee;
}
#anspress .margin-top-20 {
  margin-top: 20px;
}
#anspress .ap-no-permission-to-view {
  background: #f7fcfe;
  display: block;
  margin-top: 20px;
  padding: 15px;
  text-align: center;
}
#anspress .ap-please-login {
  background: none repeat scroll 0 0 #e0fbff;
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 15px;
  text-align: center;
}
#anspress .ap-questions-tab,
#anspress .ap-answers-tab {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  display: table;
  float: right;
}
#anspress .ap-questions-tab > li,
#anspress .ap-answers-tab > li {
  border-right: 1px solid #e4e4e4;
  margin: 0;
}
#anspress .ap-questions-tab > li.active a,
#anspress .ap-answers-tab > li.active a {
  background: #61c17d;
  color: #fff;
  margin: -1px;
  padding: 6px 10px;
}
#anspress .ap-questions-tab > li.active a:hover,
#anspress .ap-answers-tab > li.active a:hover {
  background: #86cf9b;
}
#anspress .ap-questions-tab > li a,
#anspress .ap-answers-tab > li a {
  border-radius: 0;
  color: #333;
  display: block;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 15px;
}
#anspress .ap-questions-tab > li a:hover,
#anspress .ap-answers-tab > li a:hover {
  background: #f5f5f5;
}
#anspress .ap-questions-tab > li:first-child a,
#anspress .ap-answers-tab > li:first-child a {
  border-radius: 2px 0 0 2px;
}
#anspress .ap-questions-tab > li:last-child,
#anspress .ap-answers-tab > li:last-child {
  border-right: none;
}
#anspress .ap-questions-tab > li:last-child a,
#anspress .ap-answers-tab > li:last-child a {
  border-radius: 0 2px 2px 0;
}
#anspress .ap-notice {
  background: none repeat scroll 0 0 #eee;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  display: block;
  margin-top: 10px;
  padding: 4px 15px;
}
#anspress .ap-notice.gray {
  background: #F5F4F4;
}
#anspress .ap-notice.yellow {
  background: #FFEAB1;
}
#anspress .ap-notice.red {
  background: #FFB5B5;
}
#anspress .ap-notice.blue {
  background: #E1F8FF;
}
#anspress .ap-notice i {
  margin-right: 15px;
}
#anspress .ap-pending-notice {
  background: #f4ac20;
  border-radius: 2px;
  margin: 0 15px 10px;
  padding: 20px;
  text-align: center;
}
#anspress .ap-text-label {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
}
#anspress .ap-view-count-0 {
  display: none;
}
#anspress .ap-cradit {
  color: #aaa;
  font-size: 12px;
  margin-top: 20px;
}
#anspress .dropdown-menu {
  border: 1px solid #ddd;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
#anspress .dropdown-menu > li {
  margin: 0;
  padding: 0;
}
#anspress .ap-tab-nav li > a {
  background: none repeat scroll 0 0 #eee;
  border-color: #ddd #ddd transparent;
  border-image: none;
  border-radius: 2px 2px 0 0;
  border-style: solid solid none;
  border-width: 1px 1px medium;
  display: block;
  margin-bottom: -9px;
  padding: 5px 12px;
}
#anspress .ap-tab-nav li > a:focus {
  outline: none;
}
#anspress .ap-tab-nav li.active > a {
  background: none repeat scroll 0 0 #fff;
}
#anspress .ap-tab-container > * {
  display: none;
}
#anspress .ap-tab-container > *.active {
  display: block;
}
.ap-loading-icon {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.4);
  display: block;
  height: 16px;
  position: absolute;
  text-align: center;
  width: 16px;
  z-index: 99;
}
.ap-loading-icon.fade-bg {
  background: rgba(255, 255, 255, 0.8);
}
.ap-loading-icon > i {
  font-size: 16px;
  height: 16px;
  left: 50%;
  line-height: 16px;
  margin-left: -10px;
  margin-top: -10px;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 16px;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  -o-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.g-recaptcha {
  margin-bottom: 15px;
}
#ap-user-posts-tab {
  float: right;
}
#ap-user-posts-tab > li {
  margin-left: 10px;
}
#ap-user-posts-tab > li > a {
  font-size: 14px;
  font-weight: normal;
  color: #333;
}
#ap-user-posts-tab > li.active a {
  font-weight: 600;
}
#anspress .ap-questions-item {
  border-bottom: 1px solid #F8F8F8;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: table;
  margin: 0;
  padding: 15px 0;
  width: 100%;
}
#anspress .ap-questions-item.hentry {
  margin: 0;
  border-top: none;
}
#anspress .ap-questions-history {
  margin-top: 5px;
}
#anspress .ap-questions .ap-avatar {
  margin-right: 10px;
  margin-top: 2px;
}
#anspress .ap-questions-title {
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 0;
}
#anspress .ap-questions-title a {
  color: #2488b7;
  text-decoration: none;
}
#anspress .ap-questions-count {
  border: 1px solid #eee;
  border-radius: 2px;
  color: #888;
  display: block;
  float: left;
  font-size: 13px;
  height: 50px;
  line-height: 18px;
  margin-left: 12px;
  padding: 2px;
  text-align: center;
  width: 55px;
}
#anspress .ap-questions-count span {
  color: #777;
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-top: 4px;
}
#anspress .ap-questions-acount {
  background: #61c17d;
  border-color: rgba(0, 0, 0, 0.08);
  color: #fff;
}
#anspress .ap-questions-acount span {
  color: #fff;
}
#anspress .ap-questions-summery {
  padding-right: 10px;
}
#anspress .ap-questions .ap-display-meta-item {
  color: #777777;
}
#anspress .ap-questions .ap-display-meta-item a {
  color: #777777;
}
#anspress .ap-questions .ap-display-meta-item i:before {
  color: #aaa;
  font-size: 12px;
}
#anspress .ap-questions .ap-post-type {
  display: inline;
  font-size: 11px;
  margin: 0;
  padding: 0 6px;
}
#anspress .selected,
#anspress .ap-best-answer-label {
  background: #86cf9b;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  color: #ffffff;
  font-size: 10px;
  line-height: 14px;
  padding: 1px 3px;
  text-align: center;
  text-transform: uppercase;
  margin-right: 10px;
}
#anspress .ap-display-meta-item:before {
  background: #dadada;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 7px;
  margin-left: 10px;
  margin-right: 6px;
  padding: 0;
  vertical-align: middle;
  width: 7px;
}
#anspress .ap-display-meta-item:first-child:before {
  display: none;
}
#anspress .ap-display-meta-item i {
  font-style: normal;
}
.ap-list-head {
  background: none repeat scroll 0 0 #f8f8f8;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 14px;
}
.ap-list-head .ap-btn-ask {
  float: right;
  background: #f14f4f;
  border-radius: 2px;
  color: #fff;
  margin-left: 15px;
  padding: 5px 10px;
}
.ap-list-head .ap-btn-ask:visited {
  color: #fff;
}
.tooltipster-default.ap-tip-style {
  background: #000000;
  font-size: 11px;
  font-family: arial, helvetica, sans-serif;
}
.tooltipster-default.ap-tip-style .tooltipster-content {
  font-size: 13px;
}
.tooltipster-default.ap-tip-style .tooltipster-content a {
  font-weight: 600;
  text-decoration: none;
  color: #ffffff;
}
.tooltipster-default.ap-tip-style.tags-list {
  background: #ffffff;
  width: 150px;
  border: solid 2px #ddd;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.tooltipster-default.ap-tip-style.tags-list a {
  color: #333333;
  display: block;
  font-weight: normal;
  padding: 8px 5px;
  border-bottom: solid 1px #f8f8f8;
}
.tooltipster-default.ap-tip-style.tags-list a:hover {
  background: #f8f8f8;
}
.tooltipster-default.ap-tip-style.tags-list a:last-child {
  border-bottom: none;
}
.ap-content {
  padding-right: 40px;
  position: relative;
}
#anspress .ap-q .ap-avatar {
  margin-right: 0x;
  position: absolute;
}
#anspress .ap-q-head {
  margin-bottom: 20px;
}
#anspress .ap-q-cells {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-left: 70px;
  padding: 10px;
  font-size: 14px;
}
#anspress .ap-q-metas {
  font-size: 12px;
  margin-bottom: 10px;
}
#anspress .ap-q-metas > span {
  margin-right: 10px;
}
#anspress .ap-q-metas .ap-avatar {
  margin-right: 10px;
  margin-top: 0px;
}
#anspress .ap-q-content img {
  max-width: 100%;
  height: auto;
}
#anspress .ap-q-content p {
  margin-bottom: 10px;
}
#anspress .ap-q-content p:last-child {
  margin-bottom: 0;
}
#anspress .ap-q-actions {
  margin-top: 10px;
}
#anspress .ap-q-actions > li {
  margin-right: 15px;
}
#anspress .ap-q-actions .ap-action-vote {
  float: left;
  margin-left: 0;
  margin-top: 0;
  line-height: 1.2;
}
#anspress .ap-q-actions .ap-action-favorite .favorite-btn {
  margin-top: -2px;
  padding: 1px 5px;
}
#anspress .ap-q-actions .ap-action-favorite .favorite-btn.active {
  color: #fff;
}
#anspress .ap-q-actions > li.ap-post-action > a,
#anspress .ap-q-actions .ap-dropdown-toggle {
  background: none;
  border: medium none;
  color: #2488b7;
  display: block;
  font-size: 12px;
  line-height: 25px;
  padding: 0;
  text-decoration: none;
}
#anspress .ap-q-actions > li.ap-post-action > a:visited,
#anspress .ap-q-actions .ap-dropdown-toggle:visited {
  color: #2488b7;
}
#anspress .ap-q-actions > li.ap-post-action > a:hover,
#anspress .ap-q-actions .ap-dropdown-toggle:hover {
  color: #333333;
  background: none;
}
#anspress .ap-q-actions > li.ap-post-action > a i,
#anspress .ap-q-actions .ap-dropdown-toggle i {
  display: inline-block;
  font-size: 11px;
  margin-right: 1px;
  margin-top: 0;
}
#anspress .ap-q-actions > li.ap-post-action > a span,
#anspress .ap-q-actions .ap-dropdown-toggle span {
  margin-left: 3px;
}
#anspress .ap-q-actions > li.ap-post-action > a.more-actions,
#anspress .ap-q-actions .ap-dropdown-toggle.more-actions {
  font-size: 25px;
}
#anspress .ap-q-actions > li.ap-post-action > a.ap-btn-select:before,
#anspress .ap-q-actions .ap-dropdown-toggle.ap-btn-select:before {
  margin-right: 4px;
}
#anspress .ap-q-actions .ap-action-select_answer a {
  color: #fff;
}
#anspress .ap-a-cells {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-left: 70px;
  padding: 10px;
  font-size: 14px;
}
#anspress .ap-question-meta {
  margin-bottom: 15px;
}
#anspress .ap-question-meta > .ap-display-meta-item {
  display: inline-block;
  margin-right: 20px;
  padding: 5px 0;
}
#anspress .ap-question-meta > .ap-display-meta-item:last-child {
  margin-right: 0;
}
#anspress .ap-question-meta > .ap-display-meta-item:before {
  display: none;
}
#anspress .ap-question-meta > .ap-display-meta-item i {
  vertical-align: middle;
  margin-right: 4px;
  color: #888888;
}
#anspress .ap-question-meta .question-tags a,
#anspress .ap-question-meta .question-categories a {
  color: #333333;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  font-size: 13px;
  margin-right: 5px;
  padding: 3px 11px;
}
#anspress .ap-question-meta .question-tags a:hover,
#anspress .ap-question-meta .question-categories a:hover {
  color: #333333;
}
#anspress .ap-question-meta .question-tags a:last-child,
#anspress .ap-question-meta .question-categories a:last-child {
  margin-right: 0;
}
#anspress .ap-user-meta a {
  color: #2488b7;
}
#anspress .ap-user-meta-reputation {
  color: #888;
  font-size: 12px;
}
#anspress .ap-answers-label {
  display: block;
  font-size: 16px;
  margin: 0;
  padding: 5px 0;
  color: #333333;
  white-space: nowrap;
}
.ap-content .ap-question-actions-history {
  margin-bottom: 20px;
}
.ap-content .ap-posted-in {
  margin-bottom: -20px;
  text-transform: uppercase;
}
.ap-content .ap-post-history {
  color: #888;
  display: block;
  font-size: 13px;
  margin-top: 10px;
}
.ap-content .ap-post-history > i {
  font-size: 12px;
}
.ap-content :last-child {
  margin-bottom: 0;
}
.ap-post-tags li a {
  background: #11a7db;
  border-radius: 10px;
  color: #fff;
  display: table;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 2px 10px;
  text-decoration: none;
}
.ap-post-tags li a .tax-count {
  font-style: normal;
}
.ap-post-tags li a:hover {
  border-color: #61c17d;
  color: #333333;
}
.ap-post-tags li:last-child a {
  margin-bottom: 0;
}
.ap-sorting-tab {
  margin-bottom: 0;
  padding: 5px 0;
}
#answers .ap-content,
#ap-best-answer .ap-content {
  padding-top: 0;
}
#answers .ap-single-vote,
#ap-best-answer .ap-single-vote {
  top: 0;
}
#answers .type-answer,
#ap-best-answer .type-answer {
  margin-top: 20px;
}
#answers .type-answer:first-child,
#ap-best-answer .type-answer:first-child {
  margin-top: 0;
}
#answers .type-answer.active .ap-a-cells,
#ap-best-answer .type-answer.active .ap-a-cells {
  border-color: #6AB17F;
}
#ap-best-answer {
  margin-top: 20px;
  position: relative;
}
#ap-best-answer .ap-content-inner {
  background: none repeat scroll 0 0 rgba(247, 254, 249, 0.33);
  border: 1px solid rgba(204, 218, 202, 0.22);
}
#ap-best-answer .type-answer {
  margin-top: 0;
}
#ap-best-answer .ap-a-cells {
  background: none repeat scroll 0 0 #f9fff8;
  border-color: #cce4c8;
}
.status-trash .ap-a-cells {
  background: none repeat scroll 0 0 #fff4f4;
}
#ap-answers-c {
  margin-top: 30px;
}
#ap-answers-c .ap-answers-tab {
  margin-top: 7px;
}
#ap-answers-c .ap-answers-tab > li a {
  font-size: 12px;
  padding: 5px 12px;
}
#ap-answers-c .ap-answers-tab li.active a {
  padding: 6px 12px;
}
.ap-question-right {
  padding-left: 30px;
}
.ap-question-right > div {
  margin-bottom: 20px;
}
.ap-question-right .ap-widget-title {
  color: #303030;
  display: block;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 5px;
}
.ap-participants-list {
  display: block;
  margin: 0 -5px -5px;
}
.ap-participants-list .ap-avatar {
  display: block;
  float: left;
  margin-right: 0;
  margin-bottom: 10px;
  padding: 5px;
}
.ap-single-vote {
  right: 0;
  position: absolute;
  top: 0;
}
.comment-awaiting-moderation {
  background: #f4ac20;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  color: #fff;
  display: table;
  font-size: 11px;
  padding: 1px 4px;
}
.ap-question-info .ap-widget-title {
  border-bottom: 1px solid #f8f8f8;
  color: #333;
  display: block;
  font-size: 11px;
  margin: 0 0 5px;
  padding: 0 0 8px;
  text-transform: uppercase;
}
.ap-question-info .question-tags {
  margin: 0;
  list-style: none;
  padding: 0;
}
#answer-form-c {
  margin-right: 40px;
  margin-top: 20px;
  padding-top: 0;
}
#anspress .ap-btn {
  background-image: linear-gradient(#ffffff, #fcfcfc);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  color: #333333;
  font-weight: 600;
  line-height: 1.6;
  padding: 4px 10px;
  text-decoration: none;
  vertical-align: middle;
}
#anspress .ap-btn.ap-btn-view-all {
  display: block;
  margin-top: 30px;
  text-align: center;
  text-transform: uppercase;
}
#anspress .ap-btn:hover {
  background: none repeat scroll 0 0 #f5f5f5;
  border-color: rgba(0, 0, 0, 0.2);
}
#anspress .ap-btn.active {
  background: #eee;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset;
}
#anspress .ap-vote {
  background-clip: padding-box;
  color: #428bca;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}
#anspress .ap-vote a {
  background-image: linear-gradient(#ffffff, #fcfcfc);
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #777;
  display: block;
  font-size: 15px;
  height: 27px;
  line-height: 26px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 27px;
}
#anspress .ap-vote a:focus {
  outline: none;
}
#anspress .ap-vote a.disable {
  cursor: default;
  opacity: 0.3;
}
#anspress .ap-vote .net-vote-count {
  color: #333333;
  display: block;
  font-size: 13px;
  font-weight: bold;
  height: 25px;
  line-height: 23px;
  padding: 0 1px;
  text-align: center;
}
#anspress .ap-vote .ap-vote-fade {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#anspress .ap-radio-btn {
  background: none repeat scroll 0 0 #ddd;
  border: 2px solid #ddd;
  -webkit-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 8px;
  -moz-background-clip: padding;
  border-radius: 8px;
  background-clip: padding-box;
  display: block;
  width: 30px;
  height: 16px;
  position: relative;
  cursor: pointer;
}
#anspress .ap-radio-btn:before {
  background: none repeat scroll 0 0 #fff;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  position: absolute;
  left: 0;
}
#anspress .ap-radio-btn:focus {
  outline: none;
}
#anspress .ap-radio-btn.active {
  background: #61c17d;
  border-color: #61c17d;
}
#anspress .ap-radio-btn.active:before {
  right: 0;
  left: auto;
}
#anspress .ap-dropdown {
  position: relative;
}
#anspress .ap-dropdown .ap-dropdown-menu {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  display: none;
  position: absolute;
  right: 0;
  width: 160px;
  z-index: 99;
}
#anspress .ap-dropdown .ap-dropdown-menu > li {
  margin: 0;
  float: none;
}
#anspress .ap-dropdown .ap-dropdown-menu > li > a {
  border-bottom: 1px solid #f9f9f9;
  display: block;
  padding: 5px 15px;
}
#anspress .ap-dropdown .ap-dropdown-menu > li > a:hover {
  background: #fcfcfc;
}
#anspress .ap-dropdown.open .ap-dropdown-menu {
  display: block;
}
#anspress .ap-btn-toggle {
  display: inline-block;
}
#anspress .ap-btn-toggle span {
  font-size: 25px;
  color: #888;
  line-height: 1.6;
}
#anspress .ap-btn-toggle .apicon-toggle-on {
  display: none;
}
#anspress .ap-btn-toggle .apicon-toggle-off {
  display: inline;
}
#anspress .ap-btn-toggle.active .apicon-toggle-on {
  display: inline;
  color: #61c17d;
}
#anspress .ap-btn-toggle.active .apicon-toggle-off {
  display: none;
}
#anspress .ap-btn-toggle:focus {
  outline: none;
}
#anspress .ap-subscribe b {
  display: inline-block;
  font-weight: normal;
  line-height: 30px;
  vertical-align: super;
}
#anspress .ap-form-control {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-box-shadow: 0 0 2px #fbfbfb inset;
  -moz-box-shadow: 0 0 2px #fbfbfb inset;
  box-shadow: 0 0 2px #fbfbfb inset;
  background-clip: padding-box;
  border: 1px solid #ddd;
  border-radius: 2px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.05) inset;
  display: block;
  margin-bottom: 15px;
  padding: 5px 10px;
  width: 100%;
}
#anspress .ap-form-control.autogrow {
  overflow: hidden;
}
#anspress .ap-form-control[type="checkbox"] {
  display: inline;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
}
#anspress label > input[type="checkbox"] {
  float: left;
  margin-right: 10px !important;
  margin-top: 3px !important;
}
#anspress label.inline-cb {
  margin-bottom: 15px;
}
#anspress .ap-checkbox-withdesc {
  margin-bottom: 15px;
}
#anspress .ap-checkbox-withdesc [type="checkbox"] {
  float: left;
  height: 20px;
  line-height: 100%;
  margin-right: 10px;
}
#anspress .ap-checkbox-withdesc p {
  color: #888888;
  font-size: 13px;
  margin-bottom: 0;
}
#anspress .ap-form-fields {
  position: relative;
}
#anspress .ap-form-fields.ap-have-error .ap-form-control,
#anspress .ap-form-fields.ap-have-error .ap-editor,
#anspress .ap-form-fields.ap-have-error .bootstrap-tagsinput {
  border: solid 1px #eb5837;
  background: #fef3f0;
}
#anspress .ap-form-fields.ap-have-error .ap-editor {
  padding: 10px;
}
#anspress .ap-form-fields.ap-have-error.being-edited .ap-form-control,
#anspress .ap-form-fields.ap-have-error.being-edited .ap-editor {
  border-color: #f4ac20;
  background: #ffffff;
}
#anspress .ap-form-fields.ap-have-error.being-edited .ap-form-error-message {
  background: #f4ac20;
}
#anspress .ap-form-fields .ap-form-error-message {
  border-radius: 2px;
  color: #eb5837;
  display: table;
  font-size: 13px;
  font-weight: 600;
  margin: -10px 0 10px;
  padding: 0;
}
#anspress .ap-form-fields-wrap {
  border-bottom: 1px solid #f7f7f7;
  padding: 10px 0;
}
#anspress .ap-form-fields-wrap .ap-btn-submit,
#anspress .ap-form-fields-wrap .ap-btn-cancel {
  color: #777;
  font-size: 12px;
  line-height: 15px;
  margin-right: 7px;
  padding: 2px 5px;
}
#anspress .ap-form-fields-wrap .ap-btn-cancel {
  background: none;
  box-shadow: none;
  border: none;
}
#anspress .ap-form-fields-wrap .ap-form-control {
  margin-bottom: 5px;
}
#anspress .ap-form-fields-wrap-label {
  float: left;
  font-weight: 600;
  width: 150px;
}
#anspress .ap-form-fields-wrap-inner {
  overflow: hidden;
}
#anspress .ap-form-fields-wrap-inner > a {
  float: right;
  font-style: normal;
}
#anspress .ap-form-fields-edit {
  float: right;
}
#anspress .ap-editor {
  margin-bottom: 20px;
}
#anspress .ap-editor iframe {
  margin: 0;
}
#anspress .ap-editor .quicktags-toolbar {
  background: none;
  border: none;
}
#anspress .ap-editor .mce-edit-area {
  background: none repeat scroll 0 0 #fcfcfc;
  border: 1px solid #ddd !important;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.05) inset;
  padding: 7px;
}
#anspress .ap-editor .quicktags-toolbar input.button,
#anspress .ap-editor .mce-btn button {
  background: #fff;
  border: medium none;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #aaa;
}
#anspress .ap-editor .quicktags-toolbar input.button i,
#anspress .ap-editor .mce-btn button i {
  padding: 0;
}
#anspress .ap-editor .quicktags-toolbar input.button:hover,
#anspress .ap-editor .mce-btn button:hover {
  background: #eee;
}
#anspress .ap-editor .mce-toolbar-grp {
  background: none repeat scroll 0 0 #fff;
  border-bottom: medium none;
  border-radius: 4px 4px 0 0;
}
#anspress .ap-editor .html-active .switch-html,
#anspress .ap-editor .tmce-active .switch-tmce {
  background: #fff;
  border-bottom-color: #fff;
}
#anspress .ap-editor div.mce-toolbar-grp > div {
  padding: 0;
}
#anspress .ap-editor .mce-toolbar .mce-btn-group .mce-btn {
  border: medium none;
  margin: 0;
  padding: 3px;
}
#anspress .ap-editor .mce-toolbar .mce-btn-group .mce-btn:hover {
  background: transparent;
  border-color: #ddd;
}
#anspress .ap-editor .wp-editor-tools {
  background: #f8f8f8;
  padding: 5px;
}
#anspress .ap-editor .mce-statusbar {
  display: none;
}
#anspress .ap-editor .wp-media-buttons {
  position: absolute;
  right: 3px;
  top: 1px;
}
#anspress .ap-editor .wp-media-buttons #insert-media-button {
  background: none repeat scroll 0 0 #fff;
  border-color: #eee;
  border-image: none;
  border-radius: 0;
  border-style: none none none solid;
  border-width: 1px;
  box-shadow: none;
  height: 30px;
  margin-bottom: -3px;
  margin-right: -2px;
  margin-top: -1px;
  overflow: hidden;
  padding: 2px 10px;
  width: 36px;
}
#anspress .ap-editor #wp-description-editor-tools {
  padding: 0;
}
#anspress .ap-editor .mce-toolbar.mce-first.mce-stack-layout-item {
  margin-right: 36px;
}
#anspress .btn-submit-ans {
  padding: 10px 20px;
}
#anspress .ap-form-label {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 14px;
}
#anspress .ap-form-label .ap-field-desc {
  background: #bbb;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  height: 15px;
  line-height: 16px;
  margin-left: 7px;
  text-align: center;
  width: 15px;
}
#anspress .ap-form-label .ap-field-desc:hover {
  background: #11a7db;
  cursor: pointer;
}
#anspress .ap-similar-questions-head h3 {
  color: #61c17d;
  font-size: 16px;
  font-weight: 600;
}
#anspress .ap-similar-questions {
  border: solid 2px #eee;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  margin-bottom: 15px;
  max-height: 210px;
  overflow-x: auto;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.04) inset;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.04) inset;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.04) inset;
  padding: 15px;
}
#anspress .ap-similar-questions a {
  color: #333333;
  display: block;
  padding: 8px;
  text-decoration: none;
}
#anspress .ap-similar-questions a .acount {
  color: #888888;
  float: right;
  font-size: 13px;
  font-style: italic;
}
#anspress .ap-similar-questions a:hover {
  background: #fcfcfc;
}
#anspress .ap-similar-questions a .highlight_word {
  font-weight: 600;
  text-decoration: underline;
}
#anspress #answer_form .ap-editor-answer-label {
  color: #888;
  display: block !important;
  padding: 5px 10px;
}
#anspress .bootstrap-tagsinput {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-box-shadow: 0 0 2px #fbfbfb inset;
  -moz-box-shadow: 0 0 2px #fbfbfb inset;
  box-shadow: 0 0 2px #fbfbfb inset;
  background-clip: padding-box;
  border: 1px solid #ddd;
  border-radius: 2px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.05) inset;
  display: block;
  margin-bottom: 15px;
  padding: 5px 10px;
  width: 100%;
}
#anspress .bootstrap-tagsinput.autogrow {
  overflow: hidden;
}
#anspress .bootstrap-tagsinput[type="checkbox"] {
  display: inline;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
}
#anspress .bootstrap-tagsinput input {
  line-height: 20px;
  margin-top: 5px;
}
#anspress .ap-avatar-upload-form .ap-upload-o {
  font-size: 17px;
  height: 30px;
  line-height: 18px;
  padding: 6px;
  position: relative;
  width: 30px;
}
#anspress .ap-avatar-upload-form .ap-upload-o > span {
  display: none;
}
#anspress .ap-avatar-upload-form .ap-upload-input {
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
#anspress .ap-post-upload-form {
  background: #fcfcfc;
  border-color: #ddd;
  border-image: none;
  border-radius: 0 0 4px 4px;
  border-right: 1px solid #ddd;
  border-style: dashed solid solid;
  border-width: 1px;
  font-size: 13px;
  margin-bottom: 15px;
  margin-top: -22px;
  padding: 0;
  position: relative;
}
#anspress .ap-post-upload-form .ap-upload-o {
  background: none;
  border: medium none;
  box-shadow: none;
  color: #888;
  font-weight: 400;
}
#anspress .ap-post-upload-form .ap-upload-link {
  color: #2488b7;
  position: relative;
}
#anspress .ap-post-upload-form .ap-upload-remote-link {
  color: #2488b7;
  cursor: pointer;
}
#anspress .ap-post-upload-form .ap-upload-input {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
#anspress .ap-post-upload-form .ap-upload-link-rc {
  background: none repeat scroll 0 0 #fcfcfc;
  border-radius: 2px;
  display: none;
  left: 0;
  padding: 3px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}
#anspress .ap-post-upload-form .ap-upload-link-rc .ap-form-control {
  margin: 0;
  width: auto;
}
#anspress .ap-post-upload-form .ap-upload-link-rc > * {
  display: inline-block;
}
#anspress .ap-post-upload-form .ap-upload-link-rc > a {
  border-radius: 2px;
  height: 28px;
  padding: 2px;
  text-align: center;
  vertical-align: top;
  width: 28px;
}
#anspress .ap-form-head {
  background: #f8f8f8;
  border-bottom: 1px solid #e7e7e7;
  margin: -10px -10px 10px;
  padding: 8px;
}
#anspress .ap-form-head .ap-btn-fullscreen {
  font-size: 12px;
  padding: 2px 0;
}
#anspress .ap-form-head .ap-btn-fullscreen:before {
  margin-right: 5px;
}
#anspress .ap-form-head .ap-btn-fullscreen.active {
  background: none repeat scroll 0 0 #ededed;
  border: 1px solid #ddd;
  line-height: 20px;
  margin-top: 2px;
  padding: 1px 9px;
  position: fixed;
  right: 5px;
  top: 1px;
  z-index: 999999;
}
#ap-search-form {
  margin-bottom: 0;
}
#ap-search-form .ap-form-control {
  vertical-align: top;
  margin: 0;
}
.screen-reader-text {
  display: none;
}
.ap-btn-submit {
  margin-top: 10px;
}
#wp-link-wrap form {
  margin: 0;
}
#wp-link-wrap input {
  height: 34px;
  margin: 0;
}
#wp-link-wrap input[type="checkbox"] {
  height: auto;
}
#wp-link-wrap .query-results {
  top: 245px;
}
#anspress .ap-comment-block,
#anspress .have-comments {
  background: none repeat scroll 0 0 #fcfcfc;
  border: medium none;
  border-radius: 0 0 3px 3px;
  font-size: 13px;
  margin: 5px -10px -10px;
}
#anspress #respond {
  margin: 0;
}
#anspress .ap-commentlist {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
#anspress .ap-commentlist > li {
  border-top: 1px solid #eee;
  margin: 0;
  padding: 10px;
}
#anspress .ap-commentlist > li .ap-avatar {
  margin-top: 5px;
}
#anspress .ap-commentlist > li:nth-child(2n) {
  background: #fff;
}
#anspress .ap-commentlist > li.pending {
  background: #fff8ee;
}
#anspress .ap-commentlist article {
  border-color: #eee transparent transparent;
  border-image: none;
  border-right: medium none transparent;
  border-style: solid none none;
  border-width: 1px medium medium;
  margin: 0;
  padding: 10px;
}
#anspress .ap-commentlist .comment {
  border-top: 1px solid #eee;
  margin-bottom: 0;
  padding: 10px;
}
#anspress .ap-commentlist .comment:first-child {
  border-bottom: none;
}
#anspress .ap-commentlist .comment .ap-avatar {
  margin-top: 3px;
}
#anspress .ap-commentlist .comment .ap-comment-time {
  margin-right: 10px;
}
#anspress .ap-commentlist .comment .ap-comment-action {
  margin-right: 5px;
  white-space: nowrap;
}
#anspress .ap-commentlist .comment .ap-comment-action a {
  text-decoration: none;
  color: #2488b7;
}
#anspress .ap-commentlist .comment .ap-comment-action i {
  font-size: 10px;
}
#anspress .ap-commentlist .ap-comment-time {
  color: #777;
  margin-right: 10px;
}
#anspress .ap-commentlist .ap-comment-action {
  margin-left: 10px;
}
#anspress .ap-commentlist .children {
  list-style: outside none none;
  margin-top: 5px;
}
#anspress .ap-comment-form {
  padding: 10px;
}
#anspress .ap-comment-form form#ap-commentform {
  margin: 0;
}
#anspress .ap-comment-form #ap-comment-textarea {
  min-height: 42px;
  margin: 0;
}
#anspress .ap-comment-form .form-submit {
  display: none;
}
#anspress .ap-comment-form #submit {
  background-image: linear-gradient(#ffffff, #fcfcfc);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  color: #333333;
  font-weight: 600;
  line-height: 1.6;
  padding: 4px 10px;
  text-decoration: none;
  vertical-align: middle;
}
#anspress .ap-comment-form #submit.ap-btn-view-all {
  display: block;
  margin-top: 30px;
  text-align: center;
  text-transform: uppercase;
}
#anspress .ap-comment-form #submit:hover {
  background: none repeat scroll 0 0 #f5f5f5;
  border-color: rgba(0, 0, 0, 0.2);
}
#anspress .ap-comment-form #submit.active {
  background: #eee;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset;
}
#anspress .ap-comment-form .ap-comment-submit {
  float: right;
  margin-left: 10px;
}
#anspress .ap-comment-form input[type="submit"] {
  background-image: linear-gradient(#ffffff, #fcfcfc);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  color: #333333;
  font-weight: 600;
  line-height: 1.6;
  padding: 4px 10px;
  text-decoration: none;
  vertical-align: middle;
}
#anspress .ap-comment-form input[type="submit"].ap-btn-view-all {
  display: block;
  margin-top: 30px;
  text-align: center;
  text-transform: uppercase;
}
#anspress .ap-comment-form input[type="submit"]:hover {
  background: none repeat scroll 0 0 #f5f5f5;
  border-color: rgba(0, 0, 0, 0.2);
}
#anspress .ap-comment-form input[type="submit"].active {
  background: #eee;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset;
}
#anspress .ap-comment-form .ap-comment-textarea {
  overflow: hidden;
}
#anspress .ap-comment-form .comment-reply-title {
  display: none;
}
#anspress .ap-comment-header {
  font-size: 12px;
}
.ap-user-avatar {
  margin-right: 10px;
  position: relative;
}
.ap-user-avatar .ap-avatar-upload-form {
  left: 0;
  position: absolute;
  top: 0;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.ap-user-avatar .ap-avatar-upload-form:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.ap-user-name {
  font-weight: 600;
  display: block;
}
#ap-notify {
  bottom: 20px;
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 13px;
  left: 10px;
  line-height: 1.6;
  overflow: hidden;
  position: fixed;
  z-index: 9999;
}
#ap-notify .ap-notify-item {
  width: 320px;
  background: #ffffff;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  display: block;
  font-size: 13px;
  padding: 10px 15px 10px 40px;
  width: 250px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  margin-left: -300px;
  position: relative;
  min-height: 20px;
}
#ap-notify .ap-notify-item:last-child {
  margin-bottom: 0;
}
#ap-notify .ap-notify-item.error i {
  background: #eb5837;
}
#ap-notify .ap-notify-item.success i {
  background: #61c17d;
}
#ap-notify .ap-notify-item.warning i {
  background: #f4ac20;
}
#ap-notify .ap-notify-item i {
  background: #eb5837;
  border-radius: 2px;
  color: #fff;
  display: block;
  float: left;
  font-size: 12px;
  height: 22px;
  left: 15px;
  line-height: 24px;
  margin-left: -5px;
  margin-right: 10px;
  position: absolute;
  text-align: center;
  top: 10px;
  width: 22px;
}
.ap-widget-pos {
  margin-bottom: 25px;
}
.ap-stats-widget {
  padding: 0;
  margin: 0;
  list-style: none;
  border: solid 1px #ddd;
  border-radius: 3px;
}
.ap-stats-widget li {
  border-bottom: 1px solid #eee;
  list-style: outside none none;
  margin: 0;
  padding: 10px;
  font-size: 13px;
}
.ap-stats-widget li .stat-value {
  color: #888;
  float: right;
}
.ap-stats-widget li .stat-label {
  font-size: 12px;
  font-weight: 600;
}
.ap-stats-widget li .stat-label:before {
  color: #888;
  display: inline-block;
  width: 25px;
}
.ap-stats-widget li:last-child {
  border-bottom: none;
}
.ap-rq-widget .ap-rq-post {
  border-bottom: 1px solid #f7f7f7;
  color: #888;
  display: block;
  margin-bottom: 0;
  padding: 10px 0;
}
.ap-rq-widget .ap-rq-post a {
  margin-bottom: 5px;
  display: block;
}
.ap-questions-widget .ap-question-item {
  border-bottom: 1px solid #f8f8f8;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.ap-questions-widget .ap-question-title {
  display: block;
  margin-bottom: 5px;
}
.ap-cat-wid {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ap-cat-wid > li {
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 0;
}
.ap-cat-wid > li:last-child {
  border-bottom: none;
}
.ap-cat-wid > li > a {
  display: block;
  padding: 7px 2px;
}
.ap-cat-wid > li > a > span {
  float: right;
}
.ap-cat-wid > li > a > i {
  display: block;
  font-size: 13px;
  font-style: normal;
}
.ap-question-subscribers-inner {
  margin: -5px;
}
.ap-question-subscribers a {
  margin: 5px;
  display: inline-block;
}
.ap-question-subscribers a > img {
  margin: 0;
  display: block;
}
.ap-reputation-item {
  border-top: 1px solid #eee;
  padding: 12px 0;
}
.ap-reputation-item .point {
  background: none repeat scroll 0 0 #ff8d37;
  border-radius: 2px;
  color: #fff;
  display: block;
  float: left;
  height: 30px;
  line-height: 23px;
  margin-right: 15px;
  padding: 3px;
  text-align: center;
  width: 30px;
}
.ap-reputation-item .time {
  color: #8e8e8e;
  display: block;
  font-style: italic;
}
.ap-users-item {
  float: left;
  width: 25%;
  padding: 10px;
}
.ap-users-inner {
  text-align: center;
}
.ap-users-name {
  font-weight: 600;
}
.ap-users-avatar img {
  border-radius: 50%;
}
.ap-user-posts h3 {
  border-bottom: 2px solid #eee;
  margin-bottom: 0;
  margin-top: 0;
  padding: 5px 0;
}
.ap-user-posts-item {
  border-bottom: 1px solid #eee;
  padding: 12px 0;
}
.ap-user-posts-vcount {
  background: #eee;
  border-radius: 2px;
  color: #888888;
  display: block;
  float: left;
  font-weight: 600;
  height: 25px;
  margin-right: 15px;
  text-align: center;
  width: 50px;
}
.ap-user-posts-vcount i {
  margin-right: 2px;
}
.ap-user-posts-vcount.positive,
.ap-user-posts-vcount.answer-selected {
  background: #73c88c;
  color: #fff;
}
.ap-user-posts-vcount.negative {
  background: #ed6b4e;
  color: #fff;
}
.ap-user-posts-active {
  color: #888888;
  float: right;
  overflow: hidden;
  text-align: right;
  white-space: nowrap;
  width: 70px;
}
.ap-user-posts-title {
  color: #333333;
  font-weight: 600;
}
.ap-user-posts-ccount {
  border: 1px solid #eee;
  border-radius: 2px;
  color: #888888;
  float: right;
  margin-right: 10px;
  text-align: center;
  width: 50px;
}
.ap-user-posts-footer {
  color: #888888;
  padding: 10px 0;
}
.ap-user-posts-footer > a {
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 2px 10px;
}
#ap-user-menu {
  border-top: 1px solid #eee;
  list-style: outside none none;
  margin: 5px 0 0;
  padding: 0;
}
#ap-user-menu > li {
  padding: 0;
  margin: 0;
}
#ap-user-menu > li > a {
  display: block;
  font-weight: 600;
  padding: 2px 0;
}
#ap-user-menu > li.active > a {
  color: #2488b7;
}
#anspress .ap-dropdown {
  position: relative;
}
#anspress .ap-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  margin-top: .5em;
  background: #777;
  min-width: 12em;
  padding: 0;
  border-radius: 0 0 .2em .2em;
}
#anspress .ap-dropdown-menu li {
  list-style-type: none;
}
#anspress .ap-dropdown-menu li a {
  text-decoration: none;
  padding: .5em 1em;
  display: block;
}
#anspress .ap-dropdown-menu li.active a {
  background: #61c17d;
  color: #fff;
}
#anspress .ap-dropdown-menu li.active a:hover {
  background: #61c17d;
  color: #fff;
}
.ap-answers-nav {
  background: #61c17d;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.ap-answers-nav.fix {
  bottom: 0;
  position: fixed;
  z-index: 99;
}
.ap-answers-nav-count,
.ap-answers-nav a {
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
}
.ap-answers-nav-count {
  padding: 5px 14px;
  font-weight: 700;
}
.ap-answers-nav > a {
  background: rgba(0, 0, 0, 0.05);
}
.ap-answers-nav > a:visited {
  color: #fff;
}
.ap-answers-nav > a:hover {
  background: rgba(0, 0, 0, 0.1);
}
#anspress .ap-breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}
#anspress .ap-breadcrumbs > li {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 5px;
}
#anspress .ap-breadcrumbs > li i {
  color: #aaa;
  display: block;
  font-size: 10px;
}
#anspress .ap-breadcrumbs > li .apicon-home {
  margin: 0;
}
#anspress .ap-breadcrumbs > li a {
  color: #2488b7;
}
