﻿.docx {
    margin: auto;
    width: 25%;
    padding: 40px;
    font-size: 24px;
}

    .docx a {
        color: red;
    }

.news-holder {
    height: 50px;
    padding: 0 20px;
    /*background-color: #1d6e6e;*/
    position: relative;
    overflow: hidden
}

.news {
    white-space: nowrap;
    position: absolute;
    top: 5px;
    right: 100%;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

    .news .new {
        display: inline-block;
        padding: 0 10px;
        color: black;
        position: relative;
    }

        .news .new:not(:last-child):after {
            content: "";
            width: 1px;
            height: 24px;
            position: absolute;
            left: 0;
            top: 8px;
            background-color: #e7ded4;
        }

.ltr-rss {
    display: block;
    max-width: max-content;
    margin: auto;
    margin-top: 50px;
    padding: 1rem 2rem;
    border: 1px solid brown;
    border-radius: 15px;
    color: brown;
    text-decoration: none !important;
    opacity: 0.8;
}

    .ltr-rss:hover {
        opacity: 1;
    }

.btnadd {
    display: flex;
    justify-content: center;
    align-items: center;
}