﻿.newsitem {
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: dotted 1px #ccc;
}

    .newsitem h2 {
        margin-top: 0;
        font-size: 18px;
    }

        .newsitem h2 a {
            color: #054e25;
            font-weight: 700;
        }

    .newsitem p {
        color: #444;
    }

    .newsitem h2 a:hover {
        text-decoration: none;
    }

    .newsitem img {
        width: 100%;
        height: auto;
    }

    .newsitem ul {
        margin: 0;
        padding: 0;
    }

        .newsitem ul li {
            display: inline-block;
            margin-right: 10px;
            font-size: 15px;
            list-style: square;
            color: #808080;
        }

.price {
    margin-top: 10px;
}

    .price strong {
        color: red;
    }

.relatedproduct img {
    width: 100%;
}

.wrrpl {
    width: 100px;
    margin-right: 10px;
    float: left;
}

.wrrpr {
    width: calc(100% - 110px);
    float: left;
}

    .wrrpr h2 {
        font-size: 15px;
        color: #333;
    }

.relatedproduct h3 {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    margin: 1em 0;
}

    .relatedproduct h3:first-of-type {
        margin-top: 0;
    }

.latestnews h3 {
    color: #054e25;
    font-size: 20px;
    font-weight: 700;
}

.relatedproduct {
    margin-bottom: 1em;
}

.newsdetailcontent img {
    display: block;
    max-width: 100%;
    margin: 16px auto;
}
