ul.recent-posts, ul.recent-tweets {
    margin: 0;
    padding: 0;
    list-style-type: none; 
}

ul.recent-posts li.post, ul.recent-tweets li.post {
    padding: 8px 0;
    border-bottom: 1px solid #e6e6e6; 
}

ul.recent-posts li.post img.blog-avatar, ul.recent-tweets li.post img.blog-avatar {
    height: 36px;
    width: 36px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    float: left; 
}

ul.recent-posts li.post .details, ul.recent-tweets li.post .details {
    margin-left: 48px; 
}

ul.recent-posts li.post .details h5.blog-title, ul.recent-tweets li.post .details h5.blog-title {
    font-weight: 600;
    font-size: 13px;
    color: #5b90bf;
    margin-bottom: 6px; 
}

ul.recent-posts li.post .details p, ul.recent-tweets li.post .details p {
    color: #666666;
    margin: 0;
    font-size: 11px; 
}

ul.recent-posts li.post .details p i, ul.recent-tweets li.post .details p i {
    color: #eacb20;
    margin-right: 2px;
    font-size: 12px;
    color: #666666; 
}

ul.recent-posts li.post:first-child, ul.recent-tweets li.post:first-child {
    padding-top: 0; 
}

ul.recent-posts li.post:last-child, ul.recent-tweets li.post:last-child {
    border-bottom: 0;
    padding-bottom: 0; 
}

ul.recent-tweets {
    padding: 15px; 
}

ul.messages {
    padding: 10px;
    margin: 0;
    text-align: left;
    list-style-type: none; 
}

ul.messages li {
    padding: 10px;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    transition: All 0.5s ease;
    border: 1px solid #ebebeb !important;
    background-color: white;
    margin-bottom: 3px; 
}

ul.messages li:last-child {
    margin-bottom: 0px; 
}

ul.messages li:hover {
    background: white;
    cursor: pointer; 
}

ul.messages li .user-pic {
    float: left; 
}

ul.messages li .user-pic img {
    width: 32px;
    height: 32px; 
}

ul.messages li .details {
    line-height: 18px;
    font-size: 11px;
    display: block;
    margin-left: 42px; 
}

ul.messages li .details strong {
    font-weight: 600;
    margin-right: 3px;
    font-size: 13px;
    display: block;
    line-height: 11px; 
}

ul.messages li .details strong span {
    float: right;
    font-size: 11px;
    display: inline-block; 
}

ul.messages li .details span {
    font-weight: 400;
    display: block; 
}

ul.messages li.plain {
    padding: 5px 0px;
    border: 0 !important;
    font-weight: 600;
    display: block;
    font-size: 14px;
    background: transparent;
    display: block; 
}

ul.messages li.plain .btn {
    float: right;
    color: white;
}

ul.messages li.plain .btn i {
    color: white !important;
    font-size: 16px; 
}

.chats {
    margin: 0;
    padding: 0;
    margin-top: -15px;
    list-style-type: none; 
}

.chats li {
    padding: 5px 0;
    margin: 13px auto; 
}

.chats li img.avatar {
    height: 48px;
    width: 48px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px; 
}

.chats li.in img.avatar {
    margin-right: 10px;
    float: left; 
}

.chats li .name {
    color: #666666;
    font-size: 13px;
    font-weight: bold; 
}

.chats li .date-time {
    color: #333333;
    font-size: 11px;
    font-weight: 400; 
}

.chats li .date-time .fa {
    font-size: 14px;
    margin-left: 4px;
    color: #4d4d4d; 
}

.chats li .progress-stats {
    margin-top: 10px; 
}

.chats li .progress-stats .progress {
    height: 6px;
    margin: 5px 0 0 25px; 
}

.chats li.out img.avatar {
    float: left;
    margin-right: 10px;
}

.chats li .message {
    display: block;
    padding: 10px;
    position: relative;
    color: black; 
}

.chats li.in .message {
    text-align: left;
    margin-left: 60px;
    background: #f7f7f7; 
}

.chats li.in .message .arrow {
    display: block;
    position: absolute;
    top: 0;
    left: -12px;
    width: 0;
    height: 0;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #f7f7f7; 
}

.chats li.out .message {
    margin-left: 60px;
    background: #e3ecf4;
    text-align: left;
}

.chats li.out .message .arrow {
    display: block;
    position: absolute;
    top: 0px;
    left: -12px;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #e3ecf4;
}

.chats li .message .body {
    display: block;
    padding-top: 10px; 
}

.chats li:last-child {
    margin-bottom: 0;
    padding-bottom: 0; 
}

