.lists-page-wrapper{
    margin-top:20px;
}

.show-category-wrapper p {
    display: inline-block;
}

.show-category-wrapper select {
    display: inline-block;
    max-width: 30%;
}

.st-sort-ascent:before {
    content: '\25B2';
}

.st-sort-descent:before {
    content: '\25BC';
}

.search-by-wrapper, .space-line {
    margin: 20px auto;
}


#cloumsList {
    left: 110px !important;
}

#cloumsList p {
    margin: 10px 20px;
}

    #cloumsList ul {
        width: 200px;
        list-style-type: none;
    }

     #cloumsList ul li label input[type=checkbox] {
       margin-right: 10px;
    }
