.markdown {
    line-height: 24px;
    font-family: -apple-system,SF Pro Text,Helvetica Neue,HelveticaNeue,Helvetica,Arial,sans-serif;
    font-size: 16px;
}

.markdown h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

.markdown img {
    border: 1px solid #ccc;
}

.markdown table {
    border: 1px solid #ddd;
}

.markdown table th {
    background-color: #f5f5f5;
}

.markdown table th, .markdown table td {
    text-align: center;
    padding: 10px 20px;
}

.markdown table.api-table th, .markdown table.api-table td {
    text-align: left;
}

div.popover h3.popover-title {
    margin: 0px;
}

.markdown-api table.api-table th:not(:last-child) {
    width: 110px;
}

.markdown-api table.api-table tbody>tr>td, .markdown table.api-table thead>tr>th {
    text-align: left;
}

.markdown-api p {
    margin: 15px 0px;
}

.markdown-api ol {
    margin: 10px 0 10px 0;
}

.markdown-api h2 {
    padding-bottom: 10px;
    padding-top: 15px;
    font-size: 24px;
}

.markdown-api .headline {
    margin: 0;
    border: none;
}

.headline {
    margin: 0;
}

.headline h1 {
    font-size: 36px;
    font-weight: 600;
    color: #1abc9c;
}

.markdown h3, .markdown h4 {
    padding: 10px 0;
}

.markdown p, .markdown pre {
    margin: 15px 0 20px 24px;
}

.markdown pre {
    border: none;
    background-color: #f5f5f5;
    font-family: SF Mono,SFMono-Regular,ui-monospace,Menlo,monospace;
    word-break: break-all;
    white-space: pre-wrap;
    font-size: 14px;
}

.markdown ul, .markdown ol {
    margin: 20px 0 20px 0px;
}

.markdown img {
    max-width: 740px;
    max-height: 700px;
}

.markdown blockquote {
    margin: 0 0 0 24px;
    border-left-width: 4px;
}

.markdown blockquote p {
    margin: 5px;
}

a.example-image-link {
    display: block;
    margin-bottom: 10px;
}

div.header-flow {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

div.header-flow.xs {
    padding-left: 0;
    padding-right: 0;
}

.header-flow div.line {
    width: 79%;
    position: absolute;
    height: 2px;
    background: #E1E6F0;
    top: 14px;
    left: 11%;
    z-index: 1;
}

.header-flow div.flow-index {
    background: #fff;
    color: #687089;
    border: 2px solid #E1E6F0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    cursor: pointer;
}

.header-flow .flow-item.active div.flow-index {
    border: 2px solid #E8F8F5;
    background: #1ABC9C;
    color: #fff;
}

div.flow-item {
    z-index: 2;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 20%;
}

div.flow-item p {
    margin: 0;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
    color: #9097ad;
}

div.flow-item.active p {
    font-weight: 600;
    color: #2F3950;
}

.content-item li p {
    margin: 15px 0px;
}

.android-sdk .content-item {
    border: 1px dashed #E1E6F0;
    padding: 20px;
    padding-top: 0;
    margin-bottom: 80px;
    height: 750px;
    overflow: scroll;
}

.markdown a[href="#nextStep"] {
    display: block;
}

.markdown p, .markdown pre {
    margin: 15px 0;
}

.markdown .content-item .sticky-p {
    margin: 0;
    position: sticky;
    bottom: -20px;
    padding-bottom: 20px;
    padding-top: 10px;
    background: #fff;
}

.markdown .content-item img {
    max-width: 100%;
}