#doc-header {
    height: 80px;
}

#doc-content {
    position: static;
    box-shadow: 0 1px 6px #ccc;
    background-color: #fff;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 20px;
    width: 1400px;
    min-height: 500px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

#doc-content-title {
    height: auto;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    width: 90%;
    margin: 10px auto
}

#doc-content-body {
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
}

table {
    border-collapse: collapse;
    text-align: left;
    font-size: 14px;
}
table td, table th {
    border: 1px solid rgb(221, 221, 221);;
    height: 30px;
    padding: 6px 13px;
}
table thead th {
    background-color: rgb(64, 158, 255);
    color: rgb(255, 255, 255);
    width: 142px;
    height: 79px;
    padding: 0 13px;
}
table td {
    white-space: nowrap;
}

a {
    background: 0 0;
    color: #4183c4;
    text-decoration: none;
}
a:hover {
    outline: 0;
    text-decoration: underline;
}
#page_md_content {
    padding: 10px 10px 90px;
    overflow: hidden;
    font-size: 11pt;
    line-height: 1.7;
    color: #333;
}