@import "lessons/lesson.css";

dt {
   font-weight: normal;
   width: auto;
   background-color: transparent;
   border: none;
}

dd {
   margin-bottom: 0;
   padding-left: 12em;
}

dd.end-group {
   margin-bottom: 1em;
}

pre {
    border: none;
    margin: 0;
    padding: 0;
}

blockquote {
    border: none;
    padding: 0;
}

table.examples {
    margin-left: 1em;
}

table.examples th {
    padding: 0 1em;
}

table.examples td {
    border-collapse: collapse;
    padding: 0 1em;
    vertical-align: top;
}

table.examples td.note {
    padding-left: 3em;
}

tr.end-group td {
    padding-bottom: 1em;
}
