@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);
.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.collection {
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0;
}

.collection-item {
  -webkit-box-align: center;
  align-items: center;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  list-style: none;
  padding: 16px;
}

.collection-item h4 {
  margin: 0;
}

.text-small {
  font-size: 12px;
}

/*# sourceMappingURL=app.css.map */
