
form#id-bio-search fieldset legend {
    background-color: blue;
    color: white;
    font-weight: bold;
    font-size: 16px;
    width: 100%;
    padding-top: 7px;
    padding-left: 20px;

}

form#id-bio-search fieldset p.subhead {
    background-color: blue;
    color: white;
    font-weight: bold;
    font-size: 12px;
    width: 400px;
    padding-top: 3px;
    padding-left: 5px;
    margin-left: 40px;
}

div.ctrlHolder {
    margin-left: 40px;
}

div.buttonHolder {
    height: 30px;
}

input.submitButton {
    margin-left: 10px;
    margin-right: auto;
    float: left;
}


.playername {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.playername .playerdetails {
  visibility: hidden;
  width: 500px;
  background-color: #E0E0E0;
  color: black;
  text-align: left;
  padding: 5px 0;
  border-radius: 6px;
    border: black;
    border-width: 2px;
    border-style: solid;


  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.playername:hover .playerdetails {
  visibility: visible;
}
