#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: #6ed0f6;
  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;
}

.ap-admin-container {
  max-width: 800px;
}

th#answers {
  width: 60px;
}

.ans-count, .vote-count, .flag-count {
  background: #c8e6c9 none repeat scroll 0 0;
  border-radius: 2px;
  color: #333;
  display: table;
  font-weight: 600;
  padding: 4px 10px;
}

.vote-count {
  background: #e3f2fd;
}

.flag-count {
  background: #eee;
}
.flag-count.flagged {
  background: #ffcc80;
}

.column-votes {
  width: 70px;
}

.column-status {
  width: 60px;
}

.column-parent_question {
  width: 30%;
}

.column-flags {
  width: 70px;
}

.fixed .column-comments {
  width: 84px;
}

.vote-count {
  text-align: center;
}

.column-ap_author {
  width: 120px;
  line-height: 100%;
}
.column-ap_author .ap-author-col {
  display: block;
  overflow: hidden;
  white-space: nowrap;
}
.column-ap_author .ap-author-col > span {
  color: #333;
  display: block;
  margin-top: 4px;
}
.column-ap_author img {
  border-radius: 2px;
  display: block;
  float: left;
  margin-right: 10px;
}
.column-ap_author .user-login {
  color: #888;
  display: block;
  font-size: 12px;
  margin-top: 2px;
}

tr.status-moderate {
  background: #fff8e1 none repeat scroll 0 0;
}
tr.status-moderate:nth-child(2n+1) {
  background: #fff8e1 none repeat scroll 0 0;
}

#comment_flag {
  width: 50px;
}

.ap-comment-col-flag {
  background: #ff5555;
  border-radius: 2px;
  color: #fff;
  font-weight: bold;
  padding: 2px 7px;
  text-align: center;
}

.wp-list-table th#question_category, .wp-list-table th#question_tags {
  width: 100px;
}

th.column-question_status {
  width: 50px;
}

td.column-vote_note strong, td.column-post_title > a {
  font-size: 14px;
  display: block;
  margin-bottom: .2em;
}

.post_type.column-post_type, .manage-column.column-post_type {
  width: 70px;
}

.question-status {
  font-size: 11px;
  display: block;
  padding: 1px 5px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  background: #ddd;
}
.question-status.open {
  background: #8fc61b;
}
.question-status.duplicate {
  background: #f7ba36;
}
.question-status.publish {
  background: #00bfdd;
}
.question-status.solved {
  background: #4ac1ff;
}
.question-status.closed {
  background: #f64d55;
}

.form-table .flag-note {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.tab-content {
  overflow: hidden;
  max-width: 700px;
  min-height: 429px;
  margin-top: -2px;
  padding: 5px 15px;
  border: 1px solid #ddd;
  border-radius: 2px;
  background: #fff;
}
.tab-content textarea {
  height: auto;
}
.tab-content .tab-pane.active {
  display: block;
}
.tab-content input[type='text'], .tab-content input[type='number'] {
  height: 36px;
  padding: 2px 6px;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.02) inset;
}
.tab-content select, .tab-content textarea {
  height: 36px;
  padding: 2px 6px;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.02) inset;
}

.ap-option-section {
  margin: 5px 0 0;
  padding: 10px 0;
  border-bottom: 1px dotted #eee;
}

th.column-category {
  width: 100px;
}

#ap_flag_meta_box .flag-item, #ap_answers_meta_box .answer {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}

#ap_flag_meta_box .flag-item:last-child, #ap_answers_meta_box .answer:last-child {
  border-bottom: none;
}

#ap_flag_meta_box .flagger, #ap_answers_meta_box .author {
  float: left;
  width: 200px;
  margin-top: 4px;
  margin-right: 5px;
}

#ap_flag_meta_box .flag-message strong {
  display: block;
}
#ap_flag_meta_box .flag-item:hover .row-actions {
  visibility: visible;
}

#ap_answers_meta_box .answer:hover .row-actions {
  visibility: visible;
}

#ap_flag_meta_box .flag-item .flag-message, #ap_answers_meta_box .answer .answer-content {
  overflow: hidden;
}

.ap-label-color-field .wp-picker-container {
  position: absolute;
}

.postbox h3 {
  font-size: 16px !important;
  cursor: pointer;
}

