
.news_item_layout {
    background-color: #001E28;
    margin-bottom: 4px;
    padding: 16px;
}

.news_title {
    color: #EEEEEE;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: large;
}

.news_body {
    display: flex;
    flex-direction: row;
    margin-top: 16px;
    justify-content: left;
}
.news_detail {
    margin-bottom: 16px;
    background-color: #001E28;
}

.news_date {
    margin-top: 8px;
    color: #818181;
    font-size: smaller;
}

.news_feature_image {
    width: 40%;
    margin-right: 8px;
    margin-bottom: 8px;
}

.news_summary_layout {
    width: 60%;
}
.news_body_text{
    color: #c5c5c5;
    font-size: small;
}
.news_body_detail_text{
    color: #EEEEEE;
    font-size: medium;
}

