.page-numbers {
    display: inline-block;
    padding: 5px 10px;
    margin: 0px 2px 0 0;
    border: 1px solid #eee;
    line-height: 1;
    text-decoration: none;
    border-radius: 2px;
    font-weight: 600;
}
.page-numbers.current,
a.page-numbers:hover {
    background: #f9f9f9;
}

#main-section > ul > h4 > li {
    margin: 0px 0px 13px 0px;
    list-style-type:none;
}

#t_edital {
    display:none;
    margin-top:10px;
}

.c-pointer{
    cursor: pointer !important; 
}