/* The plugin icon */
.video {
    margin: 0 0 22px;
    text-align: center
}

/* Feature Screenshots */
.main-image,
.main-image img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.main-image {
    width: 70%;
    display: block;
    max-width: 70%;
    height: auto;
}
.main-image img {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

/* Badge */
.apf-badge {
    padding-top: 20px;
    /*
    padding-top: 150px;
    height: 52px;
    width: 185px; */
    color: #666;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    margin: 0 -5px;

}
.about-wrap .apf-badge {
    position: absolute;
    top: 0;
    right: 0;
    background-position: 20px 10px,center;
}
.apf-badge .label {
    margin-top: 1em;
}
.apf-badge-image {
    margin: 0;
    padding: 0;
    max-height: 186px;
    max-width: 186px;
}

/* Embedded Readme Images */
.about-wrap p img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Heading title - make it little bit bigger */
.about-wrap .introduction h2 {
    font-size: 2em;
}

/* Center the block quote */
.about-wrap blockquote {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.about-wrap blockquote p {
    width: inherit;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Font size */
.admin-page-framework-content li {
    line-height: 1.72em;
}

/* Min-width should not be set */
.about-wrap #poststuff {
    min-width: inherit;
}

/* TOC */
.toc_header_link {

}
