ol > li:before {
    content: "Question " counter(li);
    counter-increment: li;
    position: absolute;
    top: -2px;
    left: -2em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 7em;
    margin-right: 8px;
    padding: 4px;
    border-top: 2px solid #317EAC;
    color: #fff;
    background: #317EAC;
    font-weight: bold;
    font-family: "Helvetica Neue", Arial, sans-serif;
    text-align: center;
}