.x-treelist-nav .x-treelist-item-text {
    line-height: 41px !important;
}

.mlinhas {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 1px;
    margin-left: 1px;

.mcolunas {
    position:relative;
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
    .mcolunas {
        display:inline-block;
        width:100%;
        padding:0px 20px 0px 20px;
    }
}

.mcolunas2 {
    position:relative;
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
    .mcolunas2 {
        display:inline-block;
        width:50%;
    }
}

.mcolunas3 {
    position:relative;
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
    .mcolunas3 {
        display:inline-block;
        width:33%;
    }
}

.mcolunas4 {
    position:relative;
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
    .mcolunas4 {
        display:inline-block;
        width:25%;
    }
}