table.installed-options {
  border:1px solid black; 
  padding:10px;
  font-size:22px;
  background-color: white;
}
table.installed-options td {
  padding-left: 10px;
  padding-right: 10px;
  background-color:white;
}
.option-header {
  text-transform: uppercase;
  font-weight: bold;
}
ul.option-comments-list li.description {
    color: gray;
    white-space: normal;
    font-size: 80%;
    margin-bottom: 3px;
    line-height: 15px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
}
ul.removed {
  display:none;
}
div.removed {
  visibility:hidden;
}
span.expandable {
  background-color:lightyellow; 
}

#hover-holder {
  position:absolute;
  transition: all 1s;
}
