/*
Copyright 2008-2013 Concur Technologies, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may
not use this file except in compliance with the License. You may obtain
a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations
under the License.
*/
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, html, body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px; }

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  font-weight: bold; }

.content pre {
  font-family: Consolas, Menlo, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace, serif;
  font-size: 12px;
  line-height: 1.5; }

/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Removes default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em; }

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap; }

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'icomoon';
  src: url(../fonts/icomoon-62e863bc.eot);
  src: url(../fonts/icomoon-62e863bc.eot?#iefix) format("embedded-opentype"), url(../fonts/icomoon-d3b291b0.ttf) format("truetype"), url(../fonts/icomoon-0592bcf6.woff) format("woff"), url(../fonts/icomoon-1a07fe9a.svg#icomoon) format("svg");
  font-weight: normal;
  font-style: normal; }
.content aside.warning:before, .content aside.caution:before, .content aside.notice:before, .content aside.success:before, .tocify-wrapper > .search:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1; }

.content aside.warning:before, .content aside.caution:before {
  content: "\e600"; }

.content aside.notice:before {
  content: "\e602"; }

.content aside.success:before {
  content: "\e606"; }

.tocify-wrapper > .search:before {
  content: "\e607"; }

/*
Copyright 2008-2013 Concur Technologies, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may
not use this file except in compliance with the License. You may obtain
a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations
under the License.
*/
html, body {
  color: #1b3a52;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  height: 100%;
  -webkit-text-size-adjust: none;
  /* Never autoresize text */ }

.tocify-header > hr {
  background-color: #ccc;
  border: none;
  height: 1px;
  margin: 15px; }

.section-header {
  margin-top: 10px !important;
  font-weight: bold; }

h1.section-header {
  margin-top: 80px !important; }
  h1.section-header:after {
    content: none; }

.navbar {
  position: fixed;
  height: 50px;
  background: #2b71b1;
  left: 0;
  top: 0;
  right: 0;
  z-index: 5000; }

.navbar ul {
  margin: 0;
  padding: 0 0 0 20px;
  float: left;
  list-style: none; }

.navbar .navbar-brand {
  float: left;
  height: 40px;
  width: 150px;
  display: block;
  margin: 5px 20px;
  background-image: url("../images/coinbase-pro-logo.inline-926888b9.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
  font-size: 0px/0px a;
  color: transparent;
  text-shadow: none;
  position: relative; }
  .navbar .navbar-brand:after {
    content: "";
    position: absolute;
    right: -20px;
    top: 5px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.3);
    width: 1px; }

.navbar ul li {
  float: left;
  padding: 17px 0; }
  .navbar ul li a {
    color: #fff;
    text-decoration: none;
    padding: 0 10px;
    font-size: 11px;
    font-weight: bold;
    opacity: .6;
    text-transform: uppercase; }
  .navbar ul li a:hover {
    opacity: 1; }

#toc > ul > li > a > span {
  float: right;
  background-color: #2484FF;
  border-radius: 40px;
  width: 20px; }

