body {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 23px;
  margin: 8px;
}

h1 {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-size: 23px;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  line-height: 23px;
}

img {
  display: block;
  width: 50px;
  height: auto;
  margin-bottom: 16px;
}

p {
  width: 72%;
  max-width: 1400px;
}

#versions {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  border-collapse: collapse;
  width: 72%;
  max-width: 1400px;
}

#versions td,
#versions th {
  border: 1px solid #ddd;
  text-align: left;
  padding: 8px;
}

#versions tr:nth-child(even) {
  background-color: #f2f2f2;
}

#versions tr:hover {
  background-color: #ddd;
}

#versions th {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #595959;
  color: #fff;
}

@media (max-width: 1200px) {
  p,
  #versions {
    width: 100%;
  }
}
