/**
 Sego Presentation Styling
**/
.sego-logo {
  position: absolute;
  bottom: 1em;
  left: 2em; }

.reveal section img.no-style-image {
  background: none;
  border: none;
  box-shadow: none; }

.spin-code {
  float: right; }
  .spin-code blockquote {
    color: white;
    font-family: 'Source Sans Pro', Helvetica, sans-serif;
    font-size: 1.7em;
    background: #527c97;
    padding: 10px; }

.stack-starter {
  float: left; }
  .stack-starter blockquote {
    color: white;
    font-family: 'Source Sans Pro', Helvetica, sans-serif;
    font-size: 1.7em; }
