.reserved {
  color: #bdbdbd !important;
}

/* Flex layout for contact points: name/reserved left, number right */
.collection-item.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Contactpoints list styling */
.collection-item.flex-row {
  display: flex;
  align-items: center;
  padding-right: 10px;
}
.contact-icon-small {
  width: 40px;
  height: 40px;
}
.cp-info {
  flex: 1;
  margin-left: 15px;
}
.cp-number {
  font-size: 1.1em;
}
.cp-name {
  font-size: 0.9em;
}
.cp-toggle {
  margin-left: auto;
}
.category-icon {
  color: #BDBDBD !important;
}

.json-content {
  padding-bottom: 100px;
}