html, body {
  font-family: -apple-system, "Helvetica Neue", "Arial", sans-serif;
  margin: 0px;
  padding: 0px;
  color: #797E88;
  background: #F0F1F5;
  letter-spacing: 0.4px;
  -webkit-font-smoothing: antialiased; }

/* Base Style */
p {
  clear: left;
  margin-bottom: 10px; }

a {
  color: #00C2D9;
  text-decoration: none; }

.clear {
  clear: both; }

.align-center {
  text-align: center; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

.invisible {
  display: none; }

h1 {
  display: block;
  margin: 0;
  font-size: 38px;
  font-weight: 500;
  margin-top: 16px; }

h2 {
  margin: 10px 0px 25px 0px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  opacity: 0.8; }

h3 {
  margin: 0px 0px 20px 0px;
  font-weight: 400;
  font-size: 24px; }

/* Palette Colors */
.palette-red {
  background: linear-gradient(to bottom right, #FF4747 0%, #D90A6F 100%); }
  .palette-red.workflow:active {
    background: linear-gradient(to bottom right, #EC295B 0%, #D90A6F 100%); }

.palette-yellow {
  background: linear-gradient(to bottom right, #EEDA00 0%, #ED9E00 100%); }
  .palette-yellow.workflow:active {
    background: linear-gradient(to bottom right, #EEBC00 0%, #ED9E00 100%); }

.palette-gold {
  background: linear-gradient(to bottom right, #ECC41F 0%, #E27B13 100%); }
  .palette-gold.workflow:active {
    background: linear-gradient(to bottom right, #E7A019 0%, #E27B13 100%); }

.palette-blue {
  background: linear-gradient(to bottom right, #00C2D9 0%, #1991EA 100%); }
  .palette-blue.workflow:active, .palette-blue.get-button:active {
    background: linear-gradient(to bottom right, #0DAAE2 0%, #1991EA 100%); }

.palette-light-blue {
  background: linear-gradient(to bottom right, #00C8C8 0%, #0A9EC4 100%); }
  .palette-light-blue.workflow:active {
    background: linear-gradient(to bottom right, #05B3C6 0%, #0A9EC4 100%); }

.palette-green {
  background: linear-gradient(to bottom right, #00CD86 0%, #3AB52A 100%); }
  .palette-green.workflow:active, .palette-green.get-button:active {
    background: linear-gradient(to bottom right, #1DC158 0%, #3AB52A 100%); }

.palette-light-green {
  background: linear-gradient(to bottom right, #83D517 0%, #58BA22 100%); }
  .palette-light-green.workflow:active {
    background: linear-gradient(to bottom right, #6EC81D 0%, #58BA22 100%); }

.palette-pink {
  background: linear-gradient(to bottom right, #FF7193 0%, #D12C9F 100%); }
  .palette-pink.workflow:active {
    background: linear-gradient(to bottom right, #E84F99 0%, #D12C9F 100%); }

.palette-fuschia {
  background: linear-gradient(to bottom right, #DE4BBE 0%, #A000E6 100%); }
  .palette-fuschia.workflow:active {
    background: linear-gradient(to bottom right, #BF26D2 0%, #A000E6 100%); }

.palette-purple {
  background: linear-gradient(to bottom right, #885AFF 0%, #1749E5 100%); }
  .palette-purple.workflow:active {
    background: linear-gradient(to bottom right, #7255F6, 0%, #5C50EC 100%); }

.palette-gray {
  background: linear-gradient(to bottom right, #8F9EB0 0%, #50608C 100%); }
  .palette-gray.workflow:active {
    background: linear-gradient(to bottom right, #707F9E 0%, #50608C 100%); }

.palette-black {
  background: linear-gradient(to bottom right, #26476C 0%, #003068 100%); }
  .palette-black.workflow:active {
    background: linear-gradient(to bottom right, #133C6A 0%, #003068 100%); }

.palette-orange {
  background: linear-gradient(to bottom right, #FC881B 0%, #F22553 100%); }
  .palette-orange.workflow:active {
    background: linear-gradient(to bottom right, #F75737 0%, #F22553 100%); }

.palette-blurple {
  background: linear-gradient(to bottom right, #2678E4 0%, #5F48E5 100%); }
  .palette-blurple.workflow:active {
    background: linear-gradient(to bottom right, #4360E5 0%, #5F48E5 100%); }

.palette-mint {
  background: linear-gradient(to bottom right, #00E29C 0%, #13BC9C 100%); }
  .palette-mint.workflow:active {
    background: linear-gradient(to bottom right, #0ACF9C 0%, #13BC9C 100%); }

.flipped-blurple {
  background: linear-gradient(to bottom right, #885AFF 0%, #1749E5 100%); }

/* Header */
.header {
  padding: 90px 30px 40px 30px;
  color: #ffffff;
  margin: 0;
  position: relative;
  text-align: center;
  box-shadow: inset 0 -10px 20px rgba(0, 0, 0, 0.05), 0 2px 12px rgba(0, 8, 80, 0.2);
  overflow: hidden; }
  .header h1 a {
    color: #ffffff; }
  @media (max-width: 620px) {
    .header {
      padding: 70px 12px 30px 12px; }
      .header h1 {
        font-size: 23px; }
      .header h2 {
        font-size: 17px;
        margin: 12px 30px;
        line-height: 1.3; } }
  .header#main {
    padding: 80px 40px 0px 40px; }
    @media (max-width: 620px) {
      .header#main {
        padding-left: 15px;
        padding-right: 15px; }
        .header#main h1 {
          font-size: 26px;
          margin: 0; }
        .header#main h2 {
          font-size: 18px;
          margin: 5px 30px 15px 30px;
          line-height: 1.5; } }
    @media (max-width: 370px) {
      .header#main h2 {
        font-size: 14px; }
      .header#main .get-row {
        display: block !important; } }
    @media (max-width: 620px) {
      .header#main #ada, .header#main #bestof {
        display: none; } }
  .header #hero {
    margin: -10px 0px 0px 0px;
    padding: 0px; }
    .header #hero img {
      width: 1000px;
      height: 378px;
      position: relative;
      bottom: -5px; }
      @media (max-width: 1075px) {
        .header #hero img {
          margin: 0px;
          width: 100%;
          height: auto; } }
    @media (max-width: 500px) {
      .header #hero {
        margin-top: 10px;
        padding: 0 10px; } }
  .header .get-row {
    max-width: 500px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center; }
    .header .get-row .get-row-item {
      flex: 1; }
    .header .get-row #ada {
      width: 130px; }
      @media (max-width: 620px) {
        .header .get-row #ada {
          width: 100px; } }
    .header .get-row #bestof {
      width: 70px; }
  .header form.search {
    width: 100%;
    max-width: 700px;
    margin: 35px auto 0 auto;
    text-align: center;
    background: rgba(0, 0, 0, 0.18);
    border-radius: 6px;
    color: #fff;
    position: relative; }
    .header form.search div.placeholder {
      padding: 12px;
      font-size: 17px;
      white-space: nowrap;
      opacity: 0.7;
      transition: 0.15s opacity; }
      .header form.search div.placeholder img {
        width: 16px;
        height: 16px;
        position: relative;
        top: 2px;
        left: -2px; }
      .header form.search div.placeholder span.query {
        white-space: pre; }
    .header form.search:hover div.placeholder, .header form.search.focused div.placeholder, .header form.search.contains-text div.placeholder {
      opacity: 1; }
    .header form.search.focused div.placeholder, .header form.search.contains-text div.placeholder {
      color: transparent; }
      .header form.search.focused div.placeholder span.default, .header form.search.contains-text div.placeholder span.default {
        display: none; }
    .header form.search input {
      outline: none;
      color: #fff;
      text-align: center;
      background: transparent;
      border: none;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      border-radius: 6px;
      font-size: 17px;
      letter-spacing: 0.4px;
      padding-left: 35px; }

.navigation {
  margin: 0px;
  height: 48px;
  font-size: 15px;
  z-index: 99;
  color: white;
  width: 100%;
  font-weight: 400;
  letter-spacing: 0.7px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 10px;
  position: relative; }
  .navigation ul {
    margin: 0px auto;
    max-width: 1050px;
    list-style: none;
    padding: 0; }
  .navigation li {
    padding: 15px 20px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    height: 100%; }
    .navigation li.docs-mini {
      display: none; }
  .navigation #logo, .navigation #hamburger {
    width: 24px;
    position: relative;
    bottom: 3px; }
  .navigation a {
    color: white;
    opacity: 0.5; }
    .navigation a:hover {
      opacity: 1;
      -webkit-transition: .2s opacity ease; }
  .navigation .get-button {
    opacity: 1;
    float: right;
    display: inline-block;
    position: relative;
    bottom: 1px;
    padding: 6px 20px;
    font-size: 14px;
    margin: 10px;
    border-radius: 6px; }
    .navigation .get-button:hover {
      box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25); }
    .navigation .get-button:active {
      box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15); }
  .navigation li.active {
    opacity: 1;
    -webkit-transition: .2s opacity ease; }
  .navigation.absolute {
    position: absolute !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
    box-shadow: none;
    background: none; }
  .navigation.sticky {
    top: 0;
    position: fixed;
    border-bottom: 0px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1); }

.get-button {
  position: relative;
  z-index: 100;
  color: white;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15);
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 12px 35px;
  display: inline-block;
  transition: .1s box-shadow ease, .1s transform ease; }
  .get-button:hover {
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.25); }
  .get-button:active {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
    transform: scale3d(0.97, 0.97, 1); }

/* Body */
.container {
  max-width: 1240px;
  margin: 0px auto; }

.section {
  width: 100%;
  box-sizing: border-box;
  padding: 50px; }
  @media (max-width: 620px) {
    .section {
      padding: 30px 20px; } }
  @media (min-width: 621px) {
    .section {
      padding: 40px 30px; } }
  .section p {
    font-size: 17px;
    line-height: 1.4; }
    .section p.tagline {
      max-width: 550px;
      margin: 0px auto; }
  .section.dark {
    background-color: #E7E9EE; }
  .section.light {
    background-color: #F0F1F5; }

.row {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; }

div.link {
  text-align: center;
  font-size: 17px;
  max-width: 800px;
  margin: 0px auto;
  line-height: 1.6;
  clear: left; }

div.link a {
  background: -webkit-linear-gradient(top, #00C2D9, #1991EA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.workflows {
  margin: 30px auto 0 auto;
  max-width: 1030px;
  text-align: center;
  -webkit-user-select: none; }
  .workflows .workflow {
    position: relative;
    box-sizing: border-box;
    height: 100px;
    float: left;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    text-align: center;
    transition: .1s box-shadow ease, .1s transform ease, .1s background;
    display: inline-block;
    cursor: pointer; }
    @media (max-width: 620px) {
      .workflows .workflow {
        width: 46%;
        margin: 2%;
        height: 88px; } }
    @media (min-width: 621px) {
      .workflows .workflow {
        width: 31%;
        margin: 1%; } }
    @media (min-width: 931px) {
      .workflows .workflow {
        width: 23%;
        margin: 10px 1%; } }
    .workflows .workflow:hover {
      box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.25); }
    .workflows .workflow:active {
      transform: scale3d(0.98, 0.98, 1);
      box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15); }
    .workflows .workflow img {
      height: 40px;
      margin: 16px 0px 7px 0px; }
      @media (max-width: 620px) {
        .workflows .workflow img {
          margin-top: 15px;
          height: 34px; } }
    .workflows .workflow h4 {
      color: #ffffff;
      font-size: 18px;
      font-weight: 400;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      position: absolute;
      bottom: 15px;
      left: 0;
      right: 0;
      padding: 0 10px;
      box-sizing: border-box;
      margin: 0; }
      @media (max-width: 620px) {
        .workflows .workflow h4 {
          font-size: 16px; } }
    .workflows .workflow h4.small {
      display: none; }
    @media (max-width: 620px) {
      .workflows .workflow h4.normal {
        display: none; }
      .workflows .workflow h4.small {
        display: inherit; } }

#ticker {
  width: 90%;
  position: relative;
  margin: 30px auto; }
  #ticker .fade {
    width: 40px;
    z-index: 10; }
  #ticker .left {
    background: linear-gradient(to right, #f0f1f5, rgba(255, 255, 255, 0));
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0; }
  #ticker .right {
    background: linear-gradient(to left, #f0f1f5, rgba(255, 255, 255, 0));
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0; }
  #ticker .ticker-content {
    display: flex;
    position: relative;
    left: -300px;
    /* initial content offset */ }
  @media (max-width: 620px) {
    #ticker {
      width: auto;
      margin: 20px -20px 0 -20px; }
      #ticker .fade {
        display: none; } }
  #ticker .action-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
    margin: 8px;
    min-width: 260px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1); }
    #ticker .action-item img {
      margin-right: 10px;
      width: 29px;
      height: 29px; }
    #ticker .action-item .item-text {
      font-size: 18px;
      font-weight: normal; }

.features {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin: 40px 0 0 0;
  max-width: 1240px; }
  .features .feature-screenshot, .features .feature-screenshot img {
    width: 300px;
    height: 452px; }
  .features .feature-screenshot img:not(.current) {
    display: none; }
  .features .feature-details {
    margin-left: 20px;
    padding: 20px;
    max-width: 400px;
    text-align: left; }
    .features .feature-details .feature-description {
      height: 240px; }
      .features .feature-details .feature-description:not(.current) {
        display: none; }
    .features .feature-details h3 {
      margin: 0px 0px 12px 0px; }
  @media (max-width: 800px) {
    .features .feature-screenshot, .features .feature-screenshot img {
      width: 198px;
      height: 300px; }
    .features .feature-details {
      text-align: center;
      margin: 0 auto;
      max-width: 500px; }
      .features .feature-details .feature-description {
        margin-top: 15px;
        height: auto; }
      .features .feature-details .feature-switcher, .features .feature-details h3 {
        margin-left: auto;
        margin-right: auto; } }
  .features .feature-switcher {
    margin-top: 40px;
    width: 250px; }
    .features .feature-switcher a {
      margin: 0 3px;
      padding: 10px 0;
      display: inline-block;
      float: left;
      width: 30%; }
      .features .feature-switcher a:first-child {
        margin-left: 0; }
      .features .feature-switcher a:last-child {
        margin-right: 0; }
    .features .feature-switcher .feature-switcher-button {
      height: 4px;
      border-radius: 8px;
      box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px;
      width: 100%;
      background: #bfc3cd; }
      .features .feature-switcher .feature-switcher-button div {
        background: #868ea2;
        height: 100%;
        width: 0;
        cursor: pointer;
        border-radius: 8px; }
      .features .feature-switcher .feature-switcher-button.current div {
        width: 100% !important; }

img.composer {
  width: 675px;
  height: 478px; }
  @media (max-width: 930px) {
    img.composer {
      margin: 0px;
      width: 100%;
      height: auto; } }

#appstore {
  position: relative;
  z-index: 200;
  max-width: 203px; }

/* Footer */
#footer {
  padding: 40px 20px 50px 20px;
  line-height: 1.4;
  font-size: 14px;
  text-align: center; }
  #footer .container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start; }

#footer-navigation {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }
  #footer-navigation a {
    color: rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    margin: 0 6px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 40px; }
  #footer-navigation a:hover, #footer-navigation a:active {
    color: #fff;
    background: linear-gradient(to bottom right, #00C2D9, #1991EA);
    box-shadow: rgba(0, 105, 148, 0.2) 0 4px 10px; }
  #footer-navigation a:active {
    background: #1991EA; }

#social-media {
  margin: 30px 0; }
  #social-media a {
    margin: 0px 30px;
    opacity: 0.7;
    transition: 0.2s opacity; }
  #social-media a:hover {
    opacity: 1; }

#disclaimer {
  max-width: 700px;
  margin: 0 auto; }

#copyright {
  margin-top: 12px; }

/* Old Template */
#template-header {
  text-align: center;
  padding: 60px 0px 50px 0px;
  color: #28589a;
  border-bottom: 1px solid #efefef; }

#template-header h1 {
  font-size: 28px;
  line-height: 35px; }

#template-header h2 {
  font-size: 18px;
  margin-top: 8px;
  margin-bottom: 0px;
  opacity: 0.8; }

.template-container {
  max-width: 800px;
  margin: 0px auto;
  padding: 30px 20px;
  line-height: 26px; }

.template-container p {
  clear: both;
  margin-top: 10px;
  margin-bottom: 40px; }

.template-container a {
  color: #498ae4;
  transition: 0.2s color; }

.template-container a:hover {
  color: #2f5a97; }

.template-row {
  padding-top: 24px;
  border-bottom: 1px solid #efefef; }

.byline {
  color: #b1baca;
  float: left; }

.publish-date {
  color: #b1baca;
  float: right; }

/* Posts */
.contained-post {
  max-width: 860px;
  margin: 40px auto;
  padding: 60px 50px; }

.contained-post, .floating-box {
  background: #fff;
  box-shadow: rgba(1, 0, 10, 0.07) 0 16px 22px;
  border-radius: 6px;
  line-height: 26px; }

@media (max-width: 500px) {
  .contained-post {
    padding: 30px; } }
@media (max-width: 860px) {
  .contained-post {
    box-shadow: none;
    border-radius: 0; } }
.contained-post h2 {
  color: #4d688e;
  font-size: 28px;
  line-height: 36px;
  margin: 0px; }

.contained-post h3 {
  color: #4d688e;
  font-size: 22px;
  margin: 28px 0 8px 0; }

.contained-post .title > a {
  color: #4d688e;
  text-decoration: none; }

.contained-post .byline {
  margin-bottom: 20px; }

.contained-post figure {
  margin: 0; }

.contained-post img {
  margin: 20px auto;
  display: block;
  max-width: 100%;
  height: auto; }

.contained-post .image-frame {
  padding: 20px;
  background: #f9f9f9;
  text-align: center;
  margin: 20px 0;
  border-radius: 5px; }

.contained-post .image-frame.tall-margin {
  margin: 35px 0; }

.contained-post .image-frame img {
  max-width: 250px;
  display: inline-block;
  margin: 0 20px; }

.contained-post .image-frame a {
  display: inline-block;
  margin-top: 15px; }

.contained-post img.right-aligned-hero {
  float: right;
  width: 250px;
  margin: 0 0 25px 30px; }

@media (max-width: 600px) {
  .contained-post img.right-aligned-hero {
    float: none;
    width: 100%;
    margin: 0 auto 25px auto; } }
.contained-post p {
  margin-top: 0px; }

/* Documentation */
.documentation.header {
  padding-top: 75px; }
.documentation.container {
  padding: 50px 30px;
  display: flex;
  flex: 1;
  align-items: flex-start; }
  .documentation.container.single-column {
    display: block;
    flex: 0; }
    .documentation.container.single-column div.article-content {
      width: 100%;
      max-width: 800px;
      margin: 0 auto; }
.documentation div.sidebar {
  flex: 0 0 30%;
  margin-right: 30px; }
  .documentation div.sidebar div.sidebar-inner {
    padding: 30px; }
  .documentation div.sidebar h2 {
    font-weight: bold;
    font-size: 13px;
    margin: 0;
    text-transform: uppercase; }
  .documentation div.sidebar h3 {
    font-size: 20px;
    margin-bottom: 5px; }
  .documentation div.sidebar a {
    color: #498ae4;
    transition: 0.2s color; }
    .documentation div.sidebar a:hover {
      color: #2f5a97; }
  .documentation div.sidebar div.topic {
    margin-bottom: 25px; }
    .documentation div.sidebar div.topic div.article {
      line-height: 21px;
      padding: 4px 30px;
      margin-left: -30px;
      margin-right: -30px; }
      .documentation div.sidebar div.topic div.article.current {
        background: #edf3fb; }
        .documentation div.sidebar div.topic div.article.current a {
          color: #4d688e;
          cursor: default; }
.documentation div.article-content {
  flex-grow: 1;
  line-height: 25px; }
  .documentation div.article-content div.article-inner {
    padding: 40px; }
  .documentation div.article-content h1 {
    color: #4d688e;
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 15px 0; }
  .documentation div.article-content h2 {
    color: #4d688e;
    font-size: 22px;
    font-weight: 500;
    margin: 35px 0 10px 0; }
    .documentation div.article-content h2 a {
      color: #4d688e; }
      .documentation div.article-content h2 a:hover {
        color: #32445D; }
  .documentation div.article-content h3 {
    color: #4d688e;
    font-size: 19px;
    font-weight: 500;
    margin: 25px 0 5px 0; }
  .documentation div.article-content img {
    max-width: 100%;
    max-height: 445px;
    height: auto;
    vertical-align: middle; }
  .documentation div.article-content p {
    margin: 0 0 15px 0; }
  .documentation div.article-content div.breadcrumbs {
    font-style: italic;
    font-size: 14px;
    opacity: 0.7; }
    .documentation div.article-content div.breadcrumbs a {
      color: #60636C; }
  .documentation div.article-content hr {
    border: none;
    background: #E7E9EE;
    margin: 30px 0;
    height: 1px; }
  .documentation div.article-content code {
    font-size: 16px;
    margin: 0 2px;
    padding: 2px 6px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
    white-space: nowrap; }
  .documentation div.article-content pre {
    background: #f9f9f9;
    padding: 15px;
    border: 1px solid #efefef;
    font-size: 14px;
    border-radius: 5px;
    white-space: pre-wrap;
    margin: 30px 0;
    word-break: break-word; }
    .documentation div.article-content pre code {
      background: transparent;
      margin: 0;
      padding: 0;
      border: none;
      white-space: inherit;
      font-size: inherit; }
  .documentation div.article-content blockquote {
    border-left: 4px solid #FFF9BD;
    margin: 30px 0;
    padding: 20px 30px;
    background: #FFFCD6; }
    .documentation div.article-content blockquote.pro {
      border-color: #D1CFF7;
      background: #E6E5FB; }
    .documentation div.article-content blockquote.green {
      border-color: #9DE694;
      background: #E8F9E6; }
    .documentation div.article-content blockquote :first-child {
      margin-top: 0; }
    .documentation div.article-content blockquote :last-child {
      margin-bottom: 0; }
    .documentation div.article-content blockquote h4 {
      margin-bottom: 5px; }
  .documentation div.article-content table {
    border-collapse: collapse;
    margin: 30px 0; }
    .documentation div.article-content table, .documentation div.article-content table th, .documentation div.article-content table td {
      border: 1px solid lightgray; }
    .documentation div.article-content table th, .documentation div.article-content table td {
      padding: 8px 15px;
      min-width: 150px; }
  .documentation div.article-content div.main-topics {
    margin-top: 20px; }
    .documentation div.article-content div.main-topics div.main-topic {
      padding: 25px 30px;
      background: #f6f7fb;
      border-radius: 5px;
      margin: 0 20px 20px 0; }
      .documentation div.article-content div.main-topics div.main-topic h3 {
        margin-top: 0; }

@media (max-width: 670px) {
  .navigation li.docs-full {
    display: none; }
  .navigation li.docs-mini {
    display: inline; } }
@media (max-width: 950px) {
  .container.documentation {
    flex-direction: column; }
    .container.documentation .sidebar {
      flex: 1;
      order: 1;
      margin-top: 20px;
      width: 100%; }
      .container.documentation .sidebar .topic:not(.current) {
        display: none; }
      .container.documentation .sidebar .topic.current {
        margin-bottom: 0; }
    .container.documentation .article-content {
      width: 100%; } }
@media (max-width: 600px) {
  .container.documentation {
    padding: 0; }
    .container.documentation .floating-box {
      box-shadow: none;
      border-radius: 0; }
    .container.documentation div.article-content div.article-inner {
      padding: 30px; } }

/*# sourceMappingURL=styles.css.map */
