body.single-edpart .f9to10_art_cta{
    display:block;
    background-color: #f9f9f9;
    border: 1px solid #eee;
    padding: 12px 16px;
    margin: 12px 0;
    border-radius: 4px;
}
body.single-edpart .f9to10_art_cta::before {
    content: "CTA:";
    font-weight: bold;
    color: #333;
}
body.single-edpart .f9to10_pw {
    display: block;
    background-color: #ffabab;
    border: 1px solid #eee;
    padding: 12px 16px;
    margin: 12px 0;
    border-radius: 4px;
    font-weight:bold;
    text-align:center;
    text-decoration:underline;
}