/* /css/pages/seen.css */

    .search-page .right-col .bottom-block .element .image img
    {
        left: 4px;
        border-radius: 4px 2px 2px 4px;
    }
    .news-element .description .bottom-row>a,
    .articles-element .description .bottom-row>a
    {
            display: inline-block;
            width: auto;
            background: white;
            border: 1px solid #d6d6d6;
            border-radius: 20px;
            font-size: 1.1rem;
            color: #AAA;
            font-weight: 300;
            text-decoration: none;
            line-height: 1.5rem;
            text-align: center;
            cursor: pointer;
            padding: 5px 30px;
            margin: 0 auto;
    }
    .news-element .description .bottom-row>a:hover,
    .articles-element .description .bottom-row>a:hover
    {
        border-color: #666;
        color: #666;
    }


@media (max-width: 1169px)
{
    .search-page .top-row .left-block,
    .search-page .left-col
    {
        display: none;
    }
    .search-page .top-row .right-block,
    .search-page .right-col
    {
        width: 100%;
        margin: 0px;
    }
}

