.news-area.scrolling {
    a {
        border: #ececec solid 2px;
    }

    a[inert] {
        background-color: #923d5b !important;
    }

    a:nth-child(odd) {
        /*background-color: crimson;*/
        background-color: #515151;
        color: #ececec;

        &:active {
            background-color: #121212 !important;
            color: #cecece;
        }
    }

    a:nth-child(even) {
        /*background-color: cornflowerblue;*/
        background-color: #3e3e3e;
        color: #ececec;

        &:active {
            background-color: #121212 !important;
            color: #cecece;
        }
    }
}

.br-element {
    display: none;
}