/** CSS placed here will be applied to all skins */

/* infobox class for skinning infoboxes (taken from wikipedia wikitable and modified) */

table.infobox {
  margin: 1em 1em 1em 0;
  background: #ffffff;
  border: 1px #aaa solid;
  border-collapse: collapse;
}

table.infobox th, table.infobox td {
  border: 1px #aaa solid;
  padding: 0.2em;
}

table.infobox th {
  background: #dddddd;
  text-align: center;
}

table.infobox caption {
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
}