/* MediaWikiTablePlugin styles */

.wikitable {
  margin: 1em 1em 1em 0;
  border: 1px #aaaaaa solid;
  border-collapse: collapse;
  background: #f9f9f9;
}
.wikitable th {
  background:#f2f2f2;
  text-align:center;
}
.wikitable th, 
.wikitable td {
  border: 1px #aaaaaa solid;
  padding: 0.2em;
}
.wikitable caption {
  font-weight: bold;
}


