﻿.customer-data-row {
    padding: 15px;
    margin-left: 0;
    margin-right: 0;
    border-bottom: 1px solid #ededed;
    cursor: pointer;
    position: relative;
}
    .customer-data-row .glyphicon {
        position: absolute;
        top: 40%;
        right: 5%;
    }

.customer-data-box {
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    margin-left: 0;
    margin-right: 0;
}
.customer-data-box > .customer-data-row:nth-child(1) {
    border-top: 1px solid #ededed;
}

.customer {
    color: #4c4c4c;
}