#content .obowiazek-informacyjny ol.reg li,
.obowiazek-informacyjny ol li {
    list-style: decimal;
}

.obowiazek-informacyjny .list-container,
#content .obowiazek-informacyjny ol > ul,
#content .obowiazek-informacyjny ol > ul > ul{    
    padding: 0 10px 0 30px;
}

#content .obowiazek-informacyjny ol > ul li {
    list-style: lower-latin;
}

#content .obowiazek-informacyjny ol > ul > ul li {
    list-style: disc;
}

.obowiazek-informacyjny {
    display: none;
    margin-top: 20px;
}

.obowiazek-informacyjny h3.reg {
    margin-top: 10px;
    margin-bottom: 10px;
}

.obowiazek-informacyjny p {
    margin-bottom: 10px;
}

.obowiazek-informacyjny ol li {
    line-height: 1.4;
    text-align: justify;
}

.obowiazek-informacyjny ol li a {
    color: #5a5a5a;
    font-weight: bold;
}

#container #content ul.reg {
    height: auto;
}

li.obowiazek {
    margin-left: 20px;
    margin-top: 10px;
}

.czytaj-info {
    cursor: pointer;
    font-weight: bold;
}

span.icon-sign {
    display: inline-block;
    text-align: center;
    height: 25px;
    width: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 5px !important;
}
.icon-sign.active{
    background-image: url('../../gfx/aktywne.png');
}
.icon-sign.inactive{
    background-image: url('../../gfx/nieaktywne.png');
}