
.info-element {
    cursor: help;
}

.info-element-small {
    font-size: 13px;
}

.pointer {
    cursor: pointer;
}

.help {
    cursor: help;
}

.top-10 {
    margin-top: 10px;
}

.top-20 {
    margin-top: 20px;
}

.top-30 {
    margin-top: 30px;
}

.top-40 {
    margin-top: 40px;
}

.top-60 {
    margin-top: 60px;
}

.top-70 {
    margin-top: 70px;
}

.top-80 {
    margin-top: 80px;
}

.top-90 {
    margin-top: 90px;
}

ol.list-numbered {
    counter-reset: item;
}
ol.list-numbered li {
    display: block;
    position: relative;
}
ol.list-numbered li:before {
    content: counters(item, ".")".";
    counter-increment: item;
    position: absolute;
    margin-right: 100%;
    right: 10px; /* space between number and text */
}