ul.available-info-list {
    margin-bottom: 20px;
}

.available-info-list li {
    font-size: 11px;
    margin-bottom: 5px;
    border: 1px solid #48486c29;
    display: inline-flex;
    align-items: center;
    padding: 3px 7px;
    border-radius: 5px;
}

.available-info-list li .glyphicon-ring, .available-info-list li .showbird-img {
    margin-right: 5px;
}

.glyphicon-ring {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: white;
  display: inline-table;
  text-align: center;
}

.glyphicon-ring .glyphicon-bordered {
  font-size: 9px;
  vertical-align: middle;
  display: table-cell;
}

.glyphicon-green {
  background: green;
}

.glyphicon-black {
  background: black;
}

.glyphicon-blue {
  background: blue;
}

.glyphicon-light-blue {
  background: #7eb8ff;
}

.glyphicon-red {
  background: red;
}

.glyphicon-light-red {
  background: #fd6d6d;
}

.glyphicon-purple {
  background: #8a6dfd;
}

.glyphicon-orange {
  background: orange;
}

.showbird-img {
    width: 20px;
    height: 20px;
}