.st_pages_frame {
  border: 1px solid rgb(165, 174, 189);
  margin-top: 8px;
  height: 12px;
  margin-bottom: 11px;
  background: rgb(252, 190, 100);
}

.st_pages_frame a {
  padding: 5px;
  font-size: 12px;
  text-decoration: none;
  border: 1px solid rgb(165, 174, 189);
  background: rgb(242, 245, 248);
  margin-right: 4px;
}

.st_pages_frame a b {
  font-weight: 700;
  color: rgb(9, 145, 172);
}

/* Related classes found */
.st_round { border-radius: 3px; }
.st_round_bottom { border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; }
.st_round_top { border-top-left-radius: 3px; border-top-right-radius: 3px; }