.anspress-imglinks {
  float: right;
  width: 300px;
  padding-left: 20px;
  margin-top: 43px;
}
.anspress-imglinks img {
  width: 100%;
}

.ap-form-label {
  display: block;
  float: left;
  width: 200px;
  font-size: 0.97em !important;
  font-weight: 600;
  padding: 15px 20px;
}

.ap-form-fields-in {
  margin-left: 250px;
  padding: 15px 10px;
}
.ap-form-fields-in p.ap-field-desc {
  padding: 0;
  margin: 5px 0 0;
  font-style: italic;
  font-size: 14px;
}
.ap-form-fields-in label {
  display: block;
  margin-bottom: 10px;
}

.ap-form-control {
  width: 95%;
  padding: 5px 10px;
}

.nav-tab i {
  margin-right: 5px;
}

button.ap-submit-btn {
  background: #43caff;
  border-color: transparent transparent rgba(0, 0, 0, 0.2);
  border-image: none;
  border-radius: 2px;
  border-style: none none solid;
  border-width: medium medium 2px;
  color: #fff;
  display: block;
  font-size: 15px;
  margin-top: 20px;
  padding: 8px 20px;
}

.ap-flag-count {
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin: 10px 0;
}

.ap-remove-flag {
  text-align: right;
}

.ap-admin-sub {
  font-size: 16px;
  margin: 20px 0;
}

.ap-flag-post-content, .ap-flagger-table, .question-selection, .ap-similar-questions {
  margin-bottom: 20px;
  padding: 10px 20px;
  border: 1px solid #e7e7e7;
  background: #fff;
}

.question-selection input {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 2px;
}

.ap-similar-questions.ap-q-suggestion-item {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}
.ap-similar-questions.ap-q-suggestion-item:last-child {
  border-bottom: none;
}
.ap-similar-questions .select-question-button {
  float: right;
  margin-top: -3px;
}
.ap-similar-questions .question-title {
  font-weight: bold;
}

.ap-q-suggestion-item .acount {
  margin-left: 15px;
  color: #aaa;
}

.ap-selected-question {
  padding: 10px;
  border: 1px solid #a5c5d9;
  background: #fff;
}
.ap-selected-question .ap-q-title {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
}

.ap-q-meta {
  font-weight: bold;
  margin-bottom: 10px;
}
.ap-q-meta a {
  text-decoration: none;
}

.answer_content.row-title {
  font-weight: bold;
  display: block;
}

.ap-dash-tile-in {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 15px;
  padding: 10px;
}

.anspress-stats-count ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.anspress-stats-count ul li {
  float: left;
  width: 25%;
  margin-right: -1px;
  text-align: center;
  border-right: 1px solid #eee;
}
.anspress-stats-count ul li a {
  text-decoration: none;
  color: #333;
}
.anspress-stats-count ul li strong {
  font-size: 22px;
  font-weight: 600;
  line-height: 40px;
  position: relative;
  display: table;
  margin: 0 auto;
}
.anspress-stats-count ul li:last-child {
  border: none;
}

.ap-need-att {
  background: #f96574;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-style: normal;
  height: 15px;
  line-height: 14px;
  position: absolute;
  width: 15px;
}

.ap-dash-questions li {
  margin-bottom: 15px;
}
.ap-dash-questions li .ap-avatar {
  float: left;
  margin-top: 4px;
  margin-right: 10px;
}
.ap-dash-questions li:last-child {
  margin-bottom: 0;
}
.ap-dash-questions .ap-q-meta {
  font-weight: normal;
  margin-bottom: 0;
}
.ap-dash-questions .ap-q-meta > span {
  margin-right: 6px;
}
.ap-dash-questions .ap-q-post {
  overflow: hidden;
}
.ap-dash-questions .ap-q-title {
  font-weight: bold;
  text-decoration: none;
}

h3.ap-dash-title {
  font-size: 14px;
  margin: 0 0 10px;
  padding: 0 0 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
}

.anspress-support-link {
  background: #6ac137;
}

.ap-dash-tile-in.ap-tile-card {
  text-align: center;
  color: #fff;
}

.ap-tile-card p {
  font-size: 20px;
  margin: 0;
}
.ap-tile-card a {
  display: table;
  margin: 10px auto 0;
  padding: 5px 15px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 2px;
  background: #fff;
}

.anspress-moderation-count {
  background: #d54e21;
}

