/* CSS placed here will be applied to all skins */
.wikitable,
.prettytable {
    margin: 1em 1em 1em 0;
    background: #fcfcfc;
    border: none;
    border-collapse: collapse;
    empty-cells: show;
}
 
.wikitable th, .wikitable td,
.prettytable th, .prettytable td {
    border: 1px solid #aaa;
    padding: 0.3em;
}
 
.wikitable th,
.prettytable th {
    background: #eeeeee;
}
 
.wikitable caption,
.prettytable caption {
    font-weight: bold;
    margin: 0 0 -1em -1px;
    padding: 0em;
    border: 1px #aaa solid;
    background-color: #dddddd;
}