#main_toplist { width: 48%; float: left; }

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

.toplistno { margin-top: -25px; margin-left: -45px; font-family: Calibri; font-size: 67px; float: left; font-weight: bold; }

.toplist_1 { color: #457e04; }
.toplist_2 { color: #9a9501; }
.toplist_3 { color: #c17702; }
.toplist_4 { color: #b82c01; }
.toplist_5 { color: #9902d8; }

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


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