table.updates-by-initiative {
    border-collapse: collapse;
    border: 1px solid #d4d4d4;

    font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
    margin: 0 !important;
}

table.updates-by-initiative div.update-text { margin-bottom: 1em; }

table.updates-by-initiative td.views-field-description p,
table.updates-by-initiative td.views-field-body p {
    font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
    font-size: 1em;
}
table.updates-by-initiative tr {
    background-color: #fff !important;
}
table.updates-by-initiative tr th {
    background-color: #efece5 !important;
}
table.updates-by-initiative caption {
    background-color: #efece5; 
    border: 1px solid #d7d5d3;
    font-weight: bold;
    font-size: 1.125em;
    line-height: 1.3125em;
    text-align:center; 
    padding: 16px;
}
table.updates-by-initiative thead th {
    color: #000; 
    background-color: #efece5;
    border: 1px solid #d7d5d3;
    text-align:left; 
    padding: 16px;
}
table.updates-by-initiative .updated {
    font-style: italic;
}