.manage-column.column-author {
  width: 80px;
}

.column-question_tag {
  width: 100px;
}

.ap-user-posts-item a {
  text-decoration: none;
}
.ap-user-posts-item .ap-user-posts-vcount {
  line-height: 24px;
  padding: 0 2px;
  width: 40px;
}

#anspress a {
  text-decoration: none;
}
#anspress .admin-title {
  font-size: 25px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 10px;
  padding: 0;
}
#anspress .social-links {
  margin: 0;
  float: right;
}
#anspress .social-links a {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #ddd;
  border-radius: 3px;
  color: #333;
  display: block;
  float: left;
  font-size: 12px;
  font-weight: bold;
  margin-right: 5px;
  padding: 0 10px;
}
#anspress .anspress-links {
  background: #fff;
  border: 2px solid #dce0dd;
  border-radius: 4px;
  display: block;
  margin-bottom: 15px;
}
#anspress .anspress-links > a {
  border-bottom: 1px solid #eaeaea;
  color: #777;
  display: block;
  font-weight: 600;
  padding: 15px;
}
#anspress .anspress-links > a:last-child {
  border-bottom: none;
}
#anspress .anspress-links > a:hover {
  background: #FBFBFB;
}
#anspress .anspress-links > a > i {
  color: #aaa;
  float: right;
  font-size: 18px;
  text-align: center;
  width: 22px;
}
#anspress .ap-wrap {
  position: relative;
}
#anspress .ap-wrap-side {
  position: absolute;
  width: 250px;
  right: 0;
  top: 0;
}

@media (max-width: 989px) {
  #anspress .ap-wrap-side {
    position: static;
  }
}
.ap-about .container {
  margin: 0 !important;
}
.ap-about h2 {
  text-align: center;
}
.ap-about h2 .apicon-anspress {
  color: #555555;
  font-size: 22px;
}
.ap-about h2 span {
  background: #ff6d6d;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 8px;
  vertical-align: top;
}

.ap-about-social {
  text-align: center;
}
.ap-about-social a {
  background: #fff;
  border-radius: 2px;
  color: #656565;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  margin-right: 10px;
  margin-top: 5px;
  padding: 2px 10px;
}

.ap-about-block {
  background: #fff;
  margin: 40px auto 0;
  max-width: 980px;
  padding: 20px;
}

.ap-about-img {
  display: block;
  float: left;
  margin-right: 30px;
  min-height: 100px;
  width: 400px;
}
.ap-about-img img {
  border: 2px solid #eee;
  border-radius: 5px;
  width: 100%;
}

.ap-about-feats {
  overflow: hidden;
}
.ap-about-feats strong {
  display: block;
  font-size: 15px;
  margin-bottom: 0;
}
.ap-about-feats p {
  color: #787878;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 5px;
}
.ap-about-feats p:last-child {
  margin-bottom: 0;
}
.ap-about-feats h3 {
  border-bottom: 3px solid #eee;
  display: table;
  font-size: 20px;
  margin-bottom: 22px;
  margin-top: 0;
  padding-bottom: 10px;
}

.ap-donation-block {
  background: #ffe0ab;
  border: 2px solid #f5a216;
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 10px;
}
.ap-donation-block h3 {
  margin-top: 0;
}

.ap-changelog {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 15px;
}

.ap-btn-submit {
  background: #00a0d2;
  border-color: #0073aa;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  height: 28px;
  line-height: 26px;
  margin: 15px 0 0;
  padding: 0 10px 1px;
  text-decoration: none;
  white-space: nowrap;
}

.ap-btn-reset {
  margin: 15px 0 0 10px !important;
}

.ap-tools-ck {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  margin-top: 5px;
  padding: 10px;
}
.ap-tools-ck strong {
  background: #fff;
  border: 1px solid #ddd;
  display: table;
  margin-bottom: 5px;
  margin-top: -22px;
  padding: 2px 5px;
}
.ap-tools-ck label {
  display: inline-block;
  width: 215px;
}

.ap-tools-roletitle {
  display: block;
  font-size: 23px;
  margin-bottom: 25px;
}
.ap-tools-roletitle > a {
  font-size: 12px;
}

.ap-tools .checkall {
  margin-left: 5px;
}

.ap-tools-roleitem {
  margin-top: 20px;
}

