table.articleList {
   margin-top: 12px;
}
table.articleList th ,
table.articleList td {
   padding: 4px 8px;
   vertical-align: top;
   border-bottom: 1px solid #f0f0f0;
}
table.articleList td.type {
   color: #666666;
}
table.articleList td.index {
   color: #666666;
   font-size: 10px;
   font-weight: bold;
}
table.articleList tbody th {
   font-family: Arial;
   font-weight: bold;
   font-size: 14px;
}
table.articleList td.abstract {
   width: 150px;
}
