.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4 {
  text-transform: none;
}

.reveal img {
    border: medium none !important;
    border-radius: 2pt !important;
}

.reveal .inline-block {
    display: inline-block;
}

.reveal .nowrap {
    white-space: nowrap;
}

.reveal .x3 {
    width: 30%;
}

.reveal .x2 {
    width: 45%;
}

.reveal .text {
  background-color: #444444;
  color: white;
  font-size: 0.7em;
  font-style: normal;
  padding: 3px 5px;
  margin: 0 2px;
  border-radius: 7px;
}

.reveal .command {
  background-color: #C0E7FF;
  color: black;
  font-size: 0.7em;
  font-style: normal;
  padding: 3px 5px;
  margin: 0 2px;
  border-radius: 7px;
}

.reveal div.notice {
  background-color: #555555;
  /*line-height: */
  color: white;
  font-style: normal;
  border-radius: 7px;
  padding: 0 20px;
  max-width: 700px;
  margin: 10px auto;
  position: relative;
}

.reveal .warning {
  background-color: #FF8888;
  /*line-height: */
  color: black;
  font-style: normal;
  border-radius: 7px;
  padding: 0 20px;
  max-width: 700px;
  margin: 10px auto;
  position: relative;
}
