.morphii-list-group {
  clear: both;
  display: block;
  padding-top: 10px;
  margin-bottom: 5px;
}

.morphii-list-group h2 {
  background-color: #347DBE;
  color: white;
  padding: 5px;
  font-weight: 600;
}

.morphii-list {
  clear: left;
  list-style-type: none;
  list-style-image: none;
  padding-left: 0;
  display: inline-block;
}

.no-alternates {
  float: left;
  margin: 5px 2px !important;
  padding: 0px 5px;
  display: inline-block;
  border: 0px dotted grey;
  height: 200px;
}

.alternates {
  float: left;
  margin: 5px 2px !important;
  padding: 0px 5px;
  display: inline-block;
  border: 0px dotted grey;
  height: 265px;
}

.morphii-name {
  text-align: center;
  width: 100%;
  padding-top: 10px;
  font-size: 18px;
  border-bottom: 0px dotted grey;
}

.morphii-list-image {
  padding: 1px 5px;
  margin-top: 4px !important;
  max-width: 155px !important;
  max-height: 155px !important;
}

.morphii-list-info
{
  font-size: 12px;
  text-align: center;
}

.morphii-list-info select {
  width: 80%;
}
