.ticketlist td{
	padding: 15px;
}
.ticketlist .content {
	border: 1px solid #d3f0f6;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 0 !important;
}
.paddleft{
    padding-left: 0px;
}
.ticketlist table.list{
	border:none !important;
}
.ticketlist table.list td {
    border: medium none !important;
    padding: 10px 15px;
}
.ticketlist .box1 {
    background: #d9edf7 none repeat scroll 0 0;
    border-bottom: 1px solid #d3f0f6;
    color: #444;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    padding: 15px;
}
.ticketlist .button {
    background: #018bc8 none repeat scroll 0 0;
    border-radius: 3px;
    height: auto;
    margin: 15px;
    padding: 10px 15px;
    border:none;
    color:#fff;
    cursor:pointer;
}
.ticketlist .button:hover{
	background:#003a88;
}
.ticketlist .label {
    color: #444;
    margin: 20px 0 10px;
}
.ticketlist .box2 table.list {
    border: 1px solid #faeccc !important;
    border-radius: 5px !important;
    margin: 20px 15px 25px;
    width: 97%;
}
.ticketlist .box2 tr:first-child td {
    background: #fcf8e3 none repeat scroll 0 0;
    border-bottom: 1px solid #faeccc !important;
    padding: 15px;
}




.comment-section{
    list-style: none;
    width: 100%;
    margin: 0px auto;
    padding: 10px;
}

.comment{
    display: flex;
    border-radius: 3px;
    margin-bottom: 45px;
    flex-wrap: wrap;
}

.comment.user-comment{
    color:  #808080;
}

.comment.author-comment{
    color:  #60686d;
    justify-content: flex-end;
}

/* User and time info */

.comment .info{
    width: 17%;
}

.comment.user-comment .info{
    text-align: right;
    margin-right: 10px;
}

.comment.author-comment .info{
    order: 3;
    margin-left: 10px;
}


.comment .info a{	/* User name */
    display: block;
    text-decoration: none;
    color: #656c71;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 10px 0 3px 0;
}

.comment .info span{	/* Time */
    font-size: 11px;
    color:  #9ca7af;
}


/* The user avatar */

.comment .avatar{
    width: 8%;
}

.comment.user-comment .avatar{
    padding: 10px 18px 0 3px;
}

.comment.author-comment .avatar{
    order: 2;
    padding: 10px 3px 0 18px;
}

.comment .avatar img{
    display: block;
    border-radius: 50%;
}

.comment.user-comment .avatar img{
    float: right;
}





/* The comment text */

.comment p{
    line-height: 1.5;
    padding: 18px 22px;
    width: 50%;
    position: relative;
    word-wrap: break-word;
}

.comment.user-comment p{
    background-color:  #f3f3f3;
}

.comment.author-comment p{
    background-color:  #e2f8ff;
    order: 1;
}

.user-comment p:after{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid #f3f3f3;
    left: -8px;
    top: 18px;
}

.author-comment p:after{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid #e2f8ff;
    right: -8px;
    top: 18px;
}


a.avatar i {
    font-size: 40px;
    border: 1px solid #ddd;
    padding: 10px;
}
/* Responsive styles */

@media (max-width: 800px){
 
    .comment p{
        width: 100%;
    }

 
    .comment.user-comment .info{
        order: 3;
        text-align: left;
    }

    .comment.user-comment .avatar{
        order: 2;
    }

    .comment.user-comment p{
        order: 1;
    }

    .comment.author-comment{
        justify-content: flex-start;
    }


    .comment-section{
        margin-top: 10px;
    }

    .comment .info{
        width: auto;
    }

    .comment .info a{
        padding-top: 15px;
    }

    .comment.user-comment .avatar,
    .comment.author-comment .avatar{
        padding: 15px 10px 0 18px;
        width: auto;
    }

    .comment.user-comment p:after,
    .comment.author-comment p:after{
        width: 12px;
        height: 12px;
        top: initial;
        left: 28px;
        bottom: -6px;
    }

    .write-new{
        width: 100%;
    }
}
