#articles-content body:last-child:not(:root:root) table {
    margin-bottom:10px;
}
#articles-content table {
    border: 1px solid #ddd;
    margin:0px 0px 9px;
    padding:0px;
    border-spacing:0;
    border-collapse:collapse;
}
#articles-content th {
    padding:0px 7.5px;
    background:#f1f4f8;
    margin:0px;
    padding: 12px;
    text-align: left;
    font-size:15px;
    line-height:18px;
    color:#000000;
}
#articles-content td {
    font-size:12px;
    line-height:16px;
    color:#000;
    text-align:left;
    padding:5px 15px;
    min-height: 20px;
}
#articles-content td p{
    margin:0;
    padding:0;
}
#articles-content th, #articles-content td {
    border: 1px solid #ddd;
}
#articles-content tbody tr:hover td {
    background-color:#f5f9fd;
    cursor: pointer;
}
#articles-content tbody tr.odd {
    background-color: #F8F8F8;
}
#articles-content tbody tr:nth-of-type(odd){
    background-color: #F8F8F8;
}
table.noBordersAndBackground { border: none !important;}
table.noBordersAndBackground td{ border: none !important;}
table.noBordersAndBackground tr{ background: none !important;}