/* CSS here applies to all skins; see also [[MediaWiki:Monobook.css]]. Do not obscure advertising. */

/* Hide "Vim Tips Wiki" heading on main page. */
body.mainpage h1.firstHeading {
  display: none;
}

/* Table with borders and distinct background. */
table.wikitable {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #aaa solid;
  border-collapse: collapse;
}
.wikitable th, .wikitable td {
  border: 1px #aaa solid;
  padding: 0.2em 0.5em;
}
.wikitable th {
  background: #f2f2f2;
  text-align: center;
}
.wikitable caption {
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
}

/* Table with no borders/background. */
table.cleartable {
  margin: 1em 1em 1em 0;
  border-collapse: collapse;
}
.cleartable th, .cleartable td {
  padding: 0.1em 0.5em;
}
.cleartable th {
  background: #f2f2f2;
  text-align: center;
}
.cleartable caption {
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
}