@media (min-width: 1200px) {
  .container-excel-webpage {
    max-width: 960px; } }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.nav-front-sticky {
  position: sticky;
  top: 0;
  z-index: 1030; }

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace; }

.layout-main {
  padding-top: 30px; }

.page-footer {
  box-shadow: 0 -1px 3px 1px rgba(0, 0, 0, 0.16); }

.page-footer-dark,
.page-footer-dark a {
  color: white; }

.page-footer-light {
  background-color: white; }

.page-footer-light,
.page-footer-light a {
  color: #444; }

.navbar-main {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.16); }

.navbar-light.navbar-main {
  background-color: white; }

.navbar .navbar-nav .nav-link,
.navbar .navbar-nav .btn-cta {
  margin-left: 1.5rem; }

.navbar-dark .navbar-nav .nav-link {
  color: white; }

.navbar-light .navbar-nav .nav-link {
  color: #444; }

.logo-container {
  display: flex;
  align-items: center; }

.logo-container img {
  margin-right: 8px; }

.layout-dashboard .container {
  display: flex; }
  .layout-dashboard .container .portlet {
    background-color: #fff;
    padding: 1.5rem;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2); }
  .layout-dashboard .container .sidebar {
    min-width: 150px;
    flex-grow: 1;
    padding-right: 1rem; }
  .layout-dashboard .container .content-container {
    padding-left: 1rem;
    flex-basis: 0;
    flex-grow: 999; }

.container-excel-webpage p {
  --x-height-multiplier: 0.375;
  --baseline-multiplier: 0.17;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  letter-spacing: 0.01rem;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.58;
  letter-spacing: -0.003em;
  margin-top: 29px; }

.container-excel-webpage h1,
.container-excel-webpage h2,
.container-excel-webpage h3,
.container-excel-webpage h4,
.container-excel-webpage h5 {
  margin-top: 30px; }

.container-excel-webpage h1.title {
  font-size: 2.7rem;
  margin-top: 0; }

