/** to reverse some default styling of AccessPress Anonymous Post Plugin **/
.entry-content > .ap-form-wrapper {
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
}


.cph-nl-subscribe-content-wrap {
    padding: 5px 10px;
    line-height: 1.3;
    font-size: 90%;
}

.cph-nl-subscribe-content-wrap p {
    line-height: 1.3;
    margin-bottom: 16px !important;
}

.cph-nl-subscribe-content-wrap input[type=email] {
    border: 1px solid #CCCCCC;
}