/*=========================*/
/*===    News Styles    ===*/
/*=========================*/
.news_list_table {
    width: 100%;
    letter-spacing: 0.1rem;
    padding-bottom: 1rem;
}
.news_list_date {
    font-size: 1rem;
    width: 150px;
}
.news_list_label {
    font-size: 1rem;
}
.news_list_text {
    font-size: 1.3rem;
}
.news_list_label_wrapper {
    border-width: 1px;
    border-radius: 15px;
    padding: .3rem;
    color: #eee;
    display: block;
    text-align: center;
    width: 125px;
    line-height: .9rem;
}
.news-list-group-item {
    border-left: none;
    border-right: none;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
    background-color: inherit;
}
.news-list-group-item:first-child {
    border-top: none;
}
@media (max-width: 767px) {
    .news_list_label_wrapper {
        width: 110px;
    }
    .news_list_date {
        font-size: 1rem;
        width: 135px;
    }
}
.select_year {
    width: auto;
    display: inline;
}
.btn_change_year {
    margin-bottom: .5rem;
    margin-left: 1rem;
}

/*=== images ===*/
.news_img_wrapper {
    width: 100%;
    text-align: center;
    margin: 2rem 0 2rem 0;
}
.news_img_shadow {
    display: inline-block;
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
    border: solid 1px #fff;
    border-radius: .5rem;
}
.news_img {
    border: solid 1px #fff;
    border-radius: .5rem;
}