#ap-tools-selectroles {
  margin-bottom: 10px;
}

.ap-ansm {
  border-bottom: 1px solid rgba(113, 113, 113, 0.1);
  padding: 15px 10px;
}

.ap-ansm-inner {
  overflow: hidden;
}
.ap-ansm-inner p {
  margin: 0;
}

.ap-ansm-name, .ap-ansm-avatar {
  display: block;
  float: left;
}

.ap-ansm-name {
  margin-left: 10px;
}

.ap-ansm-meta {
  margin-bottom: 5px;
}
.ap-ansm-meta a {
  text-decoration: none;
}

.ap-ansm-content p {
  font-size: 14px;
}

.ap-ansm.trash {
  background: #ffebee;
}
.ap-ansm.selected {
  background: #f1f8e9;
}
.ap-ansm.moderate {
  background: #fff8e1;
}
.ap-ansm .ap-post-history {
  font-weight: 600;
}
.ap-ansm .post-status {
  background: #e6e6e6 none repeat scroll 0 0;
  font-size: 12px;
  padding: 1px 5px;
}
.ap-ansm .post-status.trash {
  background: #ef5350;
  color: #fff;
}
.ap-ansm .post-status.moderate {
  background: #ffd54f;
}

#ap_answers_meta_box .hndle {
  background: #f5f5f5 none repeat scroll 0 0;
  font-size: 20px;
  padding: 10px 15px;
}

.ap-license-check i {
  background: #44d669;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 20px;
  line-height: 22px;
  margin-right: 7px;
  text-align: center;
  width: 20px;
}

ul.ap-meta-list {
  margin: 0 -12px -12px;
}
ul.ap-meta-list > li {
  border-bottom: 1px solid #F8F7F7;
  font-size: 13px;
  margin: 0;
  padding: 10px 13px;
}
ul.ap-meta-list > li > i {
  color: #888;
  font-size: 15px;
  margin-right: 8px;
}
ul.ap-meta-list > li > a {
  float: right;
}
ul.ap-meta-list > li > a#ap-vote-up {
  margin-right: 3px;
}

.white-bg {
  background: #fff;
  padding: 15px;
}

#ap_category_media_preview {
  display: block;
  max-width: 400px;
  margin-top: 10px;
}

.ap-q-suggestion-item {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}

.ap-form-fields::before, .ap-form-fields::after {
  clear: both;
  content: " ";
  display: table;
}

