html {
  font-size: 5vw;
  background-color: #ffb850;
}

select {
  font-size: 5vw;
  display: block;
  width: 100%;
}

input {
  font-size: 5vw;
}

img {
  height: 4.5vw;
  width: auto;
}

.double-figure {
  height: 4.33vw;
  width: auto;
}

.single-figure {
  height: 3.75vw;
  width: auto;
}

.triangle {
  font-size: 0.33rem;
  float: right;
}

.dropdown {
  position: relative;
  display: inline-block;
  font-size: 0.8rem;
  border-style: solid;
  border-width: 1px;
  padding: 1px 3px;
  width: 98%;
}

.dropdown-content {
  display: none;
  position: absolute;
  width: 75vw;
  overflow: auto;
  background-color: #f9f9f9;
  z-index: 1;
  font-weight: bold;
}

#dropbutton {
  display: none;
}

#dropbutton:checked+label+.dropdown-content {
  display: block;
}

.figure {
  display: none;
}

table,
th,
td {
  border-collapse: collapse;
  padding: 5px;
  text-align: center;
  font-size: 0.75rem;
  background-color: #fff;
}

label {
  cursor: pointer;
  float: left;
}

#chord {
  display: block;
  margin: 0 auto;
  margin-top: 15px;
}

#maintab {
  width: 100%;
}

.col-1 {
  width: 45%;
}

#dropbuttonlabel {
  width: 100%;
}

h5 {
  display: block;
  margin: 0;
  float: left;
  width: 62%;
}

.navlnk {
  display: block;
  float: right;
  text-decoration: none;
  color: #3893bd;
  margin-left: 32px;
}