a.sg {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }

h1.sg {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 2.3rem;
  margin-top: 0; }

.sg.sg-design {
  display: none; }

.sg.sg-footer {
  display: none; }

.sg.sg-header {
  background: #0057D8; }
  .sg.sg-header .sg-inner {
    width: 100%;
    display: flex;
    align-items: center; }
  .sg.sg-header .sg-title h1 {
    font-weight: normal;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }
  .sg.sg-header .sg.sg-search-container {
    margin-left: auto; }
    .sg.sg-header .sg.sg-search-container .sg.sg-search-field {
      border-width: 0;
      border-radius: 0.2em;
      padding: 0.5em 1em;
      font-size: small;
      text-transform: lowercase;
      margin: 0; }

.sg.sg-label {
  border: 2px solid #ccc;
  border-radius: 0.3em;
  color: #4c555a; }

.sg.sg-top-nav {
  background-color: #f5f7f9;
  border-bottom: 1px solid rgba(120, 134, 156, 0.08); }
  .sg.sg-top-nav-menu li {
    background: transparent;
    color: #4c555a; }
  .sg.sg-top-nav-menu > li + li {
    margin-left: 1.5em; }
  .sg.sg-top-nav-menu > li > a,
  .sg.sg-top-nav-menu > li > a:hover {
    line-height: 40px;
    color: #4c555a;
    background-color: transparent;
    padding: 0; }
    .sg.sg-top-nav-menu > li > a.active, .sg.sg-top-nav-menu > li > a.sub-active,
    .sg.sg-top-nav-menu > li > a:hover.active,
    .sg.sg-top-nav-menu > li > a:hover.sub-active {
      line-height: 40px;
      border-width: 0;
      background-color: transparent;
      color: #0057D8; }

.sg.sg-nav-subsection {
  display: none !important; }

.sg.sg-section + .sg.sg-section {
  margin-top: 3rem;
  border-top: 1px solid rgba(204, 204, 204, 0.2);
  padding-top: 3rem; }

.sg.sg-section.main {
  box-shadow: none; }

.sg.sg-section .sg-section-header {
  background: #fff; }
  .sg.sg-section .sg-section-header h1 {
    color: #4c555a;
    font-size: 1.6em;
    padding: 0; }

.sg.sg-section .sg.sg-section-partial {
  border-width: 0;
  padding: 1rem 0; }
  .sg.sg-section .sg.sg-section-partial:last-child {
    border-width: 0; }
  .sg.sg-section .sg.sg-section-partial.sg-code-listing {
    padding: 0;
    background: transparent none; }
    .sg.sg-section .sg.sg-section-partial.sg-code-listing + .sg.sg-section-partial.sg-code-listing {
      margin-top: 1em; }

.sg.sg-section .sg.modifier-list {
  padding: 0 0 0 1rem;
  border-left: 2px solid #0057D8; }

.sg.sg-section .sg.sg-code-listing a.sg-show-section {
  display: inline-block;
  padding: 0;
  color: #0057D8;
  font-weight: bold; }
  .sg.sg-section .sg.sg-code-listing a.sg-show-section:hover {
    color: #0065FF;
    text-decoration: underline; }

.sg.sg-section .sg.sg-code-listing .sg.sg-label {
  top: 4px;
  right: 4px; }

.sg.sg-section .sg.sg-code-listing pre {
  padding: 0;
  margin: 0; }

.sg.sg-section .sg.sg-code-listing .hljs {
  padding: 1rem;
  border-radius: 0.3em; }
