@import "/inc/blogs.css";  /* styles common across blog articles */

/* Apollo 11 transcript */
q {
  font-family: Georgia, serif;
  quotes: "\201C""\201D";
}
time, p.met b { 
  font-family: "Arial Black", Gadget, sans-serif;
  color: #333;
}
p.met b.neil { color: darkblue; }
p.met b.buzz { color: darkgreen; }
p.met b.mike { color: maroon; }
p.met b.cc   { color: purple; }

/* page 2 - debrief */
img#the_switch { 
  width: 300px;  height: 300px;
  background-size: cover;
  background-image: url('/lander/02-debrief/switch.jpg');
}
img#the_switch:hover { background-position-x: -300px; }

aside#pid { background-color: #9ce; }
table#pmodes td, table#pmodes th {
  border: none;
  padding: 5px;
}

/* page 3 - howto */
table#profile td, table#profile th { text-align: center; }
table#profile th { padding-bottom: 4px; }

img#boost { 
  width: 260px;  height: 150px;
  background-size: cover;
  background-image: url('/lander/03-howto/boost.png');
}
img#boost:hover { background-position-y: -150px; }

