
.showIfOut,
.showIfOver,
.showIfOn
{
  display: none;
}

.isOut .showIfOut,
.isOver .showIfOver,
.isOn .showIfOn
{
  display: block;
}

.showIfParentOut,
.showIfParentOver
{
  display: none;
}

.isOutParent .showIfParentOut,
.isOverParent .showIfParentOver
{
  display: block;
}

.isOutParent  .showIfOut.showIfParentOver,
.isOver .showIfParentOver
{
  display: none;
}

.expandable
{
  display: none;
}

input.autoVanishField
{
  color: #bcbcbc !important;
}
