#anspress .visible-xs,
#anspress .visible-sm,
#anspress .visible-md,
#anspress .visible-lg {
  display: none !important;
}
#anspress .visible-xs-block,
#anspress .visible-xs-inline,
#anspress .visible-xs-inline-block,
#anspress .visible-sm-block,
#anspress .visible-sm-inline,
#anspress .visible-sm-inline-block,
#anspress .visible-md-block,
#anspress .visible-md-inline,
#anspress .visible-md-inline-block,
#anspress .visible-lg-block,
#anspress .visible-lg-inline,
#anspress .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  #anspress .visible-xs {
    display: block !important;
  }
  #anspress table.visible-xs {
    display: table;
  }
  #anspress tr.visible-xs {
    display: table-row !important;
  }
  #anspress th.visible-xs,
  #anspress td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  #anspress .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  #anspress .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  #anspress .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #anspress .visible-sm {
    display: block !important;
  }
  #anspress table.visible-sm {
    display: table;
  }
  #anspress tr.visible-sm {
    display: table-row !important;
  }
  #anspress th.visible-sm,
  #anspress td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #anspress .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #anspress .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #anspress .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #anspress .visible-md {
    display: block !important;
  }
  #anspress table.visible-md {
    display: table;
  }
  #anspress tr.visible-md {
    display: table-row !important;
  }
  #anspress th.visible-md,
  #anspress td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #anspress .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #anspress .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #anspress .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  #anspress .visible-lg {
    display: block !important;
  }
  #anspress table.visible-lg {
    display: table;
  }
  #anspress tr.visible-lg {
    display: table-row !important;
  }
  #anspress th.visible-lg,
  #anspress td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  #anspress .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  #anspress .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  #anspress .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  #anspress .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #anspress .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #anspress .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  #anspress .hidden-lg {
    display: none !important;
  }
}
#anspress .visible-print {
  display: none !important;
}
@media print {
  #anspress .visible-print {
    display: block !important;
  }
  #anspress table.visible-print {
    display: table;
  }
  #anspress tr.visible-print {
    display: table-row !important;
  }
  #anspress th.visible-print,
  #anspress td.visible-print {
    display: table-cell !important;
  }
}
#anspress .visible-print-block {
  display: none !important;
}
@media print {
  #anspress .visible-print-block {
    display: block !important;
  }
}
#anspress .visible-print-inline {
  display: none !important;
}
@media print {
  #anspress .visible-print-inline {
    display: inline !important;
  }
}
#anspress .visible-print-inline-block {
  display: none !important;
}
@media print {
  #anspress .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  #anspress .hidden-print {
    display: none !important;
  }
}
#anspress .container {
  margin-left: auto;
  margin-right: 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-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