.tocify-wrapper {
  -webkit-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
  overflow: hidden;
  overflow-y: auto;
  position: fixed;
  z-index: 30;
  top: 50px;
  left: 0;
  bottom: 0;
  width: 190px;
  background-color: #fff;
  font-size: 13px;
  border-right: 1px solid rgba(221, 221, 221, 0.5);
  background: rgba(255, 255, 255, 0.95);
  z-index: 5000;
  padding-bottom: 30px; }
  .tocify-wrapper > div {
    overflow-y: auto;
    overflow-x: hidden; }
  .tocify-wrapper li > a {
    color: rgba(27, 58, 82, 0.6); }
  .tocify-wrapper .title {
    padding-left: 15px;
    font-size: 13px;
    margin-top: 25px; }
  .tocify-wrapper .lang-selector {
    display: none; }
    .tocify-wrapper .lang-selector a {
      padding-top: 0.5em;
      padding-bottom: 0.5em; }
  .tocify-wrapper .section-header .tocify-wrapper li > a {
    color: rgba(27, 58, 82, 0.8); }
  .tocify-wrapper > img {
    display: block; }
  .tocify-wrapper > .search {
    position: relative; }
    .tocify-wrapper > .search input {
      background: #393939;
      border-width: 0 0 1px 0;
      border-color: #666;
      padding: 6px 0 6px 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin: 10px 15px;
      width: 160px;
      outline: none;
      color: #fff;
      border-radius: 0;
      /* ios has a default border radius */ }
    .tocify-wrapper > .search:before {
      position: absolute;
      top: 17px;
      left: 15px;
      color: #fff; }
  .tocify-wrapper img + .tocify {
    margin-top: 20px; }
  .tocify-wrapper .search-results {
    margin-top: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition-property: height, margin;
    transition-property: height, margin;
    -webkit-transition-duration: 180ms;
            transition-duration: 180ms;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    background: #262626; }
    .tocify-wrapper .search-results.visible {
      height: 30%;
      margin-bottom: 1em; }
    .tocify-wrapper .search-results li {
      margin: 1em 15px;
      line-height: 1; }
    .tocify-wrapper .search-results a {
      color: #fff;
      text-decoration: none; }
      .tocify-wrapper .search-results a:hover {
        text-decoration: underline; }
  .tocify-wrapper .tocify-item > a, .tocify-wrapper .toc-footer li {
    padding: 0 15px 0 15px;
    display: block;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .tocify-wrapper ul, .tocify-wrapper li {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 24px; }
  .tocify-wrapper li {
    color: #fff;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-duration: 200ms;
            transition-duration: 200ms; }
  .tocify-wrapper .tocify-focus a {
    border-left: 5px solid #142d5c;
    padding-left: 10px;
    color: #1b3a52;
    font-weight: bold; }
  .tocify-wrapper .tocify-subheader .tocify-focus a {
    padding-left: 20px !important; }
  .tocify-wrapper .tocify-subheader {
    display: none;
    background: #fff !important;
    font-weight: 500;
    background: #262626; }
    .tocify-wrapper .tocify-subheader .tocify-item > a {
      padding-left: 25px;
      font-size: 12px; }
    .tocify-wrapper .tocify-subheader > li:last-child {
      -webkit-box-shadow: none;
              box-shadow: none; }
  .tocify-wrapper .toc-footer {
    padding: 1em 0;
    margin-top: 1em;
    border-top: 1px dashed #666; }
    .tocify-wrapper .toc-footer li, .tocify-wrapper .toc-footer a {
      color: #fff;
      text-decoration: none; }
    .tocify-wrapper .toc-footer a:hover {
      text-decoration: underline; }
    .tocify-wrapper .toc-footer li {
      font-size: 0.8em;
      line-height: 1.7;
      text-decoration: none; }

#nav-button {
  padding: 17px 15px;
  display: none;
  position: fixed;
  top: 0;
  left: 100% !important;
  margin-left: -60px;
  z-index: 5000;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  opacity: 0.7;
  line-height: 16px;
  -webkit-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out; }
  #nav-button img {
    height: 16px;
    vertical-align: bottom; }
  #nav-button:hover {
    opacity: 1; }
  #nav-button.open {
    left: 190px; }

.page-wrapper {
  margin-left: 190px;
  position: relative;
  z-index: 10;
  background-color: #fff;
  min-height: 100%;
  margin-top: 50px;
  padding-bottom: 1px; }
  .page-wrapper .dark-box {
    width: 50%;
    background-color: #f8f8f8;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0; }
  .page-wrapper .lang-selector {
    position: fixed;
    z-index: 50;
    border-bottom: 1px solid rgba(204, 204, 204, 0.6);
    padding: 15px 28px 14px; }

.lang-selector {
  background-color: #f8f8f8;
  width: 100%; }
  .lang-selector a {
    display: block;
    float: left;
    color: #fff;
    text-decoration: none;
    padding: 0 15px;
    line-height: 30px;
    border-bottom: 2px solid rgba(20, 45, 92, 0.3);
    border-radius: 0;
    margin-right: 5px;
    background-color: rgba(27, 58, 82, 0.3);
    font-weight: bold; }
    .lang-selector a:active {
      background-color: #1b3a52;
      color: #fff; }
    .lang-selector a.active {
      background-color: #1b3a52;
      color: #fff; }
  .lang-selector:after {
    content: "";
    clear: both;
    display: block; }

.content {
  position: relative;
  z-index: 30;
  margin-bottom: 0 !important;
  padding-bottom: 30px; }
  .content:after {
    content: "";
    display: block;
    clear: both; }
  .content > h1, .content > h2, .content > h3, .content > h4, .content > h5, .content > h6, .content > p, .content > table, .content > ul, .content > ol, .content > aside, .content > dl {
    margin-right: 50%;
    padding: 0 28px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block; }
  .content > h1 {
    margin-right: 0; }
  .content > h2 {
    margin-right: 50%; }
  .content > h1#introduction {
    margin-right: 50%; }
  .content > ul, .content > ol {
    padding-left: 43px; }
  .content > h1, .content > h2, .content > div {
    clear: both; }
  .content h1 {
    font-size: 30px;
    padding-top: 0.5em;
    padding-bottom: 0.3em;
    border-bottom: none !important;
    border-top: 5px solid rgba(27, 58, 82, 0.1);
    margin-bottom: 21px;
    margin-top: 60px; }
  .content h1:first-child, .content div:first-child + h1 {
    border-top-width: 0;
    margin-top: 0; }
  .content h2 {
    font-size: 18px;
    margin-top: 4em;
    margin-bottom: 0;
    border-top: 1px solid rgba(204, 204, 204, 0.4);
    padding-top: 1.2em;
    padding-bottom: 1.2em; }
  .content h1 + h2, .content h1 + div + h2 {
    margin-top: -21px;
    border-top: none; }
  .content h3, .content h4, .content h5, .content h6 {
    font-size: 12px;
    margin-top: 2.5em;
    margin-bottom: 0.8em;
    text-transform: uppercase; }
  .content h4, .content h5, .content h6 {
    font-size: 10px; }
  .content hr {
    margin: 2em 0;
    border-top: 2px solid #f8f8f8;
    border-bottom: 2px solid #fff; }
  .content table {
    margin-bottom: 1em;
    overflow: auto; }
    .content table th, .content table td {
      text-align: left;
      vertical-align: top;
      line-height: 1.6; }
    .content table th {
      padding: 5px 10px;
      border-bottom: 1px solid #ccc;
      vertical-align: bottom; }
    .content table td {
      padding: 10px; }
    .content table tr:last-child {
      border-bottom: 1px solid #ccc; }
    .content table tr:nth-child(odd) > td {
      background-color: white; }
    .content table tr:nth-child(even) > td {
      background-color: white; }
  .content dt {
    font-weight: bold; }
  .content dd {
    margin-left: 15px; }
  .content p, .content li, .content dt, .content dd {
    line-height: 1.6;
    margin-top: 0; }
  .content img {
    max-width: 100%; }
  .content pre {
    width: 100%;
    white-space: pre !important; }
  .content code.prettyprint {
    font-weight: bold; }
  .content aside {
    padding-top: 2em;
    padding-bottom: 2em;
    text-shadow: none;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    line-height: 1.6;
    color: #233247; }
    .content aside.warning {
      border-left: 5px solid #c5696b;
      text-shadow: none;
      background: rgba(197, 105, 107, 0.2); }
    .content aside.caution {
      border-left: 5px solid #eb920f;
      text-shadow: none;
      background: rgba(237, 137, 21, 0.2); }
    .content aside.notice {
      border-left: 5px solid #2b71b6;
      text-shadow: none;
      background-color: rgba(43, 113, 182, 0.2); }
    .content aside.success {
      border-left: 5px solid #639060;
      text-shadow: none;
      background: rgba(99, 144, 96, 0.2); }
  .content aside:before {
    vertical-align: middle;
    padding-right: 0.5em;
    font-size: 14px; }
  .content .search-highlight {
    padding: 2px;
    margin: -2px;
    border-radius: 4px;
    border: 1px solid #F7E633;
    text-shadow: 1px 1px 0 #666;
    background: -webkit-gradient(linear, right bottom, left top, from(#F7E633), to(#F1D32F));
    background: linear-gradient(to top left, #F7E633 0%, #F1D32F 100%); }

.highlight .m, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mb, .highlight .mx {
  color: #4D6D06; }

.highlight .s, .highlight .sb, .highlight .sc, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .sx, .highlight .s1 {
  color: #031830; }

.highlight, .highlight .w, .highlight .p {
  color: #272822; }

.highlight .kc {
  color: #CF1212; }

.highlight .w {
  background-color: transparent;
  word-wrap: normal; }

.highlight .s2 {
  white-space: nowrap; }

.s2 + .p {
  white-space: nowrap; }

.highlight .err {
  color: #ac4142;
  background-color: transparent !important; }

.content pre, .content blockquote {
  background-color: transparent;
  color: #333;
  padding: 10px;
  margin: 0 3%;
  width: 44%;
  overflow: scroll;
  float: right;
  clear: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .content pre > p, .content blockquote > p {
    margin: 0; }
  .content pre a, .content blockquote a {
    color: #fff;
    text-decoration: none;
    border-bottom: dashed 1px #ccc; }
  .content pre .shell, .content blockquote .shell {
    font-size: 20px; }
.content blockquote {
  padding: 0; }
.content pre {
  border: 1px solid rgba(194, 194, 194, 0.3);
  border-radius: 3px;
  background-color: #F2F2F3;
  margin-bottom: 10px; }
.content .shell {
  white-space: nowrap;
  display: inline-block; }
.content blockquote > p {
  padding: 20px 0;
  color: rgba(20, 45, 92, 0.85); }

.tocify-wrapper .section-header {
  position: relative;
  padding-top: 10px !important; }
  .tocify-wrapper .section-header:after {
    content: "";
    position: absolute;
    left: 15px;
    top: 0;
    width: 50px;
    height: 1px;
    background-color: rgba(194, 194, 194, 0.3); }

@media (max-width: 930px) {
  .tocify-wrapper {
    left: -190px; }
    .tocify-wrapper.open {
      left: 0; }

  .page-wrapper {
    margin-left: 0;
    margin-top: 50px; }

  #nav-button {
    display: block; }

  .navbar {
    padding-left: 0; }

  .content > h1, .content > h2, .content > h3, .content > h4, .content > h5, .content > h6, .content > p, .content > table, .content > ul, .content > ol, .content > aside, .content > dl {
    padding-left: 20px;
    padding-right: 20px; }

  .tocify-wrapper .tocify-item > a {
    padding-top: 0.3em;
    padding-bottom: 0.3em; }

  .content > h1#introduction {
    margin-right: 0; } }
@media (max-width: 740px) {
  .dark-box {
    display: none; }

  .navbar-nav .a {
    display: none; }

  .content > h1, .content > h2, .content > h3, .content > h4, .content > h5, .content > h6, .content > p, .content > table, .content > ul, .content > ol, .content > aside, .content > dl {
    margin-right: 0; }

  .tocify-wrapper .lang-selector {
    display: block; }

  .page-wrapper .lang-selector {
    display: none; }

  .content pre, .content blockquote {
    width: auto;
    float: none; }

  .content > pre + h1, .content > blockquote + h1, .content > pre + h2, .content > blockquote + h2, .content > pre + h3, .content > blockquote + h3, .content > pre + h4, .content > blockquote + h4, .content > pre + h5, .content > blockquote + h5, .content > pre + h6, .content > blockquote + h6, .content > pre + p, .content > blockquote + p, .content > pre + table, .content > blockquote + table, .content > pre + ul, .content > blockquote + ul, .content > pre + ol, .content > blockquote + ol, .content > pre + aside, .content > blockquote + aside, .content > pre + dl, .content > blockquote + dl {
    margin-top: 28px; } }
