﻿.name {
    font-weight: bold;
    padding-top: 5px;
    padding-left: 10px;
}

.photo {
    width: 84px;
    height: 84px;
    vertical-align: middle;
}

.frame {
    border: 1px solid lightgray;
    padding: 4px;
}

.description {
    color: gray;
    padding-top: 1px;
    padding-left: 10px;
}

.contactInfo {
    padding-bottom: 11px;
}

.selectedItem .description,
.hoveredItem .description {
    color: inherit; /* The description section's text color is taken from the applied theme's selected and hovered styles. */
}