#anspress .row {
  margin-left: -15px;
  margin-right: -15px;
}
#anspress .col,
#anspress .col-xs-1,
#anspress .col-sm-1,
#anspress .col-md-1,
#anspress .col-lg-1,
#anspress .col-xs-2,
#anspress .col-sm-2,
#anspress .col-md-2,
#anspress .col-lg-2,
#anspress .col-xs-3,
#anspress .col-sm-3,
#anspress .col-md-3,
#anspress .col-lg-3,
#anspress .col-xs-4,
#anspress .col-sm-4,
#anspress .col-md-4,
#anspress .col-lg-4,
#anspress .col-xs-5,
#anspress .col-sm-5,
#anspress .col-md-5,
#anspress .col-lg-5,
#anspress .col-xs-6,
#anspress .col-sm-6,
#anspress .col-md-6,
#anspress .col-lg-6,
#anspress .col-xs-7,
#anspress .col-sm-7,
#anspress .col-md-7,
#anspress .col-lg-7,
#anspress .col-xs-8,
#anspress .col-sm-8,
#anspress .col-md-8,
#anspress .col-lg-8,
#anspress .col-xs-9,
#anspress .col-sm-9,
#anspress .col-md-9,
#anspress .col-lg-9,
#anspress .col-xs-10,
#anspress .col-sm-10,
#anspress .col-md-10,
#anspress .col-lg-10,
#anspress .col-xs-11,
#anspress .col-sm-11,
#anspress .col-md-11,
#anspress .col-lg-11,
#anspress .col-xs-12,
#anspress .col-sm-12,
#anspress .col-md-12,
#anspress .col-lg-12 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
#anspress .col,
#anspress .col-xs-1,
#anspress .col-xs-2,
#anspress .col-xs-3,
#anspress .col-xs-4,
#anspress .col-xs-5,
#anspress .col-xs-6,
#anspress .col-xs-7,
#anspress .col-xs-8,
#anspress .col-xs-9,
#anspress .col-xs-10,
#anspress .col-xs-11,
#anspress .col-xs-12 {
  float: left;
}
#anspress .col-xs-12 {
  width: 100%;
}
#anspress .col-xs-11 {
  width: 91.6667%;
}
#anspress .col-xs-10 {
  width: 83.3333%;
}
#anspress .col-xs-9 {
  width: 75%;
}
#anspress .col-xs-8 {
  width: 66.6667%;
}
#anspress .col-xs-7 {
  width: 58.3333%;
}
#anspress .col-xs-6 {
  width: 50%;
}
#anspress .col-xs-5 {
  width: 41.6667%;
}
#anspress .col-xs-4 {
  width: 33.3333%;
}
#anspress .col-xs-3 {
  width: 25%;
}
#anspress .col-xs-2 {
  width: 16.6667%;
}
#anspress .col-xs-1 {
  width: 8.33333%;
}
#anspress .col-xs-pull-12 {
  right: 100%;
}
#anspress .col-xs-pull-11 {
  right: 91.6667%;
}
#anspress .col-xs-pull-10 {
  right: 83.3333%;
}
#anspress .col-xs-pull-9 {
  right: 75%;
}
#anspress .col-xs-pull-8 {
  right: 66.6667%;
}
#anspress .col-xs-pull-7 {
  right: 58.3333%;
}
#anspress .col-xs-pull-6 {
  right: 50%;
}
#anspress .col-xs-pull-5 {
  right: 41.6667%;
}
#anspress .col-xs-pull-4 {
  right: 33.3333%;
}
#anspress .col-xs-pull-3 {
  right: 25%;
}
#anspress .col-xs-pull-2 {
  right: 16.6667%;
}
#anspress .col-xs-pull-1 {
  right: 8.33333%;
}
#anspress .col-xs-pull-0 {
  right: auto;
}
#anspress .col-xs-push-12 {
  left: 100%;
}
#anspress .col-xs-push-11 {
  left: 91.6667%;
}
#anspress .col-xs-push-10 {
  left: 83.3333%;
}
#anspress .col-xs-push-9 {
  left: 75%;
}
#anspress .col-xs-push-8 {
  left: 66.6667%;
}
#anspress .col-xs-push-7 {
  left: 58.3333%;
}
#anspress .col-xs-push-6 {
  left: 50%;
}
#anspress .col-xs-push-5 {
  left: 41.6667%;
}
#anspress .col-xs-push-4 {
  left: 33.3333%;
}
#anspress .col-xs-push-3 {
  left: 25%;
}
#anspress .col-xs-push-2 {
  left: 16.6667%;
}
#anspress .col-xs-push-1 {
  left: 8.33333%;
}
#anspress .col-xs-push-0 {
  left: auto;
}
#anspress .col-xs-offset-12 {
  margin-left: 100%;
}
#anspress .col-xs-offset-11 {
  margin-left: 91.6667%;
}
#anspress .col-xs-offset-10 {
  margin-left: 83.3333%;
}
#anspress .col-xs-offset-9 {
  margin-left: 75%;
}
#anspress .col-xs-offset-8 {
  margin-left: 66.6667%;
}
#anspress .col-xs-offset-7 {
  margin-left: 58.3333%;
}
#anspress .col-xs-offset-6 {
  margin-left: 50%;
}
#anspress .col-xs-offset-5 {
  margin-left: 41.6667%;
}
#anspress .col-xs-offset-4 {
  margin-left: 33.3333%;
}
#anspress .col-xs-offset-3 {
  margin-left: 25%;
}
#anspress .col-xs-offset-2 {
  margin-left: 16.6667%;
}
#anspress .col-xs-offset-1 {
  margin-left: 8.33333%;
}
#anspress .col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  #anspress .col,
  #anspress .col-sm-1,
  #anspress .col-sm-2,
  #anspress .col-sm-3,
  #anspress .col-sm-4,
  #anspress .col-sm-5,
  #anspress .col-sm-6,
  #anspress .col-sm-7,
  #anspress .col-sm-8,
  #anspress .col-sm-9,
  #anspress .col-sm-10,
  #anspress .col-sm-11,
  #anspress .col-sm-12 {
    float: left;
  }
  #anspress .col-sm-12 {
    width: 100%;
  }
  #anspress .col-sm-11 {
    width: 91.6667%;
  }
  #anspress .col-sm-10 {
    width: 83.3333%;
  }
  #anspress .col-sm-9 {
    width: 75%;
  }
  #anspress .col-sm-8 {
    width: 66.6667%;
  }
  #anspress .col-sm-7 {
    width: 58.3333%;
  }
  #anspress .col-sm-6 {
    width: 50%;
  }
  #anspress .col-sm-5 {
    width: 41.6667%;
  }
  #anspress .col-sm-4 {
    width: 33.3333%;
  }
  #anspress .col-sm-3 {
    width: 25%;
  }
  #anspress .col-sm-2 {
    width: 16.6667%;
  }
  #anspress .col-sm-1 {
    width: 8.33333%;
  }
  #anspress .col-sm-pull-12 {
    right: 100%;
  }
  #anspress .col-sm-pull-11 {
    right: 91.6667%;
  }
  #anspress .col-sm-pull-10 {
    right: 83.3333%;
  }
  #anspress .col-sm-pull-9 {
    right: 75%;
  }
  #anspress .col-sm-pull-8 {
    right: 66.6667%;
  }
  #anspress .col-sm-pull-7 {
    right: 58.3333%;
  }
  #anspress .col-sm-pull-6 {
    right: 50%;
  }
  #anspress .col-sm-pull-5 {
    right: 41.6667%;
  }
  #anspress .col-sm-pull-4 {
    right: 33.3333%;
  }
  #anspress .col-sm-pull-3 {
    right: 25%;
  }
  #anspress .col-sm-pull-2 {
    right: 16.6667%;
  }
  #anspress .col-sm-pull-1 {
    right: 8.33333%;
  }
  #anspress .col-sm-pull-0 {
    right: auto;
  }
  #anspress .col-sm-push-12 {
    left: 100%;
  }
  #anspress .col-sm-push-11 {
    left: 91.6667%;
  }
  #anspress .col-sm-push-10 {
    left: 83.3333%;
  }
  #anspress .col-sm-push-9 {
    left: 75%;
  }
  #anspress .col-sm-push-8 {
    left: 66.6667%;
  }
  #anspress .col-sm-push-7 {
    left: 58.3333%;
  }
  #anspress .col-sm-push-6 {
    left: 50%;
  }
  #anspress .col-sm-push-5 {
    left: 41.6667%;
  }
  #anspress .col-sm-push-4 {
    left: 33.3333%;
  }
  #anspress .col-sm-push-3 {
    left: 25%;
  }
  #anspress .col-sm-push-2 {
    left: 16.6667%;
  }
  #anspress .col-sm-push-1 {
    left: 8.33333%;
  }
  #anspress .col-sm-push-0 {
    left: auto;
  }
  #anspress .col-sm-offset-12 {
    margin-left: 100%;
  }
  #anspress .col-sm-offset-11 {
    margin-left: 91.6667%;
  }
  #anspress .col-sm-offset-10 {
    margin-left: 83.3333%;
  }
  #anspress .col-sm-offset-9 {
    margin-left: 75%;
  }
  #anspress .col-sm-offset-8 {
    margin-left: 66.6667%;
  }
  #anspress .col-sm-offset-7 {
    margin-left: 58.3333%;
  }
  #anspress .col-sm-offset-6 {
    margin-left: 50%;
  }
  #anspress .col-sm-offset-5 {
    margin-left: 41.6667%;
  }
  #anspress .col-sm-offset-4 {
    margin-left: 33.3333%;
  }
  #anspress .col-sm-offset-3 {
    margin-left: 25%;
  }
  #anspress .col-sm-offset-2 {
    margin-left: 16.6667%;
  }
  #anspress .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  #anspress .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  #anspress .col,
  #anspress .col-md-1,
  #anspress .col-md-2,
  #anspress .col-md-3,
  #anspress .col-md-4,
  #anspress .col-md-5,
  #anspress .col-md-6,
  #anspress .col-md-7,
  #anspress .col-md-8,
  #anspress .col-md-9,
  #anspress .col-md-10,
  #anspress .col-md-11,
  #anspress .col-md-12 {
    float: left;
  }
  #anspress .col-md-12 {
    width: 100%;
  }
  #anspress .col-md-11 {
    width: 91.6667%;
  }
  #anspress .col-md-10 {
    width: 83.3333%;
  }
  #anspress .col-md-9 {
    width: 75%;
  }
  #anspress .col-md-8 {
    width: 66.6667%;
  }
  #anspress .col-md-7 {
    width: 58.3333%;
  }
  #anspress .col-md-6 {
    width: 50%;
  }
  #anspress .col-md-5 {
    width: 41.6667%;
  }
  #anspress .col-md-4 {
    width: 33.3333%;
  }
  #anspress .col-md-3 {
    width: 25%;
  }
  #anspress .col-md-2 {
    width: 16.6667%;
  }
  #anspress .col-md-1 {
    width: 8.33333%;
  }
  #anspress .col-md-pull-12 {
    right: 100%;
  }
  #anspress .col-md-pull-11 {
    right: 91.6667%;
  }
  #anspress .col-md-pull-10 {
    right: 83.3333%;
  }
  #anspress .col-md-pull-9 {
    right: 75%;
  }
  #anspress .col-md-pull-8 {
    right: 66.6667%;
  }
  #anspress .col-md-pull-7 {
    right: 58.3333%;
  }
  #anspress .col-md-pull-6 {
    right: 50%;
  }
  #anspress .col-md-pull-5 {
    right: 41.6667%;
  }
  #anspress .col-md-pull-4 {
    right: 33.3333%;
  }
  #anspress .col-md-pull-3 {
    right: 25%;
  }
  #anspress .col-md-pull-2 {
    right: 16.6667%;
  }
  #anspress .col-md-pull-1 {
    right: 8.33333%;
  }
  #anspress .col-md-pull-0 {
    right: auto;
  }
  #anspress .col-md-push-12 {
    left: 100%;
  }
  #anspress .col-md-push-11 {
    left: 91.6667%;
  }
  #anspress .col-md-push-10 {
    left: 83.3333%;
  }
  #anspress .col-md-push-9 {
    left: 75%;
  }
  #anspress .col-md-push-8 {
    left: 66.6667%;
  }
  #anspress .col-md-push-7 {
    left: 58.3333%;
  }
  #anspress .col-md-push-6 {
    left: 50%;
  }
  #anspress .col-md-push-5 {
    left: 41.6667%;
  }
  #anspress .col-md-push-4 {
    left: 33.3333%;
  }
  #anspress .col-md-push-3 {
    left: 25%;
  }
  #anspress .col-md-push-2 {
    left: 16.6667%;
  }
  #anspress .col-md-push-1 {
    left: 8.33333%;
  }
  #anspress .col-md-push-0 {
    left: auto;
  }
  #anspress .col-md-offset-12 {
    margin-left: 100%;
  }
  #anspress .col-md-offset-11 {
    margin-left: 91.6667%;
  }
  #anspress .col-md-offset-10 {
    margin-left: 83.3333%;
  }
  #anspress .col-md-offset-9 {
    margin-left: 75%;
  }
  #anspress .col-md-offset-8 {
    margin-left: 66.6667%;
  }
  #anspress .col-md-offset-7 {
    margin-left: 58.3333%;
  }
  #anspress .col-md-offset-6 {
    margin-left: 50%;
  }
  #anspress .col-md-offset-5 {
    margin-left: 41.6667%;
  }
  #anspress .col-md-offset-4 {
    margin-left: 33.3333%;
  }
  #anspress .col-md-offset-3 {
    margin-left: 25%;
  }
  #anspress .col-md-offset-2 {
    margin-left: 16.6667%;
  }
  #anspress .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  #anspress .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  #anspress .col,
  #anspress .col-lg-1,
  #anspress .col-lg-2,
  #anspress .col-lg-3,
  #anspress .col-lg-4,
  #anspress .col-lg-5,
  #anspress .col-lg-6,
  #anspress .col-lg-7,
  #anspress .col-lg-8,
  #anspress .col-lg-9,
  #anspress .col-lg-10,
  #anspress .col-lg-11,
  #anspress .col-lg-12 {
    float: left;
  }
  #anspress .col-lg-12 {
    width: 100%;
  }
  #anspress .col-lg-11 {
    width: 91.6667%;
  }
  #anspress .col-lg-10 {
    width: 83.3333%;
  }
  #anspress .col-lg-9 {
    width: 75%;
  }
  #anspress .col-lg-8 {
    width: 66.6667%;
  }
  #anspress .col-lg-7 {
    width: 58.3333%;
  }
  #anspress .col-lg-6 {
    width: 50%;
  }
  #anspress .col-lg-5 {
    width: 41.6667%;
  }
  #anspress .col-lg-4 {
    width: 33.3333%;
  }
  #anspress .col-lg-3 {
    width: 25%;
  }
  #anspress .col-lg-2 {
    width: 16.6667%;
  }
  #anspress .col-lg-1 {
    width: 8.33333%;
  }
  #anspress .col-lg-pull-12 {
    right: 100%;
  }
  #anspress .col-lg-pull-11 {
    right: 91.6667%;
  }
  #anspress .col-lg-pull-10 {
    right: 83.3333%;
  }
  #anspress .col-lg-pull-9 {
    right: 75%;
  }
  #anspress .col-lg-pull-8 {
    right: 66.6667%;
  }
  #anspress .col-lg-pull-7 {
    right: 58.3333%;
  }
  #anspress .col-lg-pull-6 {
    right: 50%;
  }
  #anspress .col-lg-pull-5 {
    right: 41.6667%;
  }
  #anspress .col-lg-pull-4 {
    right: 33.3333%;
  }
  #anspress .col-lg-pull-3 {
    right: 25%;
  }
  #anspress .col-lg-pull-2 {
    right: 16.6667%;
  }
  #anspress .col-lg-pull-1 {
    right: 8.33333%;
  }
  #anspress .col-lg-pull-0 {
    right: auto;
  }
  #anspress .col-lg-push-12 {
    left: 100%;
  }
  #anspress .col-lg-push-11 {
    left: 91.6667%;
  }
  #anspress .col-lg-push-10 {
    left: 83.3333%;
  }
  #anspress .col-lg-push-9 {
    left: 75%;
  }
  #anspress .col-lg-push-8 {
    left: 66.6667%;
  }
  #anspress .col-lg-push-7 {
    left: 58.3333%;
  }
  #anspress .col-lg-push-6 {
    left: 50%;
  }
  #anspress .col-lg-push-5 {
    left: 41.6667%;
  }
  #anspress .col-lg-push-4 {
    left: 33.3333%;
  }
  #anspress .col-lg-push-3 {
    left: 25%;
  }
  #anspress .col-lg-push-2 {
    left: 16.6667%;
  }
  #anspress .col-lg-push-1 {
    left: 8.33333%;
  }
  #anspress .col-lg-push-0 {
    left: auto;
  }
  #anspress .col-lg-offset-12 {
    margin-left: 100%;
  }
  #anspress .col-lg-offset-11 {
    margin-left: 91.6667%;
  }
  #anspress .col-lg-offset-10 {
    margin-left: 83.3333%;
  }
  #anspress .col-lg-offset-9 {
    margin-left: 75%;
  }
  #anspress .col-lg-offset-8 {
    margin-left: 66.6667%;
  }
  #anspress .col-lg-offset-7 {
    margin-left: 58.3333%;
  }
  #anspress .col-lg-offset-6 {
    margin-left: 50%;
  }
  #anspress .col-lg-offset-5 {
    margin-left: 41.6667%;
  }
  #anspress .col-lg-offset-4 {
    margin-left: 33.3333%;
  }
  #anspress .col-lg-offset-3 {
    margin-left: 25%;
  }
  #anspress .col-lg-offset-2 {
    margin-left: 16.6667%;
  }
  #anspress .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  #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;
  background: #fff;
}
#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;
  color: #2488B7;
}
#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-avatar > a {
  display: inline-block;
}
#anspress .ap-initially-hidden {
  display: none;
}
#anspress .ap-tab {
  border-bottom: solid 2px #eee;
  margin-bottom: 10px;
}
#anspress .ap-tab li.active a {
  background: #fff;
  border-color: #eee #eee 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: #333;
}
#anspress .ap-tab li:first-child {
  margin-left: 5px;
}
#anspress .ap-tab li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #888;
  font-weight: 600;
}
#anspress .ap-tab li a:hover {
  background: #eee;
}
#anspress .block {
  display: block;
}
#anspress .ap-pagination {
  display: block;
  margin: 20px 0;
}
#anspress .ap-pagination span,
#anspress .ap-pagination a {
  border: 1px solid #eee;
  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: #eee;
}
#anspress .ap-notice {
  display: block;
}
#anspress .border-top {
  border-top: solid 1px #eee;
}
#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 {
  border: 2px solid #eee;
  border-radius: 3px;
  display: table;
  margin: 20px auto 0;
  padding: 6px 10px;
  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;
}
.no-overflow {
  overflow: hidden;
}
ul #ap-user-menu-anchor img {
  border-radius: 0;
  display: inline;
  height: auto;
  margin-right: 5px;
  vertical-align: text-bottom;
  width: 20px;
}
ul > li:hover ul.ap-dropdown-menu {
  display: block;
}
ul ul.ap-dropdown-menu {
  background: none repeat scroll 0 0 #fff;
  display: none;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 9;
}
ul li.anspress-page-link {
  position: relative;
}
body ul li:hover ul#ap-user-menu-link {
  display: none;
}
body ul li.open ul#ap-user-menu-link {
  display: block;
}
body ul ul#ap-user-menu-link {
  list-style: none;
  border: solid 1px #ddd;
  padding: 0;
  margin: 0;
}
body ul ul#ap-user-menu-link li {
  padding: 0;
  margin: 0;
}
body ul ul#ap-user-menu-link li > a {
  background: none repeat scroll 0 0 #fff;
  display: block;
  min-width: 160px;
  padding: 11px 15px;
  color: #333;
}
body ul ul#ap-user-menu-link li > a:before {
  margin-right: 10px;
}
body ul ul#ap-user-menu-link li > a:hover {
  background: #fcfcfc;
}
body ul ul#ap-user-menu-link li > a .count {
  background: none repeat scroll 0 0 #ff3737;
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
  margin-left: 5px;
  padding: 1px 2px;
}
.ap-loading-dot {
  display: inline-block;
  font-size: 18px;
  line-height: 3px;
  margin-left: 2px;
  text-align: left;
  width: 20px;
}
#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 15px;
  width: 100%;
  position: relative;
}
#anspress .ap-questions-item.hentry {
  margin: 0;
  border-top: none;
}
#anspress .ap-questions-item.status-trash {
  background: #ffeaea;
}
#anspress .ap-questions-history {
  margin-top: 5px;
}
#anspress .ap-questions .ap-avatar {
  margin-right: 10px;
  margin-top: 2px;
}
#anspress .ap-questions .ap-avatar a {
  display: block;
}
#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 {
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 2px;
  color: #333;
  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: #fff;
  border-color: #61C17D;
  color: #333;
}
#anspress .ap-questions-acount span {
  color: #333;
}
#anspress .ap-questions-summery {
  padding-right: 10px;
}
#anspress .ap-questions .ap-display-meta-item {
  color: #777;
}
#anspress .ap-questions .ap-display-meta-item a {
  color: #777;
}
#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 .ap-questions-featured {
  color: #d56f56;
  font-size: 17px;
  left: -20px;
  position: absolute;
  top: 14px;
}
#anspress .ap-questions .featured-question {
  background: none repeat scroll 0 0 #fffae1;
  border-bottom-color: #efe7bc;
}
#anspress .ap-list-counts {
  float: right;
}
#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;
}
#anspress .ap-list-head {
  border: 1px solid #eee;
  border-radius: 3px;
  margin-bottom: 25px;
  padding: 14px;
}
#anspress .ap-list-head .ap-btn-ask {
  float: right;
  background: #f14f4f;
  border-radius: 2px;
  color: #fff;
  margin-left: 15px;
  padding: 5px 10px;
}
#anspress .ap-list-head .ap-btn-ask:visited {
  color: #fff;
}
#anspress .ap-list-head .ap-search-form {
  float: left;
}
#anspress #ap-question-sorting {
  border: 1px solid #ddd;
  border-radius: 2px;
  float: right;
}
#anspress #ap-question-sorting > * {
  display: block;
  margin: 0;
  width: auto;
  float: left;
}
#anspress #ap-question-sorting .ap-dropdown-toggle {
  display: block;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 10px;
  border-right: solid 1px #eee;
}
#anspress #ap-question-sorting .ap-dropdown-toggle.active {
  background: #61C17D;
  color: #fff;
  margin: -1px;
  padding: 7px 10px;
}
#anspress #ap-question-sorting > *:first-child .ap-dropdown-toggle {
  border-radius: 2px 2px 0 0;
}
#anspress #ap-question-sorting > *:last-child .ap-dropdown-toggle {
  border-right: none;
}
#anspress #ap-question-sorting .ap-dropdown-menu {
  border: 2px solid #ddd;
  padding: 5px;
}
#anspress #ap-question-sorting .ap-dropdown-menu a {
  border: medium none;
  border-radius: 2px;
  font-size: 13px;
  padding: 6px 10px;
}
#anspress #ap-question-sorting #ap-question-sorting-reset {
  color: #888;
  display: block;
  height: 30px;
  line-height: 32px;
  text-align: center;
  width: 30px;
}
.ap-tooltip {
  position: absolute;
  z-index: 9999;
}
.ap-tooltip-in {
  background: #000 none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  padding: 5px;
  position: relative;
}
.ap-tooltip .arrow {
  background: transparent none repeat scroll 0 0;
  border-color: #333 transparent transparent;
  border-image: none;
  border-style: solid;
  border-width: 6px;
  bottom: -12px;
  display: block;
  left: 50%;
  margin-left: -5px;
  position: absolute;
}
.ap-tooltip.x-bottom .arrow {
  bottom: auto;
  top: -12px;
  border-color: transparent transparent #333;
}
.ap-content {
  padding-right: 40px;
  position: relative;
}
#anspress .ap-q .ap-avatar {
  margin-right: 0x;
  position: absolute;
  float: left;
}
#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: #333;
  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: #888;
}
#anspress .ap-question-meta .question-tags a,
#anspress .ap-question-meta .question-categories a {
  color: #333;
  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: #333;
}
#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 {
  color: #333;
  display: block;
  font-size: 20px;
  line-height: 100%;
  margin: 0 15px 0 0;
  padding: 4px 0;
  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: #333;
}
.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.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: 0;
}
#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-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;
  position: relative;
}
#answer-form-c .ap-avatar {
  left: 0;
  position: absolute;
  top: 0;
}
#anspress .ap-btn {
  background-image: linear-gradient(#ffffff, #fcfcfc);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  color: #333;
  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: #333;
  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.05);
  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;
  color: #333;
  display: block;
  padding: 10px 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-btn {
  margin-bottom: 5px;
}
#anspress .ap-btn-counter {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  border-radius: 2px;
  font-size: 12px;
  margin-left: 8px;
  padding: 5px 10px;
  position: relative;
  vertical-align: middle;
}
#anspress .ap-btn-counter:before {
  border-color: transparent #ddd transparent transparent;
  border-image: none;
  border-style: solid;
  border-width: 6px;
  content: "";
  display: block;
  left: -12px;
  position: absolute;
  top: 6px;
}
#anspress .ap-btn-counter:after {
  border-color: transparent #fff transparent transparent;
  border-image: none;
  border-style: solid;
  border-width: 6px;
  content: "";
  display: block;
  left: -11px;
  position: absolute;
  top: 6px;
}
#anspress .ap-form-control {
  border: 1px solid #ddd;
  border-radius: 1px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.02) inset;
  display: block;
  height: 33px;
  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 textarea.ap-form-control {
  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: #888;
  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: #fff;
}
#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 .ap-editor textarea.wp-editor-area {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #ddd;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.05) inset;
}
#anspress .ap-editor .quicktags-toolbar input.button.button-small {
  background: none repeat scroll 0 0 #f8f8f8;
  border: 1px solid #ddd;
  color: #333;
}
#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: #fff;
  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 #answer_form .ap-editor-answer-label {
  color: #888;
  display: block !important;
  padding: 5px 10px;
}
#anspress .ap-avatar-upload-form .ap-upload-o {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.89);
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 17px;
  height: 30px;
  line-height: 26px;
  padding: 1px;
  position: relative;
  text-align: center;
  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;
}
#anspress .ap-field-description.ap-have-error .ap-form-error-message {
  margin-bottom: 30px;
}
#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: #333;
  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: #333;
  font-weight: 600;
  line-height: 1.6;
  padding: 4px 10px;
  text-decoration: none;
  vertical-align: middle;
  margin-bottom: 5px;
}
#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;
}
#anspress .ap-user-avatar {
  margin-right: 10px;
  position: relative;
}
#anspress .ap-user-avatar .ap-avatar-upload-form {
  left: 0;
  position: absolute;
  top: 0;
}
#anspress .ap-user-avatar:hover .ap-avatar-upload-form {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  display: block;
}
#anspress .ap-user-avatar > span,
#anspress .ap-user-avatar img {
  display: block;
  box-shadow: none;
}
#anspress .ap-user-avatar .ap-dynamic-avatar {
  border-radius: 50%;
}
#anspress .ap-user-name {
  color: #333;
  display: block;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}
