#main_latest_articles { width: 48%; float: right; }

.latestbox { width: 96%; min-height: 30px; margin-left: 4%; padding: 15px 10px 15px 80px; box-sizing: border-box; background: #f4f4cb; margin-bottom: 15px; }
.latestbox a { color: #333333; text-decoration: none; }
.latestbox a:hover { color: #882600; }
.latestbox a:focus { color: #882600; }

.latestno { margin-top: -12px; margin-left: -95px; font-family: Calibri; font-size: 36px; float: left; font-weight: bold; }

.latest_1 { color: #457e04; }
.latest_2 { color: #9a9501; }
.latest_3 { color: #c17702; }
.latest_4 { color: #b82c01; }
.latest_5 { color: #9902d8; }

.latest_more { font-size: 18px; color: #333333; margin-top: 40px; text-align: left; }
.latest_more a { color: #333333; }
.latest_more a:hover { color: #882600; }
.latest_more a:focus { color: #882600; }


@media screen and (max-width: 880px) {
    
    #main_latest_articles { width: 100%; float: none; }
    
}