/* line 6 */
.footer {
  background-color: #cc0000;
  width: 100%;
  clear: both;
  position: fixed;
  z-index: 30;
  height: 75px;
  left: 0;
  bottom: 0;
}

/* line 17 */
.footer .summit-logo {
  position: relative;
  z-index: 50;
  top: -75px;
  left: 35px;
  float: left;
  border: none;
  background: none;
}

/* line 27 */
.footer .redhat-logo {
  position: relative;
  float: right;
  z-index: 50;
  top: -10px;
  right: 20px;
  border: none;
  background: none;
}

/* line 39 */
.reveal section {
  text-align: left;
}
/* line 42 */
.reveal section blockquote {
  margin: 25px auto;
}
/* line 44 */
.reveal section blockquote p {
  margin: 12px;
  margin-bottom: 22px;
}
/* line 50 */
.reveal section a:not(.image) {
  color: white;
}
/* line 54 */
.reveal section a:hover {
  text-decoration: underline;
  background: none !important;
  color: white !important;
}
/* line 60 */
.reveal section blockquote::before {
  content: '';
}
/* line 64 */
.reveal section blockquote::after {
  content: '';
}
/* line 68 */
.reveal section img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 80 */
.reveal section img.icon {
  margin: 0px;
  border: 0px;
  padding: 0px;
  display: inline;
  vertical-align: middle;
}
/* line 88 */
.reveal section h1, .reveal section h2, .reveal section h3 {
  text-align: center;
}
/* line 92 */
.reveal section .bottom {
  bottom: 0;
  position: absolute;
}
/* line 98 */
.reveal section .bottomoffset50 {
  bottom: 50px;
  position: absolute;
}
/* line 103 */
.reveal section .floatright {
  float: right;
}
/* line 107 */
.reveal section .bottommargin50 {
  margin-bottom: 50px;
}
/* line 112 */
.reveal section .red {
  color: #d4000d;
}
/* line 116 */
.reveal section .right {
  position: absolute;
  right: 0;
}
/* line 121 */
.reveal section .center-text {
  text-align: center;
}
/* line 125 */
.reveal section img.diagram {
  border: 3px solid #aaaaaa;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
/* line 134 */
.reveal section ul {
  list-style: disc url("../images/glyphicons/glyphicons_211_right_arrow.png");
}
/* line 136 */
.reveal section ul li {
  margin-bottom: 10px;
  padding-left: 10px;
}
/* line 142 */
.reveal section ul.resources {
  list-style: none;
}
/* line 146 */
.reveal section .authors {
  margin-top: 50px;
}
/* line 148 */
.reveal section .authors .author {
  margin-top: 0px;
  position: relative;
}
/* line 151 */
.reveal section .authors .author .role {
  font-size: .7em;
  margin-bottom: 0px;
  margin-left: 50px;
}
/* line 156 */
.reveal section .authors .author .handle {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: .7em;
}

/* line 167 */
.reveal section img.splash, .reveal section .footer img {
  border: none;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  max-width: 800px;
  max-height: 560px;
}

/* line 177 */
.reveal .images {
  width: 100%;
  padding-bottom: 50px;
  background-color: #FFFFFF;
}

/* line 183 */
.reveal .images table {
  background-color: #FFFFFF;
  width: 100%;
  margin: auto;
}

/* line 189 */
.reveal .images td {
  vertical-align: middle;
}

/* line 193 */
.reveal .images img {
  border: none;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 201 */
.reveal .vertical-center {
  position: absolute;
  top: 25%;
}

/* line 206 */
.reveal .prettyprint {
  background-color: #ffffff;
}

/* line 210 */
.reveal .prettyprint .prettyprint {
  width: auto;
}
