
.news-date-time {
    color: #868686;
}

.news-detail {
    margin-top: 20px;
    font-size: 14px;
    color:#000000;
}

.news-detail h3 {
    min-height: 30px;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #231f20;
    display: block;
    padding: 0 20px 15px;
    margin: 0;
}

.news-detail img {
    /*border: solid 1px black;*/
}

.news-detail-text {
    font-style: italic;
    text-align: center;
    margin: 20px 0 10px 0;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}

.news-item-cost {
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #0ac100;
    font-size: 24px;
    margin-top: 25px;
}

.photos img {
    margin-top: 15px;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 100%;
}

.photos .photo_desc {
    text-align: center;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    padding: 20px;
}

.photos {
    text-align: center;
    padding: 20px 0 50px;
}
