.CommentSource {
    display: none;
    background: #ccc;
    margin: 2px;
    padding: 5px;
    border-radius: 5px;
}
.CommentSource code {
    background: #ccc;
    padding: 0px;
    border: 0px;
    white-space: pre-wrap;
}
.CommentSourceTitle {
    display: block;
    font-weight: bold;
}
#copylinkdis {
    display: inline;
    padding: 2px 5px;
    margin: 0px 5px;
    background: #777665;
    border-radius: 5px;
    color: #fff !important;
}
#copylinkctr {
    visibility: hidden;
    padding: 5px 10px;
}
#copylinkctr:before,#copylinkctr:after {
			right: 9px;
			left: auto;
}