/**
 * Add your css styles here, this will be placed on the document head
**/

.ts-inbox input {
    background: #B7B4C71A;
    margin: 3px 10px 0px 10px;
    border-radius: 8px;
}
.ts-inbox-top {
     border: none !important;
}
.ts-convo-list li a { 
    background: #B7B4C71A !important;
    margin: 10px;
    border-radius: 8px;
}
.ts-message-body {
    background: #B7B4C71A;
    margin: 5px;
    border-radius: 8px;
}
.ts-message-body .ts-inbox-top {
     background: #B7B4C71A !important;
     border-radius: 8px 8px 0px 0px;
}
 
.ts-inbox-bottom {
     background: #B7B4C71A !important;
     border-radius: 0px 0px 8px 8px;
     border: none !important;
}
.inbox-left {
     border-right: none !important;
}