<style>
        #wrapper {
        margin:0 auto;
        max-width:1200px;
        padding:0rem 0 0rem;
        width:90%;
        }
        
        .rss-feed {
        display: inline-block;
        -webkit-perspective:1;
        column-fill:balance;
        column-gap:2rem;
        margin:0;
        padding:0;
        }
        
        .entry-wrapper {
        display: inline;
        margin-bottom:0rem;
        position:relative;
        vertical-align:top;
        width:100%;
        }
        
        /*.entry-image img {
        border-radius:1px 1px 0 0;
        display:block;
        height:auto;
        max-width:100%;
        width:100%;
        }*/
        
        .entry-title span {
        font-size:12px;
        line-height:22px;
        font-weight: normal;
        }
        
        .entry-title span a {
        color: blue;
        text-decoration: underline;
        transition:color 200ms ease-in-out;
        }
        
        .entry-title span a:hover {
        color:rgba(0,150,0,.7);
        }
        
        .entry-title span a::after {
        /*content:"\02197";*/
        margin-left:.5rem;
        }
        
        .entry-date {
        font-size:0.8rem;
        line-height:1.0;
        font-weight: bold;
        padding-bottom: 1rem;
        }
        
        .entry-text {
        border-top:3px solid #00371d;
        padding:1rem;
        }
        
        .entry-content {
        font-size:0.8rem;
        line-height:1.0;
        font-weight: bold;
        }
        
        .entry-content:empty {
        display:none;
        }
</style>
