body {
    background: #f1f1f1 !important;
}

.markdown-body {
    color: #333 !important;
}

#detail-contents img {
    max-width: 100%;
}

.comments-box img {
    max-width: 50%;
    border: rgba(0, 0, 0, 0.1) solid 1px;
    border-radius: 4px;
    padding: 5px;
}

.edui-default img {
    max-width: 90% !important;
}

.my-reply-comment-input {
    margin-top: 10px;
    font-size: 13px;
    background-color: #FAFAFA;
    padding: 0 10px;
    color: #666;
    padding-bottom: 10px;
    padding-top: 10px;
}

.my-reply-comment-input > button {
    float: right;
    margin-bottom: 0;
    width: 25%;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #ccc;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42858;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
}

.img-header {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.my-reply-comment-input > textarea {
    min-height: 35px;
    max-height: 132px;
    overflow: hidden;
    overflow-wrap: break-word;
    width: 72%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42858;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    display: inline-block;
    margin-bottom: 0 !important;
}

.my-header {
    font-size: 22px;
    background-color: orange;
    color: #EEEEEE;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
}

.off-cert {
    position: absolute;
    left: 12px;
    top: -16px;
    width: 35px;
    transform: rotate(45deg);
}

/* yun start*/
.text-center {
    text-align: center !important;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.align-items-center {
    align-items: center !important;
}

/* yun end*/
pre[class*="language-"].line-numbers > code {
    margin-right: unset;
    margin-left: unset;
}

.mar-main {
    margin-top: -16px;
    margin-bottom: 7px;
}

.margin-main {
    margin-right: 2px;
    margin-top: -3px;
    margin-bottom: 10px;
}

.detail-link:link {
    color: #343a40;
}

.detail-link:hover {
    color: #3d8ef8 !important;
}

.detail-link:visited {
    color: #80858a;
}

.font-3 {
    max-width: 1400px;
    /*min-width: 960px;*/
    font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti, sans-serif !important;
}

.markdown-body ol, .markdown-body ul {
    line-height: 2
}

#editormd-view p {
    line-height: 2.0;
}