.metabox-holder .divider {
  display: table;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
}
.metabox-holder .divider i {
  color: #888;
  font-size: 13px;
  margin-right: 5px;
}
.metabox-holder .divider:first-child {
  margin-top: 0;
}
.metabox-holder .ui-sortable-handle i {
  margin-right: 5px;
}
.metabox-holder .post-count {
  display: inline-block;
  margin-right: 10px;
}
.metabox-holder .post-count a {
  background: #4d97fe;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  padding: 2px 9px;
}
.metabox-holder .post-count a.private {
  background: #929292;
}
.metabox-holder .post-count a.closed {
  background: #FF6262;
}
.metabox-holder .post-count a.moderate {
  background: #F9A341;
}
.metabox-holder ul.post-list {
  margin: 0;
}
.metabox-holder ul.post-list li {
  border-bottom: 1px solid #eee;
  margin-bottom: 0;
  padding: 10px 0;
}
.metabox-holder ul.post-list li:last-child {
  border-bottom: none;
}
.metabox-holder ul.post-list a {
  font-weight: bold;
}
.metabox-holder ul.post-list .posted {
  color: #888;
  font-size: 12px;
}
.metabox-holder .attn a {
  margin-left: 15px;
}
.metabox-holder .attn a i {
  margin-right: 5px;
}
.metabox-holder .ap-uw-summary {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
.metabox-holder .ap-uw-summary:last-child {
  border-bottom: none;
}
.metabox-holder .ap-uw-summary .ap-users-avatar {
  float: left;
  margin-right: 20px;
}
.metabox-holder .ap-uw-summary .ap-users-avatar img {
  display: block;
  background: #eee;
  width: 40px;
  height: 40px;
}
.metabox-holder .ap-uw-summary .ap-uw-name {
  display: block;
  font-weight: bold;
  margin-bottom: 4px;
}
.metabox-holder .ap-uw-summary .ap-uw-status {
  color: #777777;
  font-size: 11px;
}
.metabox-holder .ap-uw-summary .ap-uw-status span {
  border-right: 1px solid #ddd;
  margin-right: 5px;
  padding-right: 5px;
}
.metabox-holder .ap-uw-summary .ap-uw-status span:last-child {
  border-right: none;
  margin-right: 0;
}
.metabox-holder .about-author img {
  border-radius: 4px;
  display: block;
  float: left;
  margin-right: 20px;
}
.metabox-holder .about-author .name {
  color: #333;
  font-size: 20px;
  font-weight: bold;
}
.metabox-holder .about-author .skills span {
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #7e7e7e;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  margin-top: 5px;
  padding: 0 6px;
}
.metabox-holder .about-author .button {
  display: block;
  margin-top: 15px;
  text-align: center;
}

.no-overflow {
  overflow: hidden;
}

.ap-form-separator {
  border-bottom: 1px solid #dedede;
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 15px;
  padding: 10px 0;
}
.ap-form-separator:first-child {
  margin-top: 0;
}

.ap-group-options > h3 {
  font-size: 16px;
}
.ap-group-options .inside {
  border-top: 1px solid #dedede;
  margin-top: 0px;
  padding-top: 10px;
}

.ap-uninstall-warning {
  border: solid 2px #F44336;
  color: #F44336;
  padding: 10px;
  border-radius: 2px;
  font-size: 15px;
}

.ap-progress {
  position: relative;
  max-width: 270px;
  display: block;
  height: 10px;
  background: #eee;
  margin-top: 10px;
  border-radius: 2px;
  overflow: hidden;
}
.ap-progress span {
  position: absolute;
  height: 100%;
  width: 0%;
  left: 0;
  right: 0;
  background: #8BC34A;
}

.ap-addon {
  border: solid 2px #eee;
  display: inherit;
  width: 280px;
  margin: 10px;
  padding: 10px;
  border-radius: 3px;
  float: left;
  height: 60px;
}
.ap-addons:before, .ap-addons:after {
  display: table;
  content: " ";
  clear: both;
}
.ap-addon-name i {
  background: #FF5722;
  color: #fff;
  padding: 0px 4px;
  text-transform: uppercase;
  font-size: 10px;
  font-style: normal;
}
.ap-addon-cb {
  float: left;
  height: 60px;
  display: block;
  width: 60px;
  background: #eee;
  margin-right: 15px;
  border-radius: 2px;
  position: relative;
}
.ap-addon-cb input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 9;
}
.ap-addon-cb input:checked + .ap-addon-toggle {
  background: #8bc34a;
}
.ap-addon-cb input:checked + .ap-addon-toggle:before {
  margin-left: 14px;
}
.ap-addon-toggle {
  background: #bdbdbd;
  position: absolute;
  display: block;
  height: 16px;
  width: 28px;
  border-radius: 10px;
  overflow: hidden;
  top: 50%;
  left: 50%;
  margin-left: -14px;
  margin-top: -8px;
}
.ap-addon-toggle:before {
  background: #fff;
  content: ' ';
  display: block;
  height: 12px;
  width: 12px;
  border-radius: 6px;
  margin-top: 2px;
  margin-left: 2px;
}

.ap-events {
  width: 100%;
  border: none;
  border-spacing: 0;
  margin-bottom: 15px;
}
.ap-events td {
  border-bottom: solid 1px #eee;
  padding: 10px 0;
}
.ap-events .col-label {
  font-weight: bold;
}
.ap-events .col-points {
  max-width: 50px;
}
.ap-events .col-points input {
  width: 100%;
}
.ap-events .col-id {
  width: 50px;
}
.ap-events .col-id span {
  background: rgba(139, 195, 74, 0.32);
  width: 18px;
  display: block;
  height: 18px;
  text-align: center;
  border-radius: 50%;
  padding: 5px;
}

