.page-header {
  border-bottom: 1px solid #eee;
}
#loader-image {
  color: #02ff00;
  font-size: 11em;
  text-align: center;
}
#result-message .label {
  font-size: 1.2em;
}
#search-clear,
#result-message,
#result-list,
.text-to-copy {
  display: none;
}

.logo {
  margin-right: 10px;
}
.navbar-brand {
  padding: 4px 15px;
}
.input-group-btn {
  flex-direction: row;
}
#result-message .badge {
  font-size: 100%;
}
.card-header h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1em;
  width: 80%;
}
