body .uk-pagination>li>a {
    padding: 8px;
    font-size: 14px;
    color: #808080;
    background: none;
    border: 1px solid #bdbdbd;
    margin-bottom: 5px;
    border-radius: 0;
}
body .uk-pagination>.uk-active>span {
    background: none;
    padding: 8px;
    color: black;
    border: 1px solid black;
    text-shadow: none; 
    border-radius: 0;
    font-weight: bold;
}

.articles article{
    height: auto;
    min-height: 300px;
}

@media (max-width: 960px){
    .overflow-auto-mobile{
        overflow: auto
    } 
    .width-1000-mobile{
        width: 1000px;
    }

    .width-1000-mobile article[class*=uk-width] a.image img{
        width: 100%;
        height: auto;
    }
}
