/* Styles for Github project version tables */

div.github_version {
  background-color: white;
  padding-top: 2em;
  text-align: center;
}

table.github_version {
  width: 100%;
}

table.github_version th {
  text-align: center;
}
