/* For customize issue page - Zhang Puke */

.issue-comment-block:before{
    position: absolute;
    top: 11px;
    left: -16px;
    right: 100%;
    width: 0;
    height: 0;
    display: block;
    content: " ";
    border-color: transparent;
    border-style: solid solid outset;
    pointer-events: none;
    border-right-color: #E0E0E0;
    border-width: 8px;
}
.issue-comment-header:before{
    position: absolute;
    top: 11px;
    left: -15px;
    right: 100%;
    width: 0;
    height: 0;
    display: block;
    content: " ";
    border-color: transparent;
    border-style: solid solid outset;
    pointer-events: none;
    border-right-color: #EDEFF0;
    border-width: 8px;
}

.issue-comment-block{
    margin-left: 70px;
    margin-bottom: 20px;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
}
.issue-comment-block, .issue-comment-header{
    position: relative;
}
.issue-comment-body, .issue-comment-header{
    padding: 10px;
}

.issue-comment-header{
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #EDEFF0;
}

.issue-comment-wrapper{
    position: relative;
}

.issue-comment-avatar {
    float: left;
    border-radius: 4px;
}

.issue-title h4{
    font-size: 24px;
}

.issue-subtitle{
    margin-bottom: 20px;
}