.container-excel-webpage blockquote {
  padding-left: 0.5rem;
  border-left: 2px solid #ddd; }

.splash {
  padding: 6rem 0 6rem;
  background: #217359;
  background: linear-gradient(165deg, #217359 50%, #219359 100%);
  color: #fff; }

.benefits {
  padding: 80px 0; }
  .benefits .benefit.marked-bg {
    background: #f5f7f5; }
  .benefits .item {
    padding: 70px 0; }
  .benefits .item.last-item {
    border-bottom: none; }
  .benefits .title {
    margin-bottom: 15px; }

.steps {
  background: #f5f7f5;
  padding-top: 60px; }
  .steps .step-row {
    padding-bottom: 60px; }
  .steps .number {
    width: 90px;
    height: 90px;
    line-height: 90px;
    display: block;
    border-radius: 50%;
    background-clip: padding-box;
    text-align: center;
    background: #219359;
    color: #fff;
    margin: 0 auto;
    font-size: 26px;
    font-weight: bold;
    font-family: arial, sans-serif;
    margin-bottom: 40px; }
  .steps .text {
    display: block; }

.auth-section {
  padding: 60px 10px; }
  .auth-section .title {
    font-weight: 300;
    margin-bottom: 60px;
    margin-top: 0; }
  .auth-section .divider {
    border-left: none;
    margin-bottom: 30px;
    position: static; }
    .auth-section .divider:before {
      content: "";
      position: absolute;
      left: 0;
      top: 12px;
      background: #e6e5e5;
      height: 1px;
      width: 100%; }
    .auth-section .divider span {
      background: #fff;
      display: inline-block;
      padding: 0 10px;
      position: relative;
      top: inherit;
      text-transform: uppercase;
      color: #999; }
  .auth-section .social-btns {
    padding-left: 60px;
    min-height: 250px;
    margin-bottom: 15px; }
  .auth-section .social-btns {
    padding-left: 0;
    text-align: center; }

@media (min-width: 768px) {
  .auth-section .social-btns {
    padding-left: 65px; }
  .auth-section .divider {
    text-align: center;
    margin-bottom: 30px;
    color: #999;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }
    .auth-section .divider:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      background: #e6e5e5;
      height: 100%;
      width: 1px; }
    .auth-section .divider span {
      background: #fff;
      display: inline-block;
      padding: 10px 0;
      position: relative;
      top: 80px;
      margin-left: -10px; } }

.nav-user-dropdown .profile-pic {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  vertical-align: bottom; }

.btn-social-login {
  line-height: 25px;
  text-align: left; }
  .btn-social-login .logo {
    height: 25px;
    margin-right: 0.8em; }

ul.social-login li {
  margin-bottom: 1rem; }

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto; }
  .form-signin .checkbox {
    font-weight: 400; }
  .form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px; }
  .form-signin .form-control:focus {
    z-index: 2; }
  .form-signin input[type="password"] {
    margin-bottom: 10px; }

.pricing {
  margin-bottom: 2rem; }
  .pricing .title {
    font-weight: 300;
    margin-bottom: 60px; }
  .pricing .card-col {
    max-width: 320px;
    margin-bottom: 2rem; }
  .pricing .card {
    border: none;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.2); }
  .pricing hr {
    margin: 1.5rem 0; }
  .pricing .card-title {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
    font-weight: bold; }
  .pricing .card-price {
    font-size: 3rem;
    margin: 0; }
    .pricing .card-price .period {
      font-size: 1rem; }
  .pricing ul {
    padding-left: 25px; }
  .pricing ul li {
    margin-bottom: 1rem; }
  .pricing .text-muted {
    opacity: 0.7; }
  .pricing .beta-description {
    text-align: center;
    font-weight: bold;
    margin-top: 1rem; }
  .pricing .beta-subdescription {
    text-align: center;
    margin-top: 1rem; }
  .pricing .plan-description {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.7rem;
    color: #586069; }
  .pricing .faq .faq-entry {
    padding-bottom: 20px; }
  .pricing .faq .faq-question {
    font-weight: 700; }
  .pricing .faq .faq-answer {
    margin-top: 5px; }

.excel-webpages-list {
  margin: 60px 0; }
  .excel-webpages-list .item {
    border-bottom: 1px solid #eee;
    padding: 1rem 0; }
  .excel-webpages-list .details {
    color: #666;
    font-size: 0.8rem; }
  .excel-webpages-list .webpages-list th,
  .excel-webpages-list .webpages-list td {
    white-space: nowrap;
    vertical-align: middle; }
  .excel-webpages-list .webpages-list .title {
    width: 100%;
    white-space: normal; }

.table-container {
  overflow-x: auto; }
  .table-container .excel-cell {
    white-space: pre-wrap;
    padding: 0;
    border: none; }

.body .table-container table.legacy-no-styles {
  padding: 0.25rem; }
  .body .table-container table.legacy-no-styles .excel-cell-content {
    position: relative; }

.body .table-container td.excel-cell-dynamic-content {
  width: auto; }

.body .table-container td.no-dimensions .excel-cell-content div {
  padding: 0.25rem; }

.body .table-container .excel-range .excel-cell.dynamic-width .excel-cell-content {
  left: unset;
  right: unset; }

.body .table-container .excel-range .excel-cell.static-width.can-overflow-right .excel-cell-content,
.body .table-container .excel-range .excel-cell.static-width.can-overflow-left .excel-cell-content {
  overflow: visible; }

.table-container .excel-range {
  table-layout: fixed;
  line-height: 1.4; }

.table-container .excel-range .content-wrapper {
  position: relative;
  width: 100%;
  height: 100%; }

.table-container .excel-range .excel-cell-content {
  display: flex;
  overflow: hidden; }

.table-container .excel-range .excel-cell.static-width .excel-cell-content {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1; }

.table-container .excel-range .excel-cell.dynamic-width .excel-cell-content {
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 0.17em;
  padding-right: 0.17em; }

.table-container .excel-range .legacy-no-dimensions .excel-cell-content {
  position: relative; }

.table-container .excel-range .legacy-no-dimensions.excel-cell-editing .excel-cell-content {
  position: absolute; }

.table-container .excel-range .legacy-no-dimensions.excel-cell-editable div {
  min-width: 1.3em;
  min-height: 1.3em; }

.table-container .excel-range .hidden-placeholder {
  overflow: visible;
  visibility: hidden;
  right: unset; }

.table-container table {
  height: 1px; }

.table-container tr,
.table-container td {
  height: 100%; }

.table-container tbody:hover .excel-cell-editable {
  box-shadow: inset 0 0 4px #666; }

.table-container tbody .excel-cell-editable.excel-cell-editing {
  box-shadow: none;
  padding: 0; }
  .table-container tbody .excel-cell-editable.excel-cell-editing input[type="text"] {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: inherit;
    line-height: 1em;
    padding: 0.1em;
    border: 2px solid #0b6e3a;
    box-shadow: none; }

.layout-docs {
  padding-top: 30px;
  margin-bottom: 3rem; }

.guide-box {
  transition: box-shadow 0.3s;
  border: 1px solid #eee; }

.guide-box:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2); }

.layout-docs .contained {
  width: 650px;
  margin: 0 auto; }

.guide .content-body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #24292e;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 16px;
  line-height: 1.5;
  word-wrap: break-word; }
  .guide .content-body .octicon {
    display: inline-block;
    fill: currentColor;
    vertical-align: text-bottom; }
  .guide .content-body .anchor {
    float: left;
    line-height: 1;
    margin-left: -20px;
    padding-right: 4px; }
  .guide .content-body .anchor:focus {
    outline: none; }
  .guide .content-body h1 .octicon-link,
  .guide .content-body h2 .octicon-link,
  .guide .content-body h3 .octicon-link,
  .guide .content-body h4 .octicon-link,
  .guide .content-body h5 .octicon-link,
  .guide .content-body h6 .octicon-link {
    color: #1b1f23;
    vertical-align: middle;
    visibility: hidden; }
  .guide .content-body h1:hover .anchor,
  .guide .content-body h2:hover .anchor,
  .guide .content-body h3:hover .anchor,
  .guide .content-body h4:hover .anchor,
  .guide .content-body h5:hover .anchor,
  .guide .content-body h6:hover .anchor {
    text-decoration: none; }
  .guide .content-body h1:hover .anchor .octicon-link,
  .guide .content-body h2:hover .anchor .octicon-link,
  .guide .content-body h3:hover .anchor .octicon-link,
  .guide .content-body h4:hover .anchor .octicon-link,
  .guide .content-body h5:hover .anchor .octicon-link,
  .guide .content-body h6:hover .anchor .octicon-link {
    visibility: visible; }
  .guide .content-body .pl-c {
    color: #6a737d; }
  .guide .content-body .pl-c1,
  .guide .content-body .pl-s .pl-v {
    color: #005cc5; }
  .guide .content-body .pl-e,
  .guide .content-body .pl-en {
    color: #6f42c1; }
  .guide .content-body .pl-s .pl-s1,
  .guide .content-body .pl-smi {
    color: #24292e; }
  .guide .content-body .pl-ent {
    color: #22863a; }
  .guide .content-body .pl-k {
    color: #d73a49; }
  .guide .content-body .pl-pds,
  .guide .content-body .pl-s,
  .guide .content-body .pl-s .pl-pse .pl-s1,
  .guide .content-body .pl-sr,
  .guide .content-body .pl-sr .pl-cce,
  .guide .content-body .pl-sr .pl-sra,
  .guide .content-body .pl-sr .pl-sre {
    color: #032f62; }
  .guide .content-body .pl-smw,
  .guide .content-body .pl-v {
    color: #e36209; }
  .guide .content-body .pl-bu {
    color: #b31d28; }
  .guide .content-body .pl-ii {
    background-color: #b31d28;
    color: #fafbfc; }
  .guide .content-body .pl-c2 {
    background-color: #d73a49;
    color: #fafbfc; }
  .guide .content-body .pl-c2:before {
    content: "^M"; }
  .guide .content-body .pl-sr .pl-cce {
    color: #22863a;
    font-weight: 700; }
  .guide .content-body .pl-ml {
    color: #735c0f; }
  .guide .content-body .pl-mh,
  .guide .content-body .pl-mh .pl-en,
  .guide .content-body .pl-ms {
    color: #005cc5;
    font-weight: 700; }
  .guide .content-body .pl-mi {
    color: #24292e;
    font-style: italic; }
  .guide .content-body .pl-mb {
    color: #24292e;
    font-weight: 700; }
  .guide .content-body .pl-md {
    background-color: #ffeef0;
    color: #b31d28; }
  .guide .content-body .pl-mi1 {
    background-color: #f0fff4;
    color: #22863a; }
  .guide .content-body .pl-mc {
    background-color: #ffebda;
    color: #e36209; }
  .guide .content-body .pl-mi2 {
    background-color: #005cc5;
    color: #f6f8fa; }
  .guide .content-body .pl-mdr {
    color: #6f42c1;
    font-weight: 700; }
  .guide .content-body .pl-ba {
    color: #586069; }
  .guide .content-body .pl-sg {
    color: #959da5; }
  .guide .content-body .pl-corl {
    color: #032f62;
    text-decoration: underline; }
  .guide .content-body details {
    display: block; }
  .guide .content-body summary {
    display: list-item; }
  .guide .content-body a {
    background-color: transparent; }
  .guide .content-body a:active,
  .guide .content-body a:hover {
    outline-width: 0; }
  .guide .content-body strong {
    font-weight: inherit;
    font-weight: bolder; }
  .guide .content-body h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  .guide .content-body img {
    border-style: none; }
  .guide .content-body code,
  .guide .content-body kbd,
  .guide .content-body pre {
    font-family: monospace, monospace;
    font-size: 1em; }
  .guide .content-body hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible; }
  .guide .content-body input {
    font: inherit;
    margin: 0; }
  .guide .content-body input {
    overflow: visible; }
  .guide .content-body [type="checkbox"] {
    box-sizing: border-box;
    padding: 0; }
  .guide .content-body * {
    box-sizing: border-box; }
  .guide .content-body input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }
  .guide .content-body a {
    color: #0366d6;
    text-decoration: none; }
  .guide .content-body a:hover {
    text-decoration: underline; }
  .guide .content-body strong {
    font-weight: 600; }
  .guide .content-body hr {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #dfe2e5;
    height: 0;
    margin: 15px 0;
    overflow: hidden; }
  .guide .content-body hr:before {
    content: "";
    display: table; }
  .guide .content-body hr:after {
    clear: both;
    content: "";
    display: table; }
  .guide .content-body table {
    border-collapse: collapse;
    border-spacing: 0; }
  .guide .content-body td,
  .guide .content-body th {
    padding: 0; }
  .guide .content-body details summary {
    cursor: pointer; }
  .guide .content-body h1,
  .guide .content-body h2,
  .guide .content-body h3,
  .guide .content-body h4,
  .guide .content-body h5,
  .guide .content-body h6 {
    margin-bottom: 0;
    margin-top: 0; }
  .guide .content-body h1 {
    font-size: 32px; }
  .guide .content-body h1,
  .guide .content-body h2 {
    font-weight: 600; }
  .guide .content-body h2 {
    font-size: 24px; }
  .guide .content-body h3 {
    font-size: 20px; }
  .guide .content-body h3,
  .guide .content-body h4 {
    font-weight: 600; }
  .guide .content-body h4 {
    font-size: 16px; }
  .guide .content-body h5 {
    font-size: 14px; }
  .guide .content-body h5,
  .guide .content-body h6 {
    font-weight: 600; }
  .guide .content-body h6 {
    font-size: 12px; }
  .guide .content-body p {
    margin-bottom: 10px;
    margin-top: 0; }
  .guide .content-body blockquote {
    margin: 0; }
  .guide .content-body ol,
  .guide .content-body ul {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0; }
  .guide .content-body ol ol,
  .guide .content-body ul ol {
    list-style-type: lower-roman; }
  .guide .content-body ol ol ol,
  .guide .content-body ol ul ol,
  .guide .content-body ul ol ol,
  .guide .content-body ul ul ol {
    list-style-type: lower-alpha; }
  .guide .content-body dd {
    margin-left: 0; }
  .guide .content-body code,
  .guide .content-body pre {
    font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
    font-size: 12px; }
  .guide .content-body pre {
    margin-bottom: 0;
    margin-top: 0; }
  .guide .content-body input::-webkit-inner-spin-button,
  .guide .content-body input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0; }
  .guide .content-body .border {
    border: 1px solid #e1e4e8 !important; }
  .guide .content-body .border-0 {
    border: 0 !important; }
  .guide .content-body .border-bottom {
    border-bottom: 1px solid #e1e4e8 !important; }
  .guide .content-body .rounded-1 {
    border-radius: 3px !important; }
  .guide .content-body .bg-white {
    background-color: #fff !important; }
  .guide .content-body .bg-gray-light {
    background-color: #fafbfc !important; }
  .guide .content-body .text-gray-light {
    color: #6a737d !important; }
  .guide .content-body .mb-0 {
    margin-bottom: 0 !important; }
  .guide .content-body .my-2 {
    margin-bottom: 8px !important;
    margin-top: 8px !important; }
  .guide .content-body .pl-0 {
    padding-left: 0 !important; }
  .guide .content-body .py-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important; }
  .guide .content-body .pl-1 {
    padding-left: 4px !important; }
  .guide .content-body .pl-2 {
    padding-left: 8px !important; }
  .guide .content-body .py-2 {
    padding-bottom: 8px !important;
    padding-top: 8px !important; }
  .guide .content-body .pl-3,
  .guide .content-body .px-3 {
    padding-left: 16px !important; }
  .guide .content-body .px-3 {
    padding-right: 16px !important; }
  .guide .content-body .pl-4 {
    padding-left: 24px !important; }
  .guide .content-body .pl-5 {
    padding-left: 32px !important; }
  .guide .content-body .pl-6 {
    padding-left: 40px !important; }
  .guide .content-body .f6 {
    font-size: 12px !important; }
  .guide .content-body .lh-condensed {
    line-height: 1.25 !important; }
  .guide .content-body .text-bold {
    font-weight: 600 !important; }
  .guide .content-body .markdown-body:before {
    content: "";
    display: table; }
  .guide .content-body .markdown-body:after {
    clear: both;
    content: "";
    display: table; }
  .guide .content-body .markdown-body > :first-child {
    margin-top: 0 !important; }
  .guide .content-body .markdown-body > :last-child {
    margin-bottom: 0 !important; }
  .guide .content-body a:not([href]) {
    color: inherit;
    text-decoration: none; }
  .guide .content-body blockquote,
  .guide .content-body dl,
  .guide .content-body ol,
  .guide .content-body p,
  .guide .content-body pre,
  .guide .content-body table,
  .guide .content-body ul {
    margin-bottom: 16px;
    margin-top: 0; }
  .guide .content-body hr {
    background-color: #e1e4e8;
    border: 0;
    height: 0.25em;
    margin: 24px 0;
    padding: 0; }
  .guide .content-body blockquote {
    border-left: 0.25em solid #dfe2e5;
    color: #6a737d;
    padding: 0 1em; }
  .guide .content-body blockquote > :first-child {
    margin-top: 0; }
  .guide .content-body blockquote > :last-child {
    margin-bottom: 0; }
  .guide .content-body kbd {
    background-color: #fafbfc;
    border: 1px solid #c6cbd1;
    border-bottom-color: #959da5;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 #959da5;
    color: #444d56;
    display: inline-block;
    font-size: 11px;
    line-height: 10px;
    padding: 3px 5px;
    vertical-align: middle; }
  .guide .content-body h1,
  .guide .content-body h2,
  .guide .content-body h3,
  .guide .content-body h4,
  .guide .content-body h5,
  .guide .content-body h6 {
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 16px;
    margin-top: 24px; }
  .guide .content-body h1 {
    font-size: 2em; }
  .guide .content-body h1,
  .guide .content-body h2 {
    border-bottom: 1px solid #eaecef;
    padding-bottom: 0.3em; }
  .guide .content-body h2 {
    font-size: 1.5em; }
  .guide .content-body h3 {
    font-size: 1.25em; }
  .guide .content-body h4 {
    font-size: 1em; }
  .guide .content-body h5 {
    font-size: 0.875em; }
  .guide .content-body h6 {
    color: #6a737d;
    font-size: 0.85em; }
  .guide .content-body ol,
  .guide .content-body ul {
    padding-left: 2em; }
  .guide .content-body ol ol,
  .guide .content-body ol ul,
  .guide .content-body ul ol,
  .guide .content-body ul ul {
    margin-bottom: 0;
    margin-top: 0; }
  .guide .content-body li {
    word-wrap: break-all; }
  .guide .content-body li > p {
    margin-top: 16px; }
  .guide .content-body li + li {
    margin-top: 0.25em; }
  .guide .content-body dl {
    padding: 0; }
  .guide .content-body dl dt {
    font-size: 1em;
    font-style: italic;
    font-weight: 600;
    margin-top: 16px;
    padding: 0; }
  .guide .content-body dl dd {
    margin-bottom: 16px;
    padding: 0 16px; }
  .guide .content-body table {
    display: block;
    overflow: auto;
    width: 100%; }
  .guide .content-body table th {
    font-weight: 600; }
  .guide .content-body table td,
  .guide .content-body table th {
    border: 1px solid #dfe2e5;
    padding: 6px 13px; }
  .guide .content-body table tr {
    background-color: #fff;
    border-top: 1px solid #c6cbd1; }
  .guide .content-body table tr:nth-child(2n) {
    background-color: #f6f8fa; }
  .guide .content-body img {
    background-color: #fff;
    box-sizing: content-box;
    max-width: 100%; }
  .guide .content-body img.bordered {
    border: 1px solid #ccc; }
  .guide .content-body img[align="right"] {
    padding-left: 20px; }
  .guide .content-body img[align="left"] {
    padding-right: 20px; }
  .guide .content-body code {
    background-color: rgba(27, 31, 35, 0.05);
    border-radius: 3px;
    font-size: 85%;
    margin: 0;
    padding: 0.2em 0.4em; }
  .guide .content-body pre {
    word-wrap: normal; }
  .guide .content-body pre > code {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    padding: 0;
    white-space: pre;
    word-break: normal; }
  .guide .content-body .highlight {
    margin-bottom: 16px; }
  .guide .content-body .highlight pre {
    margin-bottom: 0;
    word-break: normal; }
  .guide .content-body .highlight pre,
  .guide .content-body pre {
    background-color: #f6f8fa;
    border-radius: 3px;
    font-size: 85%;
    line-height: 1.45;
    overflow: auto;
    padding: 16px; }
  .guide .content-body pre code {
    background-color: transparent;
    border: 0;
    display: inline;
    line-height: inherit;
    margin: 0;
    max-width: auto;
    overflow: visible;
    padding: 0;
    word-wrap: normal; }
  .guide .content-body .commit-tease-sha {
    color: #444d56;
    display: inline-block;
    font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
    font-size: 90%; }
  .guide .content-body .blob-wrapper {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    overflow-x: auto;
    overflow-y: hidden; }
  .guide .content-body .blob-wrapper-embedded {
    max-height: 240px;
    overflow-y: auto; }
  .guide .content-body .blob-num {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    color: rgba(27, 31, 35, 0.3);
    cursor: pointer;
    font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
    font-size: 12px;
    line-height: 20px;
    min-width: 50px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: right;
    user-select: none;
    vertical-align: top;
    white-space: nowrap;
    width: 1%; }
  .guide .content-body .blob-num:hover {
    color: rgba(27, 31, 35, 0.6); }
  .guide .content-body .blob-num:before {
    content: attr(data-line-number); }
  .guide .content-body .blob-code {
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    vertical-align: top; }
  .guide .content-body .blob-code-inner {
    color: #24292e;
    font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
    font-size: 12px;
    overflow: visible;
    white-space: pre;
    word-wrap: normal; }
  .guide .content-body .pl-token.active,
  .guide .content-body .pl-token:hover {
    background: #ffea7f;
    cursor: pointer; }
  .guide .content-body kbd {
    background-color: #fafbfc;
    border: 1px solid #d1d5da;
    border-bottom-color: #c6cbd1;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 #c6cbd1;
    color: #444d56;
    display: inline-block;
    font: 11px SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
    line-height: 10px;
    padding: 3px 5px;
    vertical-align: middle; }
  .guide .content-body :checked + .radio-label {
    border-color: #0366d6;
    position: relative;
    z-index: 1; }
  .guide .content-body .tab-size[data-tab-size="1"] {
    -moz-tab-size: 1;
    tab-size: 1; }
  .guide .content-body .tab-size[data-tab-size="2"] {
    -moz-tab-size: 2;
    tab-size: 2; }
  .guide .content-body .tab-size[data-tab-size="3"] {
    -moz-tab-size: 3;
    tab-size: 3; }
  .guide .content-body .tab-size[data-tab-size="4"] {
    -moz-tab-size: 4;
    tab-size: 4; }
  .guide .content-body .tab-size[data-tab-size="5"] {
    -moz-tab-size: 5;
    tab-size: 5; }
  .guide .content-body .tab-size[data-tab-size="6"] {
    -moz-tab-size: 6;
    tab-size: 6; }
  .guide .content-body .tab-size[data-tab-size="7"] {
    -moz-tab-size: 7;
    tab-size: 7; }
  .guide .content-body .tab-size[data-tab-size="8"] {
    -moz-tab-size: 8;
    tab-size: 8; }
  .guide .content-body .tab-size[data-tab-size="9"] {
    -moz-tab-size: 9;
    tab-size: 9; }
  .guide .content-body .tab-size[data-tab-size="10"] {
    -moz-tab-size: 10;
    tab-size: 10; }
  .guide .content-body .tab-size[data-tab-size="11"] {
    -moz-tab-size: 11;
    tab-size: 11; }
  .guide .content-body .tab-size[data-tab-size="12"] {
    -moz-tab-size: 12;
    tab-size: 12; }
  .guide .content-body .task-list-item {
    list-style-type: none; }
  .guide .content-body .task-list-item + .task-list-item {
    margin-top: 3px; }
  .guide .content-body .task-list-item input {
    margin: 0 0.2em 0.25em -1.6em;
    vertical-align: middle; }
  .guide .content-body hr {
    border-bottom-color: #eee; }
  .guide .content-body .pl-0 {
    padding-left: 0 !important; }
  .guide .content-body .pl-1 {
    padding-left: 4px !important; }
  .guide .content-body .pl-2 {
    padding-left: 8px !important; }
  .guide .content-body .pl-3 {
    padding-left: 16px !important; }
  .guide .content-body .pl-4 {
    padding-left: 24px !important; }
  .guide .content-body .pl-5 {
    padding-left: 32px !important; }
  .guide .content-body .pl-6 {
    padding-left: 40px !important; }
  .guide .content-body .pl-7 {
    padding-left: 48px !important; }
  .guide .content-body .pl-8 {
    padding-left: 64px !important; }
  .guide .content-body .pl-9 {
    padding-left: 80px !important; }
  .guide .content-body .pl-10 {
    padding-left: 96px !important; }
  .guide .content-body .pl-11 {
    padding-left: 112px !important; }
  .guide .content-body .pl-12 {
    padding-left: 128px !important; }

@media only screen and (max-width: 767px) {
  .layout-docs .contained {
    width: 100%; } }


/*# sourceMappingURL=https://sourcemaps.local.publisheet.com/website/static/css/vendors.8ba880e0.chunk.css.map*/