div.covers {
 display:table;
 margin-bottom:24px;
 margin-top:24px;
}

div.cover {
 display:table-column;
 float:right;
 width:120px;
 height:120px;
 border:1px solid black;
 margin-left:14px;
 font-size:0.7em;
}

div.cover img {
 width:120px;
 height:120px;
}

div.bestof {
 width:300px; 
 border:1px solid #030; 
 margin:6px; 
 float:right; 
 vertical-align:top; 
 background-color:black; 
 line-height:1.2;
}

div.bestof h2 {
 width:100%; 
 background-color:#030; 
 color:white; 
 text-align:center; 
 margin:0px; 
 font-size:0.9em;
}

div.bestof div {
 margin:0px; 
 padding:8px; 
 font-size:0.7em; 
 vertical-align:top; 
 font-weight:600;
 color:#ccc;
 padding-bottom:10px;
}