@charset "utf-8";
/* CSS Document */
html {
  font-size: 16px; /* 1rem = 16px */
}
body {
  font-size: 1rem;
  line-height: 1.6;
}
em {
  background-color: antiquewhite;
}
blockquote {
  border-left: 0.75rem solid rgb(220, 220, 220);
  padding-left: 0.25rem;
}
.highlights {
  background: linear-gradient(transparent 50%, rgba(88, 178, 220, .25));
  margin: 2rem 0 1rem 0;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.25rem;
}
.table-wrapper {
  overflow-x: auto;
}
.simple-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}
.simple-table th {
  border-bottom: 2px solid #ccc;
  padding: 8px;
  background-color: #f0f8ff;
  text-align:center;
}
.simple-table td {
  border-bottom: 1px solid #ccc;
  padding: 8px;
  text-align:center;
}
.simple-table .highlight {
  background-color: #f9f9f9;
  font-weight: bold;
}