<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#psteps_circle_steps_simple .psteps_circle_titles .circle-step {
    width: 10px;
    height: 10px;
    padding: 5px;
    line-height: 10px;
    font-size: 10px;
    border-radius: 500px 500px 500px 500px;
    min-height:10px;
}
#psteps_circle_steps_simple .psteps_circle_titles .step-line {
    border-bottom: 1px solid #ddd;
    display: inline-block;
    width: 20%;
}
#psteps_circle_steps_simple .psteps_circle_contents {
    background: #F9F9F9;
    border: 1px dashed #CCCCCC;
    margin: 15px 0 0;
    padding: 20px;
}</pre></body></html>