.helper{

    display: inline;
    box-sizing: none;
    width: 10px;
    height:10px;
    margin-left: 10px !important;
    color: white !important;
    background: black;
    border-radius: 100%;
    padding: 2px 7px;
}

.helper i{
    /*margin-left:3px;
    margin-right: 3px;*/
}

#list-helper{
    list-style: none;
    margin: 0;
    padding: 0
}

.help-item{
    padding: 10px;
    border:solid thin #00c0ef;
    border-radius: 5px;
    margin-bottom: 10px
}


.help-options{
    list-style: disc;

}

.help-sub-options{
    list-style: square;
    margin-bottom: 20px !important

}


