.connectionCenter {
  padding: 1rem;
}

/* .connectionCenter__assignments {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
} */

.connectionCenterItem {
  background-color: #999;
  margin-bottom: 1rem;
  padding: 1rem;
}

.radiolist-select-item {
    cursor: pointer;
    margin: 1rem;
}

.usertype-selector-title {
    font-size: 1.4rem;
    font-style: italic;
}

.radiolist-select-item:hover {
    text-decoration: underline;
    color: #5cb85c;
}

.select-container-usertypelist {
    text-align: center;
    font-weight: bold;
    margin: 1rem;
}

.assignment_button {
    padding: 8px;
    margin: 1rem;
    background: #52a552;
    color: white;
    display: inline;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
}

.vendor-card-footer {
    display: flex;
}

.vendor-card-header {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.vendor-card-container {
    width: 50%;
    border: solid 1px navy;
    padding: 4px;
    margin: 1rem;
    border-radius: 7px;
}

.vendor-account-name {
    font-weight: bold;
    font-size: 1rem;
}

.vendor-staff-name {
    font-weight: bold;
    font-size: .75rem;
}

.vendor-location-info {
    font-size: .75rem;
}
