﻿.mw-headline {
    font-weight: bold;
    font-size: 1.3em
}

._comm{ font-size:12px; color:#b2b2b2 }

#addCommant {
    background-color: #f9f9fb;
}
.comment-panel {
    margin-top: 20px;
    box-shadow: 0px 0px 3px #b2b2b2;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 4px;
}

.comment-header {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e1e1e1;
    padding: 4px;
    margin-bottom: 4px;
}

    .comment-header a {
        padding-left: 5px;
        padding-right: 5px;
    }

    .comment-header img {
        margin-top: -4px;
        margin-right: 6px;
    }

pre {
    background-color: white;
    border-color: #808080;
    padding: 4px;
}

code {
    line-height: 20px;
}

.red {
    color: rgb(239, 112, 96)
}
