/** Import the basic theme file */
@import url("wp-cat-list-theme.css");
/** The li background */
.wp-cpl-widget li {
    border-bottom: 2px solid #DFDFDF !important;
    border-top: 1px solid #ECECEC !important;
    border-right: 2px solid #DFDFDF !important;
    border-left: 2px solid #DFDFDF !important;
}


/** The thumbnail */
.wp-cpl-widget li span.wp-thumb-overlay {
    background: #e1e1e1 !important;
    border: 1px solid #BFBFBF !important;
}
/** The even and odd */
.wp-cpl-widget li.wp-cpl-even {
    background: #F0F0F0 !important;
    font-family: verdana;
    font-size: 14px;
    
}
.wp-cpl-widget li.wp-cpl-odd {
    background: #F0F0F0 !important;
    font-family: verdana;
    font-size: 14px;
}
/** The sticky post */
.wp-cpl-widget li.wp-cpl-sticky {
    background: #fcfecb !important;
    border: 1px solid #f4ec51 !important;
    font-family: Verdana, sans-serif;
}

.wp-cpl-widget li:hover {
   background: #ECECEC !important;
}