﻿.latest-article {
    background: #373F7D;
    padding: 10px;
    border-radius: 8px;
    margin: 12px 0 14px;
}

    .latest-article span {
        float: right;
        padding-left: 50px;
        color: #EFEB03;
        font: 500 11pt/18px weblog;
    }

    .latest-article ul {
        float: right;
        margin-top: 2px;
    }

        .latest-article ul li {
            display:inline-block;
            padding-left: 40px;
            list-style-type: disc;
        }
         .latest-article ul li:after{
             content:".";
             margin-right:5px;
             font-size:large;
         }

            .latest-article ul li a:hover {
                color: yellow;
            }
