body {
  margin: 0;
}

* {
  box-sizing: border-box;
}

.container {
  max-width: 1320px; /* Match status page */
  max-width: 900px;
  margin: 0 auto;
  padding: 0 0.75rem;
}

a {
  color: hsl(25.25, 100%, 52.5%) !important;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  border-bottom-width: 0 !important;
  font-weight: 500 !important;
}

h1 {
  font-size: 30px;
}

.markdown-body {
  padding: 1.5rem 0;
}

table {
  margin-bottom: 0 !important;
}

tr {
  border: none !important;
}

th,
td {
  border-left: none !important;
  border-right: none !important;
  text-align: left !important;
}

th {
  border-top: none !important;
}

details,
table {
  box-shadow: 0 15px 70px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  padding: 1.25rem;
}

details table {
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}

details summary {
  cursor: pointer;
  color: hsl(25.25, 100%, 52.5%);
}

details summary:hover {
  cursor: pointer;
  color: hsl(25.25, 100%, 42.5%);
}

details[open] summary {
  margin-bottom: 16px;
}
