/* Here we can set styles for this lab page that we don't want to effect others pages */

/* the period in a CSS selector selects an element by class, e.g., class="minor-section" */
.minor-section {
    padding: 10px;
    margin-bottom: 10px;
    border: solid 1px #888;
    background-color: #DDD8C4;
  }

.caption {
  font-family: cursive;
  font-size: 77%;
  text-align: center;
}

#content {
  background-color: #1f405b;
  width: 1450px;
  min-height: 300px;
  padding: 10px;
  margin: 15 px;
  border: ridge 7px #25126b;
  font-size: 20px;
}

.minor-section {
    padding: 10px;
    margin-bottom: 10px;
    border: dotted 7px #ffe600;
    background-color: #dafcff;
}

h1 {
  font-family: serif;
  font-style: oblique;
  font-weight: 1000;
  color: #ffffff;
  font-size: 250%;
}

h2 {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color:#15489b;
    font-variant: small-caps;
}

p {
  font-family: cursive;
  font-size:85%;
  text-indent: 30px;
  margin-left: 10px;
}

.caption {
  font-family: cursive;
  font-size: 77%;
  text-align: center;
}

a {
color: #ffffff;
}

.hondaodyssey2016 {
  margin: 10px;
  max-width: 75%;
  display: block;
  margin: auto;
}

.text1 p {
  display: inline-block;
  max-width: 60%;
  margin: 3px;
  padding: 5px 10px;
  border-radius: 15px;
  background-color: #dafcff;
  color: #1f405b;
  font-family: sans-serif;
  font-size: 0.8em;
  text-indent: 0px;
}

#reveal {
  text-align: right;
}

#output1 {
  text-align: right;
}