border-collapse: collapse;
}
table.wgw-left, table.wgw-right{
background: #f9f9f9;
border: 1px #aaa solid;
border-collapse: collapse;
}
table.wgw-center{
margin:0 auto;
border:0px none;
border-collapse: collapse;
}
table.wgw-left{
float:left;
margin:0 1em 1em 0;
}
table.wgw-right{
float:right;
margin:0 0 1em 1em;
border-style:0px none;
}
.wikitable th, .wikitable td, .wgw-left th, .wgw-left td, .wgw-right th, .wgw-right td, .wgw-center th, .wgw-center td {
border: 1px #aaa solid;
padding: 0.2em;
}
.wgw-right th, .wgw-right td {
border: 1px #aaa solid;
padding: 0.2em;
}
.wikitable th, .wikitable_header, .wgw-left th, .wgw-left_header, .wgw-right th, .wgw-right_header, .wgw-center th, .wgw-center_header{
background:#E0E0E0;
text-align: center;
}
.wikitable th[scope=row], .wgw-left th[scope=row], .wgw-right th[scope=row], .wgw-center th[scope=row] {
text-align: left;
}
.wikitable caption, .wgw-left caption, .wgw-right caption, .wgw-center caption {
font-weight: bold;
margin-left:inherit;