/* 
    Created on : 2016.09.25., 16:03:58
    Author     : stradus
*/


.CMSModule_iss_list .newsItem {
    width:44%;
    margin:3%;
}
.CMSModule_iss_list .listItem {
    width:45% !important;
    margin:2%;
    display:inline-block;
}
.arrayPager .page {
    display:inline-block;
    width:35px;
    height:35px;
    margin:5px;
    line-height:35px;
    text-align:center;
    background-color: #4FA01F;
    overflow:hidden;
}
    .arrayPager .page a {
        color:#fff;
    }
    .arrayPager .page.active {
        background-color:#72BF49;
        color:#fff;
    }
    .arrayPager .page.arrow {
        line-height:32px;
    }
.list_pager {
width:50%;

}

        /* RESPONSIVENESS */

@media screen and (max-width: 900px) {

    .CMSModule_iss_list .newsItem {
        width:auto !important;
        margin:0px;
        display:block !important;
    }
    .CMSModule_iss_list .listItem {
        width:auto !important;
        margin:5px 0;
        display:block !important;
    }
}