#anspress .ap-user-navigation {
  float: left;
  width: 200px;
}
#anspress .ap-user-cover {
  background: url("../images/cover.jpg") repeat scroll 0 0 #eaeaea;
  border-radius: 3px;
  height: 250px;
  margin-bottom: 20px;
  position: relative;
}
#anspress .ap-user-cover .ap-user-cover-img {
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
}
#anspress .ap-user-cover .ap-avatar-upload-form {
  position: absolute;
}
#anspress .ap-user-head {
  border-bottom: 1px solid #efefef;
  margin-bottom: 35px;
  text-align: center;
}
#anspress .ap-user-head .ap-user-avatar {
  display: table;
  margin: -95px auto 0;
}
#anspress .ap-user-head .ap-user-avatar img {
  border-radius: 50%;
}
#anspress .ap-user-head .ap-user-name {
  font-size: 30px;
}
#anspress .ap-user-mini-status {
  margin-bottom: 20px;
}
#anspress .ap-user-mini-status span {
  border-left: 1px solid #ddd;
  color: #666;
  font-size: 15px;
  margin-right: 5px;
  padding-left: 10px;
}
#anspress .ap-user-mini-status span:first-child {
  margin-right: 0;
  border-left: 0;
  padding-left: 0;
}
#anspress .ap-user-buttons {
  margin-bottom: 20px;
}
#anspress .ap-user-buttons .ap-btn {
  padding: 8px 15px;
}
#anspress .ap-user-dscription {
  margin-bottom: 20px;
}
#anspress .ap-user-dscription p {
  margin-bottom: 5px;
}
#anspress .ap-user-dscription p:last-child {
  margin-bottom: 0;
}
#anspress .ap-user-dscription .apicon-ellipsis {
  color: #aaa;
  font-size: 24px;
}
#anspress .ap-user-description-in {
  font-family: georgia, arial, helvetica, sans-serif;
  font-size: 15px;
  height: 42px;
  overflow: hidden;
}
#anspress .ap-user-info {
  margin-bottom: 15px;
  display: table;
}
#anspress .ap-user-info > * {
  display: table-cell;
  padding-right: 15px;
  vertical-align: middle;
}
#anspress .ap-user-info .ap-avatar-upload-form {
  display: none;
}
#anspress .ap-user-page-title {
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  margin-top: 0;
  padding-bottom: 10px;
}
#anspress .ap-user-lr {
  margin-left: 210px !important;
}
#anspress #ap-profile-tab {
  float: none;
  margin-bottom: 15px;
}
#anspress .ap-reputation-item {
  border-top: 1px solid #f4f4f4;
  padding: 15px 0;
}
#anspress .ap-reputation-item .point {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  float: left;
  font-size: 13px;
  font-weight: 600;
  margin-right: 15px;
  padding: 0;
  text-align: center;
  width: 35px;
}
#anspress .ap-reputation-item.negative .point {
  background: #FFD5D5;
}
#anspress .ap-reputation-item.positive .point {
  background: #D8F9DB;
}
#anspress .ap-reputation-item .time {
  color: #777;
  display: block;
  float: right;
  margin-left: 15px;
}
#anspress .ap-reputation-item .info {
  display: block;
  overflow: hidden;
  white-space: nowrap;
}
#anspress .ap-reputation-item .ap-reputation-event {
  display: block;
  float: left;
  margin-right: 10px;
  width: 110px;
}
#anspress #ap-user-menu {
  border-right: 2px solid #f1f1f1;
  list-style: outside none none;
  margin: 0 0 20px;
  padding: 0 15px 0 0;
}
#anspress #ap-user-menu > li {
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 0;
}
#anspress #ap-user-menu > li:last-child {
  border-bottom: none;
}
#anspress #ap-user-menu > li > a {
  color: #555;
  display: block;
  font-size: 13px;
  font-weight: 600;
  padding: 15px 15px;
}
#anspress #ap-user-menu > li > a:hover {
  background: #FCFCFC;
}
#anspress #ap-user-menu > li > a .counter {
  background: none repeat scroll 0 0 #ff3737;
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
  margin-left: 5px;
  padding: 1px 2px;
  width: 13px;
  display: inline-block;
  text-align: center;
}
#anspress #ap-user-menu > li.active > a {
  background: none repeat scroll 0 0 #f5f5f5;
}
#anspress #ap-user-menu > li:last-child {
  border-right: none;
}
#anspress #ap-user-menu > li a:before {
  border-right: 1px solid #eee;
  display: block;
  float: left;
  font-size: 17px;
  height: 49px;
  line-height: 51px;
  margin-left: -15px;
  margin-right: 10px;
  margin-top: -16px;
  text-align: center;
  width: 49px;
}
#anspress .ap-about-block {
  position: relative;
}
#anspress .ap-about-block h3 {
  border-bottom: 2px solid #eee;
  margin: 0 0 15px;
  padding-bottom: 5px;
}
#anspress .ap-about-block h3 i {
  margin-right: 5px;
}
#anspress .ap-about-block-c {
  padding-bottom: 30px;
}
#anspress .ap-about-stats {
  list-style: outside none none;
  padding: 0;
  margin: 0;
}
#anspress .ap-about-stats li {
  float: left;
  font-size: 14px;
  margin: 0;
  padding: 0;
  width: 50%;
}
#anspress .ap-about-stats li:last-child {
  border-bottom: none;
}
#anspress .ap-about-stats li i {
  color: #888;
  display: inline-block;
  margin-right: 10px;
  width: 17px;
}
#anspress .ap-about-stats li .ap-about-stats-item {
  border-radius: 2px;
  margin-bottom: 10px;
  padding: 2px;
}
#anspress .ap-about-rep-count {
  font-size: 25px;
  margin-right: 20px;
}
#anspress .ap-about-rep-label {
  color: #aaa;
  display: block;
  font-size: 13px;
}
#anspress .ap-about-rep-label:before {
  margin-right: 5px;
}
#anspress .ap-about-rep-chart {
  overflow: hidden;
}
#anspress .ap-about-votes {
  position: relative;
}
#anspress .ap-about-votes .peity {
  float: left;
}
#anspress .ap-about-votes .ap-vote-count {
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #aaa;
  display: block;
  float: left;
  font-size: 12px;
  margin-left: 10px;
  padding: 3px;
  text-align: center;
  text-transform: uppercase;
  width: 80px;
}
#anspress .ap-about-votes .ap-vote-count b {
  color: #333;
  display: block;
  font-size: 18px;
}
#anspress .ap-about-vote-label {
  display: block;
  font-size: 16px;
  margin-bottom: 12px;
}
#anspress .ap-about .top-answers h3 {
  margin-bottom: 0;
}
#anspress .ap-about .top-answers .ap-user-posts-item {
  padding: 10px 0;
}
#anspress .ap-rank-label {
  background: none repeat scroll 0 0 #ddd;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin-right: 20px;
  padding: 3px 10px;
}
#anspress .ap-rank-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#anspress .ap-rank-list li {
  margin: 0;
  padding: 8px 0;
}
#anspress .ap-rank-list li:last-child {
  border-bottom: none;
}
#anspress .ap-rank-list-c {
  float: left;
  width: 150px;
}
#anspress .ap-rank-list-help {
  color: #aaa;
  float: right;
}
#anspress .ap-rank-list-index {
  background: none repeat scroll 0 0 #f8f8f8;
  border: 1px solid #eee;
  border-radius: 50%;
  color: #777;
  float: left;
  font-size: 12px;
  font-weight: 600;
  height: 25px;
  line-height: 2;
  margin-right: 15px;
  text-align: center;
  width: 25px;
}
#ap-notify {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 14px;
  left: 10px;
  line-height: 1.6;
  overflow: hidden;
  position: fixed;
  top: 10%;
  z-index: 9999;
}
#ap-notify .ap-notify-item {
  background: none repeat scroll 0 0 #343434;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #c5c5c5;
  display: table;
  font-size: 14px;
  margin: 10px;
  min-height: 20px;
  padding: 12px;
  position: relative;
  width: 250px;
}
#ap-notify .ap-notify-item:last-child {
  margin-bottom: 0;
}
#ap-notify .ap-notify-item.error i {
  color: #eb5837;
}
#ap-notify .ap-notify-item.success i {
  color: #61C17D;
}
#ap-notify .ap-notify-item.warning i {
  color: #F4AC20;
}
#ap-notify .ap-notify-item i {
  color: #fff;
  display: table-cell;
  font-size: 18px;
  line-height: 24px;
  padding-right: 10px;
  vertical-align: middle;
}
#ap-notify .ap-notify-item .ap-notify-content {
  display: table-cell;
  vertical-align: middle;
}
#anspress .ap-widget-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 0;
}
#anspress .ap-user-widget {
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 5px;
}
#anspress .ap-user-widget .ap-user-cover {
  display: block;
  height: 90px;
  margin-bottom: 0;
  width: 100%;
}
#anspress .ap-user-widget .ap-user-cover-img {
  background-position: center center;
  border-radius: 3px;
}
#anspress .ap-user-widget .ap-user-head .ap-user-avatar {
  margin-top: -30px;
}
#anspress .ap-user-widget .ap-user-head .ap-user-name {
  font-size: 16px;
  margin-top: 5px;
}
#anspress .ap-user-widget .ap-user-head {
  border-bottom: medium none;
  margin-bottom: 10px;
}
#anspress .ap-user-widget .ap-user-widget-links {
  padding: 0;
  list-style: none;
  margin: 0;
}
#anspress .ap-user-widget .ap-user-widget-links li {
  display: block;
  padding: 0;
  margin: 0;
}
#anspress .ap-user-widget .ap-user-widget-links a {
  border-top: 1px solid #f8f8f8;
  display: block;
  font-size: 13px;
  padding: 10px 15px;
}
#anspress .ap-user-widget .ap-user-widget-links a:before {
  margin-right: 10px;
}
#anspress .ap-user-widget .ap-user-widget-links a .counter {
  background: none repeat scroll 0 0 #ff3737;
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
  margin-left: 5px;
  padding: 1px 2px;
  width: 13px;
  display: inline-block;
  text-align: center;
}
.widget .ap-stats-widget,
.ap-widget-pos .ap-stats-widget {
  padding: 0;
  margin: 0;
  list-style: none;
  border: solid 1px #ddd;
  border-radius: 3px;
}
.widget .ap-stats-widget li,
.ap-widget-pos .ap-stats-widget li {
  border-bottom: 1px solid #eee;
  font-size: 14px;
  list-style: outside none none;
  margin: 0;
  padding: 15px;
}
.widget .ap-stats-widget li .stat-value,
.ap-widget-pos .ap-stats-widget li .stat-value {
  color: #888;
  float: right;
}
.widget .ap-stats-widget li .stat-label,
.ap-widget-pos .ap-stats-widget li .stat-label {
  font-size: 12px;
  font-weight: 600;
}
.widget .ap-stats-widget li .stat-label:before,
.ap-widget-pos .ap-stats-widget li .stat-label:before {
  color: #888;
  display: inline-block;
  width: 25px;
}
.widget .ap-stats-widget li:last-child,
.ap-widget-pos .ap-stats-widget li:last-child {
  border-bottom: none;
}
.widget .ap-question-subscribers-inner,
.ap-widget-pos .ap-question-subscribers-inner {
  margin: -5px;
}
.widget .ap-question-subscribers a,
.ap-widget-pos .ap-question-subscribers a {
  margin: 5px;
  display: inline-block;
}
.widget .ap-question-subscribers a > img,
.ap-widget-pos .ap-question-subscribers a > img {
  margin: 0;
  display: block;
}
.ap-widget-pos,
.widget {
  margin-bottom: 25px;
}
.ap-widget-pos .ap-rq-widget .ap-rq-post,
.widget .ap-rq-widget .ap-rq-post {
  border-bottom: 1px solid #f7f7f7;
  color: #888;
  display: block;
  margin-bottom: 0;
  padding: 10px 0;
}
.ap-widget-pos .ap-rq-widget .ap-rq-post a,
.widget .ap-rq-widget .ap-rq-post a {
  margin-bottom: 5px;
  display: block;
}
.ap-widget-pos .ap-questions-widget .ap-question-item,
.widget .ap-questions-widget .ap-question-item {
  border-bottom: 1px solid #f8f8f8;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.ap-widget-pos .ap-questions-widget .ap-question-title,
.widget .ap-questions-widget .ap-question-title {
  display: block;
  margin-bottom: 5px;
}
.ap-widget-pos .ap-followers-widget,
.widget .ap-followers-widget {
  border: 1px solid #eee;
  border-radius: 2px;
  padding: 10px;
}
.ap-widget-pos .ap-followers-widget ul,
.widget .ap-followers-widget ul {
  margin: -5px -5px 0;
}
.ap-widget-pos .ap-followers-widget li,
.widget .ap-followers-widget li {
  margin: 0;
  width: 20%;
}
.ap-widget-pos .ap-followers-widget li a,
.widget .ap-followers-widget li a {
  display: block;
  padding: 5px;
}
.ap-widget-pos .ap-followers-widget img,
.widget .ap-followers-widget img {
  box-shadow: none;
  display: block;
  max-width: 47px;
}
.ap-widget-pos .ap-widget-all-link,
.widget .ap-widget-all-link {
  display: block;
  padding: 4px;
}
#anspress .ap-users-loop {
  margin: 0 -5px;
}
#anspress .ap-users-item {
  float: left;
  width: 33.33%;
  padding: 5px;
}
#anspress .ap-users-name {
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 4px;
  white-space: nowrap;
  color: #333;
}
#anspress .ap-users-summary {
  float: left;
  margin-right: 15px;
}
#anspress .ap-users .avatar,
#anspress .ap-users .ap-dynamic-avatar {
  display: block;
}
#anspress .ap-users-mini-status {
  font-size: 13px;
}
#anspress .ap-users-mini-status span {
  border-right: 1px solid #ddd;
  margin-right: 5px;
  padding-right: 5px;
  white-space: nowrap;
}
#anspress .ap-users-mini-status span:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
#anspress .ap-users-buttons {
  margin-top: 10px;
}
#anspress .ap-users-buttons .ap-btn {
  display: inline-block;
  font-size: 11px;
  padding: 0 9px;
}
#anspress .ap-users-inner {
  border: 1px solid #eaeaea;
  border-radius: 2px;
  min-height: 110px;
  padding: 7px;
}
#anspress .ap-user-posts h3 {
  border-bottom: 2px solid #eee;
  margin-bottom: 0;
  margin-top: 0;
  padding: 5px 0;
}
#anspress .ap-user-posts h3 li {
  margin-right: 15px;
}
#anspress .ap-user-posts-item {
  border-bottom: 1px solid #f8f8f8;
  padding: 15px 0;
}
#anspress .ap-user-posts-vcount {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  color: #333333;
  display: block;
  float: left;
  font-size: 12px;
  font-weight: 600;
  height: 25px;
  line-height: 23px;
  margin-right: 15px;
  text-align: center;
  width: 50px;
}
#anspress .ap-user-posts-vcount i {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.05);
  border-radius: 2px 0 0 2px;
  color: #888;
  display: block;
  float: left;
  font-size: 12px;
  height: 25px;
  margin-right: 2px;
  width: 25px;
}
#anspress .ap-user-posts-vcount.positive,
#anspress .ap-user-posts-vcount.answer-selected {
  background: #73c88c;
  color: #fff;
}
#anspress .ap-user-posts-vcount.positive i,
#anspress .ap-user-posts-vcount.answer-selected i {
  color: #fff;
}
#anspress .ap-user-posts-vcount.negative {
  background: #ed6b4e;
  color: #fff;
}
#anspress .ap-user-posts-active {
  color: #888;
  float: right;
  overflow: hidden;
  text-align: right;
  white-space: nowrap;
  width: 70px;
}
#anspress .ap-user-posts-ccount {
  color: #888;
  float: right;
  margin-right: 10px;
  text-align: center;
}
#anspress .ap-user-posts-footer {
  color: #888;
  padding: 10px 0;
}
#anspress .ap-user-posts-footer > a {
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 2px 10px;
}
#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;
}
.ap-modal {
  bottom: 0;
  display: none;
  left: 0;
  overflow-x: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.ap-modal.open {
  display: block;
}
.ap-modal-backdrop {
  bottom: 0;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.ap-modal-inner {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  left: 50%;
  padding: 10px;
  position: absolute;
  top: 50%;
}
.ap-modal-title {
  font-weight: 600;
  font-size: 15px;
  display: inline;
}
.ap-modal-close {
  color: #aaa;
  cursor: pointer;
  float: right;
  font-size: 16px;
  text-align: center;
}
.ap-modal-close:hover {
  color: #777;
}
.ap-modal-header {
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.ap-modal .login-submit {
  margin-bottom: 0;
}
.ap-hover-card {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #a0a0a0;
  border-radius: 2px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  color: #333;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 0;
  width: 350px;
}
.ap-hover-card .ap-user-cover {
  background-image: url("../images/small_cover.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 95px;
  position: relative;
}
.ap-hover-card .ap-card-gr {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  bottom: 0;
  display: block;
  height: 70px;
  left: 0;
  position: absolute;
  width: 100%;
}
.ap-hover-card .ap-card-content {
  margin-top: -55px;
  padding: 10px;
  position: relative;
}
.ap-hover-card .ap-avatar {
  float: left;
  margin-right: 15px;
  max-width: 80px;
}
.ap-hover-card .avatar {
  max-width: 80px;
}
.ap-hover-card .ap-card-name {
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.ap-hover-card .ap-card-name span {
  font-size: 13px;
}
.ap-hover-card .ap-card-reputation {
  color: #fff;
  display: table;
  margin-top: 3px;
}
.ap-hover-card .ap-card-reputation span {
  background: none repeat scroll 0 0 #ff6a15;
  border-radius: 2px;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 0 4px;
  margin-right: 3px;
}
.ap-hover-card .ap-card-stats {
  margin-top: 20px;
}
.ap-hover-card .ap-card-stats span {
  color: #888;
  display: block;
  font-size: 12px;
  margin-bottom: 7px;
}
.ap-hover-card .ap-btn {
  background-image: linear-gradient(#ffffff, #fcfcfc);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  color: #333333;
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 7px;
  padding: 2px 0;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
.ap-hover-card .ap-btn.active {
  background: none repeat scroll 0 0 #eee;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset;
}
body #ap-user-notification-anchor {
  font-size: 20px;
  position: relative;
}
body #ap-user-notification-anchor > i {
  display: block;
}
body #ap-user-notification-anchor .counter {
  background: #ff3737 none repeat scroll 0 0;
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 100%;
  padding: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 13px;
}
body ul li:hover ul#ap-notification-dropdown {
  display: none;
}
body ul li.open #ap-notification-dropdown {
  display: block;
}
body ul #ap-notification-dropdown,
body ul #ap-notifiside {
  border: 1px solid #ddd;
  display: none;
  position: absolute;
  border-radius: 2px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  font-family: "helvetica", arial, serif;
  text-transform: none;
  width: 350px;
  font-size: 13px;
  z-index: 999;
}
body ul #ap-notification-dropdown .ap-notification-head,
body ul #ap-notifiside .ap-notification-head,
body ul #ap-notification-dropdown .ap-notification-items,
body ul #ap-notifiside .ap-notification-items,
body ul #ap-notification-dropdown .ap-notification-footer,
body ul #ap-notifiside .ap-notification-footer {
  background: none repeat scroll 0 0 #FFFFFF;
  display: block;
  float: none !important;
  margin: 0;
  padding: 0;
}
body ul #ap-notification-dropdown .ap-notification-head .unread,
body ul #ap-notifiside .ap-notification-head .unread,
body ul #ap-notification-dropdown .ap-notification-items .unread,
body ul #ap-notifiside .ap-notification-items .unread,
body ul #ap-notification-dropdown .ap-notification-footer .unread,
body ul #ap-notifiside .ap-notification-footer .unread {
  background: #F1FCFF;
}
body ul #ap-notification-dropdown .ap-notification-head .ap-notification-item,
body ul #ap-notifiside .ap-notification-head .ap-notification-item,
body ul #ap-notification-dropdown .ap-notification-items .ap-notification-item,
body ul #ap-notifiside .ap-notification-items .ap-notification-item,
body ul #ap-notification-dropdown .ap-notification-footer .ap-notification-item,
body ul #ap-notifiside .ap-notification-footer .ap-notification-item {
  padding: 10px;
  border-bottom: 1px solid #eeeeee;
}
body ul #ap-notification-dropdown .ap-notification-head a:hover,
body ul #ap-notifiside .ap-notification-head a:hover,
body ul #ap-notification-dropdown .ap-notification-items a:hover,
body ul #ap-notifiside .ap-notification-items a:hover,
body ul #ap-notification-dropdown .ap-notification-footer a:hover,
body ul #ap-notifiside .ap-notification-footer a:hover {
  color: #333;
}
body ul #ap-notification-dropdown .ap-notification-head .ap-avatar,
body ul #ap-notifiside .ap-notification-head .ap-avatar,
body ul #ap-notification-dropdown .ap-notification-items .ap-avatar,
body ul #ap-notifiside .ap-notification-items .ap-avatar,
body ul #ap-notification-dropdown .ap-notification-footer .ap-avatar,
body ul #ap-notifiside .ap-notification-footer .ap-avatar {
  float: left;
  margin-right: 10px;
}
body ul #ap-notification-dropdown .ap-notification-head .ap-comment-excerpt,
body ul #ap-notifiside .ap-notification-head .ap-comment-excerpt,
body ul #ap-notification-dropdown .ap-notification-items .ap-comment-excerpt,
body ul #ap-notifiside .ap-notification-items .ap-comment-excerpt,
body ul #ap-notification-dropdown .ap-notification-footer .ap-comment-excerpt,
body ul #ap-notifiside .ap-notification-footer .ap-comment-excerpt {
  display: none;
}
body ul #ap-notification-dropdown a,
body ul #ap-notifiside a {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  color: #333;
  display: inline;
  font-family: "helvetica", arial, serif;
  font-size: 12px;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: none;
}
body ul #ap-notification-dropdown a:hover,
body ul #ap-notifiside a:hover {
  color: #333;
}
body ul #ap-notification-dropdown .ap-notification-time,
body ul #ap-notifiside .ap-notification-time {
  color: #888;
  display: block;
  margin-top: 4px;
}
body ul #ap-notification-dropdown .ap-notification-head,
body ul #ap-notifiside .ap-notification-head {
  background: none repeat scroll 0 0 #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
}
body ul #ap-notification-dropdown .ap-notification-head a,
body ul #ap-notifiside .ap-notification-head a {
  float: right;
  width: auto;
  color: #2488B7;
  background: none;
}
body ul #ap-notification-dropdown .ap-notification-head b,
body ul #ap-notifiside .ap-notification-head b {
  font-size: 13px;
}
body ul #ap-notification-dropdown .ap-notification-footer,
body ul #ap-notifiside .ap-notification-footer {
  background: #fcfcfc none repeat scroll 0 0;
  border-top: 1px solid #efeeee;
  padding: 10px;
  text-align: center;
}
body ul #ap-notification-dropdown .ap-notification-footer a,
body ul #ap-notifiside .ap-notification-footer a {
  color: #2488B7;
}
body ul #ap-notification-dropdown .ap-notification-scroll,
body ul #ap-notifiside .ap-notification-scroll {
  height: 300px;
}
body ul #ap-notification-dropdown .ap-no-notification,
body ul #ap-notifiside .ap-no-notification {
  padding: 10px;
}
body ul #ap-notification-dropdown .ap-notification-more.clearfix,
body ul #ap-notifiside .ap-notification-more.clearfix {
  padding: 12px;
  text-align: center;
}
body ul #ap-notifiside {
  background: #fff none repeat scroll 0 0;
  display: none;
  position: fixed;
  right: 0;
  top: 33px;
  width: 300px;
  bottom: 0;
}
body ul #ap-notifiside .ap-notification-scroll.scroll-wrapper {
  height: 100%;
  margin-top: 45px;
}
body ul #ap-notifiside .ap-notification-items {
  height: 100%;
}
body ul #ap-notifiside .ap-notification-head {
  margin-bottom: -43px !important;
  position: relative;
  z-index: 9999;
}
#anspress .ap-notification-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  padding: 12px 15px;
}
#anspress .ap-notification-item.unread {
  background: none repeat scroll 0 0 #F1FCFF;
  border-color: rgba(0, 0, 0, 0.05);
}
#anspress .ap-notification-item .ap-notification-icon {
  height: 35px;
  line-height: 28px;
  margin-right: 15px;
  width: 35px;
}
#anspress .ap-notification-item .ap-notification-time {
  color: #777;
  display: block;
  font-size: 13px;
}
#anspress .ap-notification-item .ap-notification-btns {
  margin-left: 10px;
}
#anspress .ap-notification-item .ap-notification-btns .ap-btn {
  display: inline-block;
  height: 25px;
  line-height: 20px;
  margin-left: 3px;
  padding: 3px 5px;
  text-align: center;
  width: 25px;
}
#anspress .ap-notification-item .ap-user-link {
  font-weight: bold;
}
#anspress .ap-notification-item .ap-q-link {
  color: #6c6c6c;
  display: block;
  margin-bottom: 5px;
}
#anspress .ap-notification-icon {
  color: #fff;
}
#anspress .ap-notification-content a {
  color: #333;
}
#anspress .ap-notification-content a b {
  color: #2488B7;
  font-weight: normal;
}
.ap-notification-icon {
  background: none repeat scroll 0 0 #c1c1c1;
  border-radius: 2px;
  display: block;
  color: #fff;
  float: left;
  font-size: 18px;
  height: 25px;
  line-height: 25px;
  margin-right: 10px;
  padding: 4px;
  text-align: center;
  width: 25px;
}
.ap-notification-icon.comment_on_answer,
.ap-notification-icon.comment_on_question {
  background: #FF8589;
}
.ap-notification-icon.question_update,
.ap-notification-icon.answer_update {
  background: #8DC5ED;
}
.ap-notification-icon.new_answer {
  background: #61C17D;
}
.ap-notification-icon.new_follower {
  background: #C9B4FF;
}
.ap-notification-icon.vote_up {
  background: #74D3DC;
}
.ap-notification-icon.received_reputation {
  background: #FFB85C;
}
.ap-notification-icon.answer_selected {
  background: #BEAEFC;
}
/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.scroll-element {
  display: none;
}
.scroll-element,
.scroll-element div {
  box-sizing: content-box;
}
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}
.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}
/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}
.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}
.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}
/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-outer > .scroll-element {
  background-color: #ffffff;
}
.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}
.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}
.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}
.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}
.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}
.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee;
}
.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
}
.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}
.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}
/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}
.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}
.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}
.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}
/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}
.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}
.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}
/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}
.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}
/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-light > .scroll-element {
  background-color: #ffffff;
}
.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-light > .scroll-element .scroll-element_outer {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi
    8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2
    VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaW
    VudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2
    Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMC
    UiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD
    0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdm
    c+);
  background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -o-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -ms-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}
