.applicationCustomerRepresentative { }

.customerRepresentativeBody {
    float: left;
    width: 100%;
    padding: 10px 0;
}

.custRepInfoPanel {
    float: left;
    width: 100%;
}


.custRepRow {
    float: left;
    width: 100%;
    margin-bottom: 12px;
}

.custRepLabel {
    float: left;
    width: 100%;
    font-size: 11px;
    font-weight: bold;
    color: #8F8F8F;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 2px;
}

.custRepValue {
    float: left;
    width: 100%;
    font-size: 13px;
    color: #333333;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    word-wrap: break-word;
}

.ApplicationRightMenuPopupItemIcon[icon="customer-representative"] {
    background: transparent url(customer-representative.svg?v=3) 0% 0% no-repeat padding-box;
}