.recent-conversations-info {
    text-align: center;
    margin-bottom:40px;
}
.message-card {
    width: 29%;
    border: 1px solid #ccc;
    padding:0px 20px;
     text-align:left !important;
     margin-bottom:20px;
}
.message-card small {
    display:block;
    text-align:right;
}
.inner-box {
    height:250px;
}
.inner-box h3 {
    text-align:left !important;
    font-family:anton;
    font-weight:lighter;
    color: #339ac0;
}

.inner-box h3>a {
    color: #339ac0;
    font-family: anton;
    font-weight: lighter;
}
#conversation-container {
    margin-top:50px;
}
.conversation-wrapper {
    padding: 50px 18px 18px 18px;
    background: #eee;
    height: auto;
}
.user-profile {
    padding: 10px;
    
}
.user-info {
    font-size: 24px;
    font-family: anton;
}
#cwc-msg {
    padding: 25px 25px 0 25px;
    text-align: left;
    background: #fff;
    width: 98%;
    margin: 12px 10px 40px;
}
.message-to,.message-from{
    width: 48%;
    margin: 0 10px;
    min-height: 150px;
    display: block;
    background: #fff;
    padding: 15px;
}
/*
.message-to {
    margin-left:50px;
}
.message-from{
   margin-left:26px;
}*/
.avatar-75 {
    width:75px;
    height:75px;
    border-radius: 50%;
    overflow:hidden;
}
.float-left {
    float:left;
}
.float-right {
    float:right;
}
.message-subject {
    clear:both;
}
.mr-20 {
    margin-right: 20px !important;
}
.mt-50 {
    margin-top:50px;
}
h4 span {
    font-family: lato;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 400;
    color: #b10000;
}
.inline-block {
    display:inline-block;
}
.message-card .user {
    margin-bottom: 12px;
}