.wy-table-responsive table td, .wy-table-responsive table th{
    white-space:normal
}

.title {
    padding-bottom: 6px;
    border-bottom: 1px solid #ccc;
}

.second-title{
    margin-top: 14px;
}
/* command style */
.command {
    background-color: #f8f8f8;
    border: 1px solid #e1e4e5;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    padding-left: 10px;
}

.command-intro {
    line-height: 40px;
}

.code{
    background-color: #f8f8f8;
    padding: 15px 20px;
}

/* p margin-top: 24 */
.topMargin{
    margin-top: 24px;
}

/* document body width */
.wy-nav-content{
    max-width: 100% !important;
    background-color: #fff;
}

/* nni logo bgcolor */
.wy-side-nav-search{
    background-color: black;
}

/* document body font-family */
.wy-body-for-nav, h1, h2, h3, h4, h5, h6, div, p, ul, li, a{
    font-family: "Lato", segoe ui, "proxima-nova","Helvetica Neue",Arial,sans-serif;
}

.wy-nav-content ul li{
    list-style: disc;
    margin-bottom: 12px;
    margin-left: 24px;
}

.list, .list tr, .list td{
    border: 1px solid #ccc;
}

.column b{
    padding-bottom: 4px;
    border-bottom: 2px solid blue;
}
.column td{
    width: 200px;
    text-align: center;
    line-height: 36px;
}
td.framework{
    width:300px;
    -webkit-width: 220px;
}
.list .circle li{
    list-style-type: circle;
}

.list .firstUl, .circle{
    padding-left: 20px;
}

.list .verticalMiddle{
    vertical-align: middle !important;
    text-align: center;
}

.inline img, .inline h3{
    display: inline-block;
}
  
.ui-img img{
    height: 230px;
}

.wy-side-nav-search>div.version{
    color: #fff !important;
}

.list{
    width: 90%;
    margin: 0 auto;
}

.chinese{
    margin-bottom: 16px;
}

.QR{
    width: 180px;
}

.or{
    vertical-align: middle;
}

.wy-plain-list-disc li, .rst-content .section ul li, .rst-content .toctree-wrapper ul li, article ul li {
    margin-bottom: 0px;
}
