body {
  font-family: "Exo 2", sans-serif;
}

a, button {
  color: #003267;
}
a:hover, button:hover {
  color: #398509;
  text-decoration: none;
}

p {
  line-height: 1.7rem;
}

/*
img{
  pointer-events: none; // IE hack
}
*/
h2 {
  font-size: 140%;
}
h2 a {
  text-decoration: none !important;
}

h3 {
  font-size: 1.45rem;
}

mark {
  background-color: #ffd600;
}

ul li {
  padding: 5px 0 5px 0;
}

ol li {
  padding: 5px 0 5px 0;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  background-color: transparent;
  border: 0;
  padding: 0;
}

.page_content table {
  caption-side: bottom;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border: 1px solid #ededed;
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
}
.page_content table.border-big {
  border: 4px;
}
.page_content table:last-child {
  margin-bottom: 0;
}
.page_content table th {
  text-align: inherit;
  text-align: -webkit-match-parent;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  padding: 0.5rem 0.5rem;
}
.page_content table tbody {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
.page_content table td {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  padding: 0.5rem 0.5rem;
}
.page_content table thead {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
.page_content table tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
.page_content table:not(caption) > * > * {
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.page_content table:not(caption):not(:last-child):last-child > * {
  border-bottom-color: currentColor;
}
.page_content table tbody {
  vertical-align: inherit;
}
.page_content table thead {
  vertical-align: bottom;
}

/*# sourceMappingURL=tags.css.map */
