table.wikitable, table.prettytable {
    background: #F9F9F9 none repeat scroll 0 0;
    border: 1px solid #AAAAAA;
    border-collapse: collapse;
    margin: 1em 1em 1em 0;
    border-radius-topleft: 0.5em;
    border-radius-topright: 0.5em;
    border-radius-bottomleft: 0.5em;
    border-radius-bottomright: 0.5em;
}

table.wikitable, table.prettytable > tbody > tr > td {
    border: 1px solid #AAAAAA;
    border-collapse: collapse;
    padding: 0.5em;
}