.file-icon {
  width: 18px;
  height: 18px;
  margin-right: 6px;
  vertical-align: middle;
}
.field-label {
  font-weight: 600;
  margin-bottom: 6px;
}
.list-group-item {
  padding: 6px 10px;
  border: 1px solid #e5e5e5;
}
.list-group-item a {
  color: #0069d9;
  text-decoration: none;
}
.list-group-item a:hover {
  text-decoration: underline;
}
