body { margin: 3em; }

code { color: darkslategray; }

p.related { font-size: 11px; }

.name { font-family: monospace; }

.code-block
{
    font-size: 11px;
    padding: 1em;
    border: solid thin #dd6;
    background-color: #ffc;
}

.example
{
    min-height: 400px;
}

.illustrated.example .code-block
{
    margin-left: 325px;
}

.code-block strong
{
    color: brown;
    font-weight: 700;
}

.example .code-block a
{
    text-decoration: none;
    color: #666;
}

.illustrated.example img
{
    float: left;
    border: 1px solid #ccc;
    padding: .5em;
    min-width: 300px;
}
