/* Custom styles for essay #3 */

/* buttons for test tones */
.ttbtn {
  display: inline-block;
  width: fit-content;
  min-width: 70px;
  height: fit-content;
  vertical-align: middle;
  background-color: #008070;
  color: white;
  margin: 0px;
  padding: 3px;
  border: 1px solid #a0a0a0;
  border-radius: 4px;
  box-shadow: 2px 2px 3px #c0c0c0;
  }

.ttbtn:hover {
  cursor: pointer;
  background-color: #A00000;
  border: 1px solid #808080;
  box-shadow: 3px 3px 5px #a0a0a0;
  }


