

/* Start:/local/components/api/news.list/templates/.default/style.css?17234767692252*/
/*news_list*/
.nl_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.nl_item {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    flex-direction: column;
}

@media only screen and (min-device-width: 450px) {
    .nl_item {
        max-width: 210px;
        margin-right: 30px;
        margin-bottom: 70px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .nl_item {
        max-width: 440px;
        min-width: 320px;
        margin-bottom: 30px;
    }
}


.nl_hdr {
    font-weight: 700;
}

@media only screen and (min-device-width: 450px) {
    .nl_hdr {
        font-size: 1.2em;
        min-height: 100px;
        margin-bottom: 5px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .nl_hdr {
        font-size: 1.4em;
        margin-bottom: 20px;
    }
}

.nl_hdr a {
    color: #000;
    text-decoration: none;
}

.nl_hdr a:hover {
    color: #000 !important;
    text-decoration: underline;
}

.nl_time {
    color: #ccc;
    font-size: 0.8em;
    margin-bottom: 10px;
}

.nl_anons {
    line-height: 1.4em;
    width: auto;
    height: auto;
    overflow: hidden;
}

.nl_anons a {
    text-decoration: none;
    color: #000 !important;
}

.nl_anons a:hover {
    text-decoration: underline;
    color: #000 !important;
}

.nl_pic {
    overflow: hidden;
    margin-bottom: 10px;
}


@media only screen and (min-device-width: 450px) {
    .nl_pic {
        max-width: 200px;
        max-height: 200px;
        min-width: 200px;
        min-height: 200px;
        border-radius: 10px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .nl_pic {
        max-width: 440px;
        max-height: 440px;
        min-width: 320px;
        min-height: 320px;
    }
}


.nl_pic img {
    padding: 0;
    border: none;
    width: 100%;
    height: 100%;
}

.news_tbl, .data-table {
    border-collapse: collapse;
    border: 1px solid #666;
}

.news_tbl td, .data-table td {
    border-collapse: collapse;
    padding: 10px 5px;
    border: 1px solid #ccc;
}


/* End */
/* /local/components/api/news.list/templates/.default/style.css?17234767692252 */
