p {
  color: inherit;
}

.reveal p, .reveal h3 {
 color: #333;
}
var {
  height: 0px;
  width: 0px;
  display: none;
}
.componentNotes{
  color: #6a9000;
  text-align: center;
  background-color:#e1e8d2;
  padding:2px;
  font-size:14px
}

.componentNotes.warning{
  color: #000;
  background-color: #f9e683;
  margin: 2rem auto;
}

.componentNotes span{
  font-weight: bold;
}
