.cmlm{
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
    width: 100%;
}
.cmlm *{
    box-sizing: border-box !important;
}

/*
 * FILTER
**/
.cmlm .cmlm-filter{
    overflow: auto;
}
.cmlm .cmlm-filter ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.cmlm .cmlm-filter ul.children{
    display: none
}
.cmlm .cmlm-filter li{
    list-style: none;
    display: block;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px 10px;
    background: #eee;
    color: #000;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.cmlm .cmlm-filter li:hover{
    background: #000;
    color: #eee;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.cmlm .cmlm-filter li.active{
    background: #666;
    color: #eee;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.cmlm .cmlm-search input{
    width: 100%;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.cmlm .cmlm-clearable{
    background: #fff url(data:image/gif;base64,R0lGODlhBwAHAIAAAP///5KSkiH5BAAAAAAALAAAAAAHAAcAAAIMTICmsGrIXnLxuDMLADs=) no-repeat right -10px center;
    padding-right: 18px; /* Use the same right padding (18) in jQ! */
    transition: background 0.4s;
}
.cmlm .cmlm-clearable.x  { background-position: right 10px center; }
.cmlm .cmlm-clearable.onX{ cursor: pointer; }

/*
 * CATEGORY
**/
.cmlm .cmlm-content{
    position: relative;
    margin-bottom: 60px;
}
.cmlm .cmlm-category-box{
    padding: 0 20px 0 0;
    margin: 0;
}
.cmlm .cmlm-category{
    margin: 10px 0;
}
.cmlm .children .cmlm-category{
    margin: 0;
}
.cmlm .cmlm-category ul{
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}
.cmlm .cmlm-category li{
    margin: 0;
}
.cmlm .cmlm-category li{
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}
.cmlm img.cmlm-favicon{
    display: inline;
    vertical-align: middle;
    margin-right: 5px;
    width: 16px;
    height: 16px;
}
.cmlm a.cmlm-link{
    display: block;
    text-decoration: none;
    color: #333;
    border: 0;
    outline: none;
    box-shadow: none;
    opacity: 0.75;
}
.cmlm a.cmlm-link:hover{
    opacity: 1;
}
.cmlm .cmlm-header{
    font-size: 125%;
    font-weight: bold;
    color: #333;
}
.cmlm .children .cmlm-header{
    font-size: 100%;
    color: #666;
}
.cmlm .cmlm-tag{
    font-weight: bold;
    color: #fff;
    font-size: 75%;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: top;
}
@media print {
    .cmlm .cmlm-filter{
        display: none;
    }
    .cmlm a.cmlm-link{
        color: #000;
        opacity: 1;
    }
    .cmlm a:after {
        content: " (" attr(href) ")";
        font-size: 90%;
        word-wrap: break-word;
    }
    .cmlm .cmlm-content{
        height: auto !important;
    }
    .cmlm .cmlm-category{
        background: none !important;
    }
    .cmlm .cmlm-category-box{
        display: block !important;
        position: relative !important;
        width: 100% !important;
        height: auto !important;
        left: 0 !important;
        top: 0 !important;
    }
}