/* _______________________________________________________________ Combos */

.cs_fl_pagelist{
   list-style: none;
   margin:0;
   -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
   -moz-box-sizing: border-box;    /* Firefox, other Gecko */
   box-sizing: border-box;
   cursor: pointer;
}

.cs_fl_inner_container{
   background-color: white;
   width:100%;
   //height:400px;
   //overflow: hidden;
   -webkit-box-sizing: border-box; 
   -moz-box-sizing: border-box;    
   box-sizing: border-box;
   
   border: 1px solid lightgray;
   
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
   
}

.cs_fl_pageitem div{
   box-sizing: border-box;
    font-style: "Open Sans";
    font-size: 12px;
    color:rgb(51,51,51);
    line-height: 1.7em;
    height: 20px;
    cursor: pointer;
    overflow: hidden;
    /*text-overflow: ellipsis;
    white-space: normal;*/
}


.cs_fl_pageitem:hover{
    background-color: rgb(230,230,230);
}

.cs_fl_inner_container li {
    line-height: 60px;
   //font-size: 10px !important;
    //color:red;
}


.cs_fl_inner_container ul > li:nth-child(odd) {
   box-sizing: border-box;
    //background-color: rgba(200,200,200,0.4);
}
.cs_fl_inner_container ul > li {
   box-sizing: border-box;
    background-color: transparent;
    //border-top: 1px solid white;
    border-bottom: 1px solid rgba(200,200,200,0.2);
}