article.comments {
}

article.comments > header {
    border-bottom: solid 1px #888;
    padding: 5px 10px;
    font-size: 18px;
}

article.comments ul {
    list-style-type: none;
    display: grid;
    padding: 0;
    margin: 0;
    border-right: solid 1px rgba(1,1,1,.1);
}


article.comments ul > li {
    margin: 0;
    border-bottom: solid 1px rgba(0,0,0,.1);
    overflow: hidden;
    padding: 10px 10px 15px 0;
    position: relative;
}

article.comments ul > li::before {
    content: "";
    width: 40px;
    background: rgba(1,1,1,.1);
    right: 0px;
    position: absolute;
    top: 35px;
    height: 1px;
}

article.comments ul > li::after {
    content: "";
    width: 1px;
    background: rgba(1,1,1,.1);
    right: 65px;
    position: absolute;
    top: 60px;
    height: 100%;
}

article.comments ul > li > img {
    width: 50px;
    border-radius: 50%;
    padding: 5px;
    box-shadow: rgba(0,0,0,.2) 0px 0px 1px;
    margin-right: 30px;
}

article.comments ul > li > button {
    border: solid 1px #fff;
    background: transparent;
    color: #0000ff;
    position: absolute;
    bottom: 0;
    left: 10px;
}

article.comments ul > li > strong {
    padding: 10px;
}


article.comments ul > li > span {
    float: left;
    padding: 10px;
    font-size: 11px;
}

article.comments ul > li > p {
    padding: 0 100px 0 0;
    font-size: 11px;
}

article.comments ol {
    list-style-type: none;
    display: grid;
    padding: 0;
    margin: 0 55px 0 0;
}


article.comments ol > li {
    position: relative;
}

article.comments ol > li::before {
    border: solid 1px re;
    content: "";
    width: 30px;
    background: rgba(1,1,1,.1);
    right: 0px;
    position: absolute;
    top: 25px;
    height: 1px;
}

article.comments ol > li > img {
    width: 50px;
    border-radius: 50%;
    padding: 5px;
    box-shadow: rgba(0,0,0,.2) 0px 0px 1px;
    margin: 0 30px 0 0;
}

article.comments ol > li > strong {
    padding: 10px;
}


article.comments ol > li > span {
    float: left;
    font-size: 11px;
    padding: 10px;
}

article.comments ol > li > p {
    padding: 0 100px 0 0;
    font-size: 11px;
}

article.comments footer > .input-group {
    position: relative;
}

article.comments footer > .input-group > span {
    position: absolute;
    direction: ltr;
    font-size: 10px;
    bottom: -25px;
    left: 50%;
    color: #fff;
    background: #26724fd9;
    padding: 0 10px;
    border-radius: 5px !important;
    display: block;
}
