root {
    display: block;
}

.comments-list{
    list-style-type: none;
    padding-left: 0;
}

.comments-list .admin-panel{
    border: solid 1px grey;
    padding: 5px;
}

.comments-list .comments-list{
    padding-left: 20px;
}

.comments-list li{
    margin: 0;
    /*background: #E5F1F4;*/
    padding: 0;
    border-radius: 5px;
}

.comments-list li:nth-child(2n){
    /*background: #F8F8F8;*/
}

.comments-list li .comment-header{
    font-weight: bold;
}

/*extra*/
.comment-widget {
    padding: 10px;
    background: #292929;
    background: rgba(255,255,255,0.06);
    font-family: Verdana;
    border: 1px solid #454545;
    border-radius: 4px;
    margin: 30px 0 10px;
    box-shadow: 0 2px 6px #000;
}

#controlComments {
    color: #ffffff;
    padding-left: 10%;
    font-size: 13px;
}

#controlComments>div {
    display: inline-block;
    vertical-align: middle;
    width: 30%
}

.sort-label {
    display: inline-block;
}

.sort-options {
    display: inline-block;
    background: #000000;
    color: #CCCCCC;
    position: relative;
}

.select-div {
    padding: 5px;
    cursor: pointer
}

.select-div>span {
    margin-right: 5px;
    min-width: 125px;
    display: inline-block;
}

.select-div>i.fa {
    vertical-align: top;
    padding-left: 2px;
}

.select-options {
    position: absolute;
    width: 100%;
    z-index: 999;
    background: #232323;
    display: none;
}

.select-options>ul {
    list-style: none;
    padding-left: 0;
}

.select-options>ul>li {
    cursor: pointer;
    margin-left: 5px;
    margin-top: 10px;
}


.comment-wrap {
    position: relative;
    background: #333333;
    padding-left: 120px;
    /*padding-right: 70px;*/
    width: auto!important;
}

.comment-avatar {
    float: left;
    width: 100px;
    margin: 10px 10px 0 0;
    padding-left: 10px;
    overflow: hidden;
    position: absolute;
    left: 0;
}

.comment-content {
    padding: 6px 10px 25px 0px;
    font-size: 12px;
    line-height: 15px;
    color: #000;
    width: 100%;
}

.comment-header {
    text-align: left;
}

.comment-username {
    text-transform: uppercase;
    color: #fff
}

.comment-time {
    color: #666666
}