.about-wrap .ap-badge {
  font-size: 90px;
  position: absolute;
  top: 0;
  right: 0;
  background: #F44336;
  color: #fff;
  border-radius: 8px;
  padding: 20px;
  height: 90px;
  width: 90px;
  text-align: center;
  display: block;
  border: solid 3px #fff;
}
.about-wrap .ap-headline {
  display: table;
  margin: 50px 0 0;
  max-width: 600px;
}
.about-wrap .ap-headline .headline-title {
  font-weight: 300;
  font-size: 30px;
  margin-top: 0;
}
.about-wrap .ap-headline .introduction {
  font-size: 20px;
  margin-top: 5px;
}
.about-wrap img {
  float: left;
  display: block;
  width: 120px;
  margin-right: 25px;
  border: none;
}
.about-wrap .ap-features-section .headline-title {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 300;
}
.about-wrap .ap-feature {
  float: left;
  width: 50%;
  position: relative;
  margin-bottom: 30px;
}
.about-wrap .ap-feature .no-overflow {
  padding-left: 90px;
  padding-right: 30px;
}
.about-wrap .ap-feature img {
  width: 60px;
  position: absolute;
  left: 0;
  top: 0;
}
.about-wrap .ap-feature .feature-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}
.about-wrap .ap-feature p {
  font-size: 15px;
}
.about-wrap .ap-changelog-url a {
  display: table;
  margin: 0 auto;
  border: solid 2px #FFC107;
  text-decoration: none;
  padding: 10px;
  border-radius: 3px;
}
.about-wrap h3.changelog-title {
  text-align: center;
  font-weight: 300;
  font-size: 25px;
}
.about-wrap .ap-assets {
  margin-top: 40px;
}

span.ap-category-icon {
  width: 20px;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 16px;
  height: 20px;
  padding: 5px;
  border-radius: 2px;
}

.wp-list-table th.column-icon {
  width: 36px;
}

.anspress-upgrade:before {
  content: '';
  background: #8BC34A;
  height: 235px;
  width: 100vw;
  display: block;
  position: absolute;
  top: 0;
  left: -197px;
}
.anspress-upgrade-in {
  position: relative;
}
.anspress-upgrade h2 {
  text-align: center;
  margin-bottom: 18px;
  font-size: 35px;
  font-weight: 300;
  color: #fff;
  margin-top: 38px;
}
.anspress-upgrade .start-process {
  margin: 0 auto 40px;
  padding: 20px 35px;
  text-decoration: none;
  font-weight: 300;
  border-radius: 3px;
  display: table;
  font-size: 25px;
}
.anspress-upgrade .error-happen {
  display: none;
  margin: 0 auto;
  max-width: 500px;
  border: solid 2px #ffa7a1;
  padding: 8px 15px;
  background: #fff;
  border-radius: 3px;
}
.anspress-upgrade .ap-tasks {
  background: #f5f5f5;
  border-radius: 4px;
  display: table;
  margin: 0 auto;
  width: 500px;
  border: solid 1px #ddd;
  margin-top: 20px;
  overflow: hidden;
}
.anspress-upgrade .ap-task {
  border-bottom: solid 1px #e6e6e6;
  padding: 22px 22px;
  font-size: 17px;
  font-weight: 300;
  color: #8e8e8e;
}
.anspress-upgrade .ap-task.working {
  background: #fff;
}
.anspress-upgrade .ap-task.working .apicon-clock:before {
  display: none;
}
.anspress-upgrade .ap-task.working span {
  background: url(../templates/images/loading.gif) no-repeat center/cover;
  height: 18px;
  width: 18px;
}
.anspress-upgrade .ap-task.done {
  background: #ecf1e7;
}
.anspress-upgrade .ap-task.done span {
  color: #8bc34a;
}
.anspress-upgrade .ap-task:last-child {
  border-bottom: none;
}
.anspress-upgrade .ap-task:before, .anspress-upgrade .ap-task:after {
  display: table;
  clear: both;
  content: " ";
}
.anspress-upgrade .ap-task > * {
  display: block;
  float: left;
}
.anspress-upgrade .ap-task > i {
  font-size: 18px;
  color: #a5a5a5;
  margin-right: 25px;
}
.anspress-upgrade .ap-task > span {
  float: right;
  color: #f7b14a;
}
.anspress-upgrade p.upgrade-desc {
  font-size: 19px;
  max-width: 500px;
  margin: 0 auto 40px;
  text-align: center;
}
.anspress-upgrade .support-link {
  text-align: center;
  margin-top: 40px;
}
.anspress-upgrade .support-link a {
  margin-top: 10px;
}
.anspress-upgrade .copyright {
  text-align: center;
  margin-top: 60px;
  color: #999;
}

/*# sourceMappingURL=ap-admin.css.map */
