.noDisplay {
    display: none;
}

.attending {
    max-width: 40px;
    max-height: 40px;
}

.licmt {
    color: #919191;
}

.media {
    border-bottom: 1px solid #ddd;
    background-color: #f9f9f9;
    margin-top: 0;
}

h5.media-heading {
    margin-top: 5px;
}

.minput {
    margin-top: 10px;
    padding-top: 10px;
}

.eventsTr {
    cursor: pointer; /* 'hand' is invalid, pointer is sufficient */
}

h3,
h4 {
    border-bottom: 2px solid #ccc;
}

.selected {
    font-weight: bold;
}

.vertical-align {
    display: flex;
    align-items: center;
}
