#slide-captcha {
    margin: 10px 0;
    padding: 10px;
    background: #f9f9f9;
    border-radius: 5px;
    text-align: center;
}
#captcha-canvas {
    display: block !important;
    height: 100px !important;
    margin: 0 auto;
    cursor: pointer;
    border: 1px solid #ccc;
    background: #fff;
}
#slide-captcha p {
    margin: 0 0 10px 0;
    font-size: 16px;
    color: #333;
}
@media (max-width: 600px) {
    #captcha-canvas {
        width: 100%;
        max-width: 300px;
    }
}

.comment-awaiting-moderation {
    clear: both !important;
    display: block !important;
    margin-top: 1em !important;
    font-style: italic !important;
}
