.gitbook-link {
    display: none !important;
}

.page-inner {
    max-width: 1000px;
}


/* #book-search-input input,
#book-search-input input:hover {
    background: url(./search.png) no-repeat 10px 10px #fff !important;
    text-indent: 30px;
    border-radius: 15px !important;
    box-shadow: 2px 2px 2px 1px inset !important;
} */

.markdown-section table {
    display: table;
    position: relative;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    word-wrap: break-word;
    word-break: normal;
    margin: 0;
    font-weight: 400;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    cursor: default;
}

.markdown-section .auto-table,
.markdown-section .auto-table table {
    table-layout: auto;
}

.confluenceTable .fa-minus-square-o:before {
    display: none;
}

.markdown-section table td {
    white-space: break-spaces;
}

.markdown-section table th {
    text-align: left;
}

.markdown-section table th p {
    margin: 0;
    padding: 0;
}

.markdown-section table td pre {
    background: none;
    padding: 0;
    margin: 0;
}

@keyframes xuanzhuan {
    25% {
        transform: translateY(-5px);
    }

    50% {
        transform: translateY(5px);
    }
}

#anchor-navigation-ex-navbar .fa-anchor {
    animation: xuanzhuan 1.5s infinite;
}

.video-js {
    width: 100%;
    height: 100%;
}

@media (max-width: 610px) {
    
    .book-summary {
        width: 200px;
    }
    .book-summary #book-search-input {
        display: none;
    }
    .book.with-summary .book-body {
        transform: translate(200px,0);
    }
}