body {
  font-family: "Lucida Console", "Courier New", monospace;
  font-size: 14px;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

h1 {
  margin-top: 20px;
}

.filter-section {
  margin-top: 20px;
  margin-bottom: 20px;
}

.filter-section label {
  margin-right: 10px;
}

.device-list-container {
  border: 1px solid darkgrey;
  padding: 10px;
  background-color: rgb(250, 250, 250);
  width: fit-content;
  max-width: 90vw;
  overflow-x: auto;
}

#device-list {
  font-family: inherit;
  font-size: inherit;
  margin: 0;
}

#device-list > div {
  white-space: pre;
  padding: 2px;
}

.audioinput {
  background-color: lightblue;
}

.audiooutput {
  background-color: lightgreen;
}

.videoinput {
  background-color: lightpink;
}

#copy-button {
  margin-top: 10px;
  padding: 5px 10px;
  font-family: inherit;
}

.refresh-button-container {
  margin-top: 20px;
}

#refresh-button {
  padding: 10px 20px;
  font-family: inherit;
}

.bug-link-container {
  margin-top: 10px;
}
