#body-content th {
    text-align: left;
    background-color: #E1E1E1;
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #E8E8E8;
    padding: 0.5em 1.5em 0.5em 0.25em;
}

#body-content .informaltable tr:first-child th:first-child {
    -moz-border-radius-topleft: 0.7em;
    -webkit-border-top-left-radius: 0.7em;
    border-top-left-radius: 0.7em;
}

#body-content .informaltable tr:first-child th:last-child {
    -moz-border-radius-topright: 0.7em;
    -webkit-border-top-right-radius: 0.7em;
    border-top-right-radius: 0.7em;
}
