/* This file is linked from index.html, and should include any CSS
   overrides that you want to apply to your selected reveal.js
   "white" theme.
*/
body:after {
  content: '@xahteiwi';
  opacity: 0.5;
  font-size: 200%;
  font-family: "Source Sans Pro", sans-serif;
  position: fixed;
  bottom: 2em;
  right: 2em;
}

.reveal h3, .reveal h4, .reveal h5, .reveal h6 {
  text-transform: none;
}

.reveal .fragment {
  opacity: 0.3 !important;
}

.reveal .current-fragment {
  opacity: 1 !important;
}

.reveal .hidden {
  display: none;
}

.reveal .overview .hidden {
  display: inherit;
}

.reveal td, .reveal th {
  font-size: 200%;
}

.reveal img, .reveal iframe {
  border: none !important;
}

.reveal .inline {
  display: inline !important;
}

.reveal img.inline {
  box-shadow: none !important;
  height: 1em;
  width: auto;
  margin: 0 !important;
}
