 
.CrewNameLabel {
    float: left;
    width: 25%;
    font-weight: bold;
}
.CrewNameText {
    float: left;
    width: 74%;
    margin-bottom: 10px;
}
.CrewNotesLabel {
    float: left;
    width: 25%;
    font-weight: bold;
}
.CrewNotesText {
    float: left;
    width: 74%;
}
.CrewSaveButton {
    float: right;
    margin-left: 10px;
    margin-top: 20px;
    margin-right: 8px;
}
.CrewCancelButton {
    float: right;
    margin-top:20px;
}

.CrewInfo .dx-popup-wrapper > .dx-overlay-content {
    width: 500px;
    height: 300px;
}

.CrewInfoPopup .dx-field-item-label-text{
    font-weight: bold ;
}
 