.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}
.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi
    8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2
    VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaW
    VudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2
    Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMC
    UiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD
    0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdm
    c+);
  background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -o-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -ms-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}
.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}
.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px;
}
.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px;
}
.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}
.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}
.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}
.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}
/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-rail > .scroll-element {
  background-color: #ffffff;
}
.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}
.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}
.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}
.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}
.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}
/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}
.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}
.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -o-transition: height 0.2s;
  -ms-transition: height 0.2s;
  transition: height 0.2s;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  -ms-transition: width 0.2s;
  transition: width 0.2s;
}
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}
/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}
.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px;
}
/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-chrome > .scroll-element {
  background-color: #ffffff;
}
.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}
.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}
.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}
.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}
.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}
/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}
.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}
#anspress #similar_suggestions h3 {
  margin: 0;
}
#anspress #similar_suggestions p {
  margin-bottom: 10px;
}
#anspress .ap-similar-questions {
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  margin-bottom: 15px;
  max-height: 200px;
  overflow-x: auto;
}
#anspress .ap-similar-questions .ap-sqitem {
  border-bottom: 1px solid #eee;
  color: #5e5e5e;
  display: block;
  margin: 0 10px;
  padding: 10px 5px;
}
#anspress .ap-similar-questions .ap-sqitem:last-child {
  border-bottom: none;
}
#anspress .ap-similar-questions .ap-sqitem:hover {
  background: #FCFCFC;
}
#anspress .ap-similar-questions .acount {
  float: right;
}
#anspress .ap-similar-questions .ap-title {
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  font-size: 13px;
}
#anspress.ap-eq {
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#anspress.ap-eq .entry-title {
  margin: 0;
}
#anspress.ap-eq .ap-q-cells {
  padding: 0;
  border: none;
}
#anspress.ap-eq .ap-eq-view-ans {
  background: #fcfcfc none repeat scroll 0 0;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  display: block;
  font-weight: bold;
  margin-top: 15px;
  padding: 10px;
  text-align: center;
}
#anspress .ap-activity {
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0;
}
#anspress .ap-activity .ap-avatar {
  float: left;
  margin-right: 15px;
}
#anspress .ap-activity .ap-user-link:first-child {
  color: #333;
  display: block;
  font-weight: bold;
}
#anspress .ap-activity-actions {
  color: #888;
  display: block;
  font-size: 13px;
  margin-top: 4px;
}
#anspress .ap-activity-actions > a {
  color: #888;
}
#anspress .ap-activity-actions > * {
  margin-right: 5px;
}
