html, body {
  height: 100%;
  overflow: hidden;
}

body {
  margin: 0px;
  padding: 0px;
  background-color: #232323;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

.site-header {
  flex: 0 0 auto;
}

.main {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
}

.content-body {
  flex: 1 1 auto;
  overflow-y: scroll;
}

.site-footer {
  flex: 0 0 auto;
}

.filter-button:hover {
  background-color: #333333;
}

.filter-button {
  background-color: #111111;
  border: none;
  color: white;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  font-size: 12px;
  border: none;
  color: white;
}

.show-more-button:hover {
  background-color:#aaaaaa;;
  color:#000000;
}

.show-more-button {
  background-color: Transparent;
  color: #ffffff;
  border: solid;
  border-width: 1px;
  border-radius: 30px;
  font-size: 12px;
  padding:4px;
  padding:4px;
  padding-left:50px;
  padding-right:50px;
  padding-bottom:4px;
}

.applied-filter-button:hover {
  background-color:#f40000;
}

.applied-filter-button {
  background-color:#2b84ab;
  border: none;
  border-radius: 2px;
  font-size: 12px;
  margin: 3px;
  margin-left:1px;
  margin-bottom:3px;
  margin-top:3px;
  padding:4px;
  padding-right: 35px;
  background-image: url("./res/close_icon.png");
  background-repeat: no-repeat;
  background-position: 98%, 50%;
  background-size: 20px;
}

.genre-button:hover {
  background-color:#2b84ab;
  color:#000000;
}

.genre-button {
  color:#bbbbbb;
  background-color: Transparent;
  border: solid;
  border-width: 1px;
  border-radius: 12px;
  font-size: 12px;
  margin: 3px;
  margin-left:1px;
  margin-bottom:3px;
  margin-top:3px;
  padding:4px;
}

.tag-header {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16;
  font-weight:bold;
}

#searchtag-float {
  z-index:2;
  display:flex;
  flex-wrap: wrap;
  position: absolute;
  background-color: #111111;
  width: 100%;
  min-height:40px;
}

#searchbar_input {
  border-radius: 0px;
  padding: 3px;
  width: 100%;
  height: 40px;
  border: none;
  font-size:20px;
}

.autocomplete_entry {
  background-color: #f88800;
}

.waveform-preview {
  width:100%;
  height: 30px;
  z-index:-1;
}

.playbutton {
  width: 20px;
  height: 20px;
  filter: invert(1);
  z-index:-1;
}

.close_icon {
  width: 20px;
  height: 20px;
  filter: invert(1);
  z-index:-1;
}

.result-header label {
      margin-top:5px;
      margin-bottom:5px;
      position: sticky;
      top: 0;
      font-weight: bold;
      text-align: left;
      border-bottom: solid 1px #111111;
}

.result-header {
  display: contents;
  position: sticky;
  flex: 0 0 auto;
}

.result-body {
  display: grid;
  grid-template-columns: auto 1.5fr 2fr 60px 2fr;
  overflow-y: scroll;
  flex: 1 1 auto;
}

.result-entry {
  display: contents;
}

.result-entry-left {
  border-left: 3px solid #444444;
}

.result-content {
  display: contents;
  overflow-y: scroll;
  flex: 1 1 auto;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height:25px;
  margin-top: 10px;
  margin-bottom: 10px;
}

