﻿
svg.white-block {
    width: 0.3rem;
    height: 1rem;
}

    svg.white-block rect {
        fill: white;
        stroke: white;
        width: 0.3rem;
        height: 1rem;
    }

svg.title-circle {
    width: .6rem;
    height: .6rem;
}

    svg.title-circle circle {
        fill: #ff7e25;
        stroke: #ff7e25;
    }

.news .news-header {
    background: #24AE60;
    color: #ffffff;
    padding: .2rem 1.25rem .2rem 1.25rem;
}

.news .news-title {
    background: #FFF7EA;
    padding: .2rem 1.25rem .2rem 1.25rem;
}

    .news .news-title .btn-collapse {
        text-decoration: none;
        width: 100%;
        height: 100%;
        text-align: left;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        .news .news-title .btn-collapse:hover {
            text-decoration: none;
        }

    .news .news-title .date {
        color: #00a64e;
        font-size: 0.875rem;
        margin-right: 1rem;
    }

    .news .news-title .title {
        color: #000000;
        font-size: 0.875rem;
        margin-right: 1rem;
    }
