.cc-comments-section{
    font-size: 12px;
}

.cc-comments-section a:hover{
    color: #666!important;
}

.cc-comments-section li {
    padding-left: 0px;
    list-style: none;
}

.cc-comments-section .retry-banner {
    text-align: center;
    background: #f4f4f4;
    width: 38%;
    margin-left: 33%;
    padding: 0.5rem;
    position: relative;
    top: -3.2rem;
    display: inline;
    border: 1px solid grey;
    font-size: 12px;
    margin-top: -5px;
}

.cc-comments-section .retry-banner a {
    cursor: pointer;
}

.cc-comments-section {
    font-family: "Arial", Helvetica, sans-serif;
    padding: 3rem;
}

.cc-comments-section .cc-comments-title {
    color: #808080;
    font-size: 20px;
    margin-bottom: 0px;
    padding: 0 0 5px 0;
    cursor: pointer;
    display: block;
    border-bottom: 1px solid;
}

.cc-comments-section .cc-comments-title .fa {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms;
}

.cc-comments-section .cc-comments-title .fa.active {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.cc-comment-level-1, .cc-comment-level-2 {
    clear: both;
}

.cc-comment-level-1 {
    border-bottom: 0.1rem solid #ccc;
}

.cc-comment-level-1:last-child {
    border-bottom-style: dotted;
}

.cc-comment-level-1 .cc-new-comment-container {
    margin-top: 12px;
    margin-left: 8.5%;
    margin-bottom: 12px;
}

.cc-comment-level-1 .cc-new-comment-container .cc-edit-comment-container {
    margin-top: 1rem;
    padding-right: 0;
}

.cc-avatar {
    width: 5rem;
    margin: 0.2rem;
    border: 1px solid #C3C1C1;
}

.cc-avatar{
    float: left;
}

.cc-comment-details{
    padding: 10px;
}

.cc-comment-details p {
    color: #666666;
    font-size: 12px;
    margin-bottom: 0;
}

.cc-comment-details header h4, .cc-comment-details header p {
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    margin: 0;
}

.cc-comment-details header .comment-datetime {
    color: #adadad;
    cursor: pointer;
    margin: 0 15px;
    font-size: 12px;
}

.clearfix:before, .clearfix:after {
    content: "";
    clear: both;
    display: block;
    min-height: 0rem;
}

.comment-author a {
    font-size: 13px;
    text-decoration: none;
}

.cc-new-comment-left,
.cc-new-comment-right {
    float: left;
}

.cc-new-comment-left {
    width: 68%;
}

.cc-new-comment-right {
    width: 30%;
    padding: 0 1rem;
    box-sizing: border-box;
}

.cc-comment-instructions {
    padding-left: 15px;
    color: #999;
    font-size: 12px;
    font-family: "Arial", Helvetica, sans-serif;
    margin: 0 0 3.2rem;
}

.cc-comment-instructions a {
    cursor: pointer;
    font-weight: bold;
}

.comment-create-new {
    resize: none;
    font-size: 12px;
    border: 0.1rem solid #ccc;
    width: 100%;
    min-height: 7rem;
    box-sizing: border-box;
    outline-width: 1px;
}

.cc-new-comment-container {
    margin: 0.5rem auto;
}

.ns-button, .post-button {
    float: right;
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-family: Arial,sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 10px 0;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    border-radius: 2px!important;
    display: inline-block;
    padding-top: 9px;
    padding-right: 20px;
    padding-bottom: 9px;
    padding-left: 20px;
    font-size: 12px;
    background: #3b5998;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.5);
    color: #fff;
    transition: all 0.15s ease-out;
}

.ns-button:hover, .post-button:hover{
    background: #2a6fc3;
}

.cc-readmore {
    color: #3b5998;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

.cc-edit-comment-container {
    text-align: left;
    margin: 15px 0;
}

.cc-edit-comment-container a {
    color: #3b5998;
    cursor: pointer;
    font-size: 12px;
    margin: 0 0.5rem 0 15px;
}

.cc-edit-comment-container a .fa {
    padding: 0 0.5rem;
}

/*# sourceMappingURL=comment.css.map */
.cc-comment-unpublished {
    background-color: #FFF8F8 !important;
}

.cc-comment-important {
    background-color: rgb(253, 255, 212);
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.post-box {
    border-bottom: 0.1rem solid #ccc;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

i.active{
    background-color: white;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.fa-caret-right{
    color: #808080;
    font-size: 15px;
}

.cc-comments-section .preview-container {
    border: 1px solid #eee;
    padding: 0px;
    margin-top: 0.5rem;
    min-height: 8rem;
}

.cc-comments-section .preview-header, .cc-comments-section .preview-header a {
    font-weight: bold;
    background: #3b5998;
    width: 100%;
    color: white;
    padding: 1rem;
}

.cc-comments-section .preview-header a {
    cursor: pointer;
}

.cc-comments-section .preview-body {
    padding: 1rem;
}

.cc-comments-section .preview-button-top {
    float: left;
    margin-top: 11px;
    padding: 7px;
    cursor: pointer;
}

.cc-comments-section .cc-without-image {
    margin-left: 7%;
}

.cc-comments-section .cc-comment-details-margin-push {
    margin-left: 7%;
}
#problem-comments .cc-comments-section{
    padding: 3rem 0;
}