/* md 自定义样式 */
.article-text {
    margin-top: 8px;
}

.article-text code,
.article-text kbd,
.article-text pre,
.article-text samp {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto;
    background-color: #f2f2f2;
    color: #333;
    font-size: .9em;
    border: none;
    line-height: 1.45;
}


.article-text table {
    width: 100%;
    border: 1px solid #ebebeb;
    border-radius: 4px;
}

.article-text table tr:nth-child(2n) td {
    background: #fafafa;
}

.article-text table td {
    padding: 4px 8px;
}

th[align=center] {
    text-align: center;
}