/*Slider Layout*/
#icasrv_list_Slider {
    /*overflow: hidden;
    background: white;
    border: 1px solid grey;
    border-radius: 8px;
    box-shadow: 10px 10px 10px grey;
    margin: 20px;*/
}

#icasrv_list_Slider ul {
    list-style: none;
    padding-right:10px;
}

.icasrv_review_Slider {
    display: none;
}

.icasrv_app_Slider {
    float: left;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-right: 10px;
}

.icasrv_app_icon_Slider {
    width: 55px;
    height: 55px;
    border-radius: 8px;
}

.icasrv_info_Slider {
    padding-top: 10px;
    padding-bottom: 10px;
}

.icasrv_title_Slider {
    font-weight: bold;
    /*color: #266E9E;*/
    font-size: 18px;
}

.icasrv_rating_Slider {
    font-size: 18px;
}

.icasrv_extra_Slider {
    font-style: italic;
    font-size: 16px;
    color: #606060;
}

/*List Layout*/
#icasrv_list_List {
    /*overflow: hidden;
    background: white;
    border: 1px solid grey;
    border-radius: 8px;
    box-shadow: 10px 10px 10px grey;
    margin: 20px;*/
}

    #icasrv_list_List ul {
        list-style: none;
        padding-right: 10px;
    }

.icasrv_review_List {
    /*display: none;*/
}

.icasrv_app_List {
    float: left;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-right: 10px;
}

.icasrv_app_icon_List {
    width: 55px;
    height: 55px;
    border-radius: 8px;
}

.icasrv_info_List {
    padding-top: 10px;
    padding-bottom: 10px;
}

.icasrv_title_List {
    font-weight: bold;
    /*color: #266E9E;*/
    font-size: 18px;
}

.icasrv_rating_List {
    font-size: 18px;    
}

.icasrv_extra_List {
    font-style: italic;
    font-size: 16px;
    color: #606060;
}