
.slide.intro {
  text-align: center;
  font-size: 2rem;
}
.slide.intro hgroup {
  margin-top: 200px;
}
.content {
  font-size: 1.7rem;
}
.content ol {
    margin-left: 1rem;
}
    .iconed b {
        -webkit-transform-origin: 0 75%;
        -webkit-transform: scale(1.75);
        display: inline-block;
        font-weight: normal;
        color: blue;
    }
    .iconed :nth-child(2) b{color: red;-webkit-transform: scale(2)}
    .iconed :nth-child(3) b{color: purple;}
    .iconed :last-child   b{color:green;}
.content input, button {
  font-size: 2rem;
}
.slide textarea.mynotes {
    -webkit-appearance: none;
    border: 1px #aaa solid;
    border-radius: 5px;
    width: 100%;
    font-size: 1.2rem;
    font-style: italic;
    box-shadow: inset 0 0 8px rgba(0,0,0,0.3);
    padding: 5px;
    box-sizing: border-box;
    font-family:"Palatino Linotype", "Book Antiqua", Palatino, cursive,serif;
   }
.content td {
  border: 1px solid black;
}
.invalid {
  background-color: red;
}


/* Content */

header {
  font-weight: normal;
  letter-spacing: -.05em;

  text-shadow: rgba(0, 0, 0, 0.2) 0 2px 5px;

  left: 30px;
  top: 25px;
  font-size: 2rem;
}
h1 {
  font-size:1.8rem;
  margin-bottom: 0px;
  letter-spacing: 0.25px;
}
h1,a {
  color: #e00;
}
.intro h1 { font-size: 2.6rem;}
.intro h1 b {font-size: 6rem; display: block; color: blue;}
.intro p {
    font-size: 1.8rem;
}
h2 {
  font-size: 1.9rem;
}
h1:first-child {
  margin-top: 0;
}
section, footer {
  text-shadow: rgba(0, 0, 0, 0.2) 0 2px 5px;
  margin: 20px 30px 0;
  display: block;
  overflow: hidden;
}
footer {
  font-size: 1rem;
  margin: 20px 0 0 30px;
}
a {
  display: inline-block;
  text-decoration: none;
  line-height: 110%;
}
a:hover {
  text-decoration: underline;
}
pre {
  text-align: left;
  font-size: 1.2rem;
}
pre, .pre {
  padding: 10px 20px;
  background: rgba(255,255,255, 0.7);
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid white;
}
pre b {
  font-weight: normal;
  color: #c61800;
  text-shadow: #c61800 0 0 1px;
/*letter-spacing: -1px;*/}
pre em {
  font-weight: normal;
  font-style: normal;
  color: #18a600;
  text-shadow: #18a600 0 0 1px;
}
small {
    opacity: 0.4
}
div.example {
  display: block;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
#presentation-counter {
  color: #ccc;
  font-size: 0.7rem;
  letter-spacing: 1px;
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  text-align: center;
}
#next,
#back {
  z-index: 1000;
  position: absolute;
  top: 5px;
  left: 5px;
  list-style-type: none;
  -webkit-appearance: none;
  color: #333;
  font-size: 1rem;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  background: -webkit-linear-gradient(#fff 50%, #eee 50%, #ddd);
  background: -moz-linear-gradient(#fff 50%, #eee 50%, #ddd);
  background: -ms-linear-gradient(#fff 50%, #eee 50%, #ddd);
  background: -o-linear-gradient(#fff 50%, #eee 50%, #ddd);
  background: linear-gradient(#fff 50%, #eee 50%, #ddd);
  border-radius: 7px;
  border: none;
  padding: 5px 10px;
  letter-spacing:1px;
  font-size: 1rem;
  box-shadow: inset 0 0 2px rgba(0,0,0,0.3),
    2px 2px 5px rgba(0,0,0,0.7);
  border: 3px solid #eee;
}
#next {left: auto; right: 5px;}

/* OBJECT PAGES */
.object header {
  position:absolute;
  top: 10px;
  width: 100%;
  text-align:center;
  background-color: rgba(255,255,255,0.9);
  left:0;
}
.objectlink {
  position:absolute;
  top:0; right:0;
  color: white;
  background-color: #000;
  padding: 3px 5px;
  border: none;
}
.slide.object {padding:0;}
.object object {position: absolute;display: block;width: 100%; height: 100%;}
.notes, .temphidden {visibility: hidden;}
.slide .note {
    font-size: 80%;
    opacity: 0.5;
}
@media print {
  .slide {
    page-break-inside: avoid;
    page-break-after: always;
    visibility: visible !important;
    font-size: 20pt;
    font-family: Arial, sans-serif;
  }
  @page {
    size: landscape;
  }
  body {
    font-size: 12pt;
    background: white;
  }
  header h1 {
    border-top: 2pt solid gray;
    border-bottom: 1px dotted silver;
  }
  #presentation-counter, #info, #topinfo, .counter {
    display: none
  }