.markdown-container {
  h1 {
    font-size: 28px;
    font-weight: 400;
    margin: 0;
  }

  p {
    margin: $space-small 0;
  }

  h2 {
    margin: 55px 0 20px;
    font-weight: 400;
    font-size: 22px;
  }

  .efly-input, .efly-select, .efly-count, .efly-page {
    margin-top: $space-default;

    &:first-child {
      margin-top: 0;
    }
  }

  .efly-select {
    p {
      margin: 0;
    }
  }

  .efly-button, .efly-tooltip, .efly-popover {
    margin-left: $space-default;

    &:first-child {
      margin-left: 0;
    }
  }

  .efly-tooltip, .efly-popover {
    p {
      font-size: $font-small;
      margin: 0;
    }
  }

  .efly-count {
    .efly-button {
      margin-left: 0;
    }

    .efly-input {
      margin-top: 0;
    }
  }

  .efly-more-operate {
    .efly-tooltip {
      margin-left: 0;
    }
  }

  .efly-tip {
    margin-top: $space-small;

    &:first-child {
      margin-top: 0;
    }
  }


  .table {
    width: 100%;
    border-spacing: 0;

    thead, tbody {
      width: 100%;

      tr {
        width: 100%;

        &:nth-child(2n-2) {
          background: $color-table-bg;
        }

        th {
          height: 50px;
          font-size: $font-default;
          color: $color-text-secondary;
          font-weight: 400;
          border-top: 1px solid $color-border-base;
          border-bottom: 1px solid $color-border-base;
        }

        td {
          height: 50px;
          font-size: $font-small;
          color: $color-text-regular;
          font-weight: 400;
          text-align: center;
          border-bottom: 1px solid $color-border-base;
        }
      }
    }
  }

  .efly-page {
    .efly-tooltip {
      margin-left: 0;
    }


    .efly-page-two {
      .efly-button {
        margin-left: $space-xs;

        &:first-child {
          margin-left: 0;
        }
      }
    }
  }

  .efly-screen {
    .efly-input {
      margin-top: 0 !important;
    }
  }


}




code.hljs {
  line-height: 1.8;
  font-family: Menlo, Monaco, Consolas, Courier, monospace;
  font-size: 12px;
  padding: 15px 20px;
  background-color: #fafafa;
  border: solid 1px #eaeefb;
  border-radius: 4px;
  -webkit-font-smoothing: auto;
}
