div.clr {
  clear: both;
}

h5.help {
  margin: 1.5em 0 .3em 0;
  font-size: 90%;
}

h2 {
  margin: .8em 0 0 0;
  font-weight: normal;
}

h2#keyboard img {
  vertical-align: text-bottom;
  border: none;
}

.nav {
  font-size: 90%;
  color: #888;
  width: 100%;
}

.nav td {
  width: 33%;
  padding-bottom: 3px;
}

.nav a {
  white-space: nowrap;
}

.paidFeature {
  border: 3px solid #ffffcc;
  padding: 1em;
}

.paidFeature h5.help {
  margin-top: 0;
}

p.note {
  font-size: 90%;
  margin: .5em 0;
  line-height: 140%;
}

span.pdf {
  float: right;
  font-size: 90%;
  margin-top: 1.5em;
}

span.shortcut {
  font-style: italic;
}

ul, ol {
  font-size: 90%;
  margin: .5em 0 .5em 2em;
  line-height: 1.5;
}

ul ul {
  font-size: 100%;
}

div.illustrate {
  background-color: #f3f3f3;
  padding: 1em;
}

div.illustrate img {
  display: block;
  margin: 0 auto;
  background-color: white;
  text-align: center;
  padding: 1.5em;
}

span.highlighted {
  background-color: #ffffaa;
}

span.link {
  text-decoration: underline;
}

dt, dd {
  font-size: 90%;
}

dt {
  font-weight: bold;
  margin: .5em 0 .5em;
}

dd {
  line-height: 1.3;
}

span.imexp {
  font-weight: normal;
  font-style: italic;
}

.goodies {
  margin-top: .5em;
}

.goodies img {
  margin: 0 1em;
  float: right;
  border: 2px solid white;
}

.goodies img.demo:hover {
  margin: 0 1em;
  float: right;
  border: 2px solid #0980F4;
}


table.shortcuts {
  width: 100%;
  border-collapse: collapse;
}

table.shortcuts th {
  background-color: #f3f3f3;
  border: 1px dotted #ccc;
  padding: 1em;
  font-size: 80%;
  width: 20%;
  text-align: right;
}

table.shortcuts td {
  background-color: white;
  width: 70%;
  border: 1px dotted #ccc;
  padding: 1em;
  font-size: 80%;
}

/*-------------- styles that we use on the empty Due tab and in the Reference (begs for refactoring!!)*/
p.dtp {font-size: 90%; line-height: 140%; margin: 10px 0;}

h6 {margin: 1em 0; font-size: 90%;}

img.editDue, img.dddialog {padding: 1em; border: 1px solid #ccc;}
img.editDue {float: right; margin-left: 3em; }
img.dddialog {float: left; margin-right: 3em; }