.cu-article dt {
    counter-increment: definition;
}

.cu-article dl dt:before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 4px;
    left: 0;
    content: counter(definition);
    font: 500 16px "Droid Sans", serif;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #d4d7e2;
}

.cu-article dl dt {
    position: relative;
    margin: 7px 0 0;
    padding: 7px 0 0 50px;
    /*font: 20px "Droid Sans", serif;*/
    color: #363b4e;
}
.cu-article dl dd {
    -webkit-font-smoothing: antialiased;
    padding: 0 0 0 50px;
    margin: 0 0 30px 0;
    /*font: 17px/1.8em "Droid Serif", sans-serif;*/
    color: #363b4e;
}
.cu-article * + p {
    margin-top: 0px;
}
.cu-anchor {
    padding-top: 40px;
    margin-top: -40px;
}