/* 
    Created on : 2018.06.08., 13:48:58
    Author     : stradus
*/


#iss_featured_list {
    white-space: nowrap;
    overflow: hidden;
}
#iss_featured_list>.listItem{
    display: inline-block !important;
    white-space: normal;
    -webkit-transition: 0.3s;
    transition:  0.3s;
    margin-left: 0px;
}
#iss_featured_left {
    float: left;
}
#iss_featured_right {
    float: right;
}