#search-input{
  height: 20px;
  width: 60%;
  text-align: center;
  font-family: inherit;
}

#search-container{
  font-size: 120%
}

#results-container{
list-style-type: none;
}

#results-container li{
  line-height: 1.4
}

.tooltip {
  position: relative;
  display: inline-block;
  font-weight: initial !important;
}

.tooltip .tooltiptext {
    visibility: hidden;
    min-width: 200px;
    max-width: 240px;
    background-color: #eeeeee;
    border-color: #eeeeee;
    border-width: medium;
    color: black;
    font-size: 80%;
    line-height: initial;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 110%;
    color: black;
    padding: 5px 10px 5px 10px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

