.antialiased .row {
    justify-content: center;
}

.profileImage img  {
    width:100%;
}

.profileName p{
    margin-bottom: 0px;
}

.antialiased .table th.headerThead {
    width: 50%; 


}
.antialiased .table th.headerThead .row {
    margin: 0px;
}

.antialiased .table td, .antialiased .table th  {
    border: none;
    padding: 10px;
}

.antialiased .table thead {
    background: #ccc;
}

.antialiased .table tbody td{
    background: #eee;
    border-bottom: 1px solid #fff;
    vertical-align: middle;
    padding: 6px;
}

.antialiased .table tbody td span.maxlength {
    max-width: 120px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.antialiased .tableResponsive {
    max-width: 380px;
}