/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}

body
{
  background-color:white;
}

h2
{
  color:rgb(14, 122, 0);
}

.page_title
{
  color:rgb(14, 122, 0);
}

.cover-container
{
  max-width: 72em;
}

.nav-masthead .nav-link
{
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus
{
  border-bottom-color: rgba(10, 88, 202, .25);
}

.nav-masthead .nav-link + .nav-link
{
  margin-left: 1rem;
}

.nav-masthead .active
{
  color: rgb(10, 88, 202);
  border-bottom-color: rgb(10, 88, 202);
}

.snippet {
  color: darkslategray;
}

.ranking {
  color: darkgreen;
}

.paging-button
{
  background-color: rgb(10, 88, 202);
  border-bottom-color: rgb(10, 88, 202);
  border-bottom-left-radius: 3.2px;
  border-bottom-right-radius: 3.2px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: rgb(10, 88, 202);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: rgb(10, 88, 202);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: rgb(10, 88, 202);
  border-top-left-radius: 3.2px;
  border-top-right-radius: 3.2px;
  border-top-style: solid;
  border-top-width: 1px;
  box-sizing: border-box;
  color: rgb(10, 88, 202);
  cursor: pointer;
  display: inline-block;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  text-align: center;
  text-decoration-color: rgb(10, 88, 202);
  text-decoration-line: none;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  transition-delay: 0s, 0s, 0s, 0s;
  transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
  transition-property: color, background-color, border-color, box-shadow;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  user-select: none;
  vertical-align: middle;
}

.paging-button-selected
{
  background-color: rgb(40, 118, 242);
  border-bottom-color: rgb(40, 118, 242);
  border-bottom-left-radius: 3.2px;
  border-bottom-right-radius: 3.2px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: rgb(40, 118, 242);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: rgb(40, 118, 242);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: rgb(40, 118, 242);
  border-top-left-radius: 3.2px;
  border-top-right-radius: 3.2px;
  border-top-style: solid;
  border-top-width: 1px;
  box-sizing: border-box;
  color: rgb(40, 118, 242);
  cursor: pointer;
  display: inline-block;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  text-align: center;
  text-decoration-color: rgb(40, 118, 242);
  text-decoration-line: none;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  transition-delay: 0s, 0s, 0s, 0s;
  transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
  transition-property: color, background-color, border-color, box-shadow;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  user-select: none;
  vertical-align: middle;
}

.paging-text
{
  color:white;
}
