﻿/*.newsRow {
            height: 100vh;
            overflow: hidden;
            position: relative;
        }
        #newsContainer {
            position: absolute;
            top: 0px;
            bottom: 0px;
            left: 0px;
            right: -15px;
            overflow-x: auto;
           
        }*/


.news-img {
    padding: 10px;
}



.newsRow {
    padding-right: 10px;
    /*margin-top: 1.5em;*/
}

#newsLoader img {
    height: 35px;
}
#newsLoader {
    height: 30px;
}
