dd {
    margin-bottom: 20px;
}

dd > ul {
    padding: 0px;
}

dl {
    font-size: 0.9em;
    margin-bottom: 40px;
}

dt {
    font-weight: bold;
    margin-bottom: 4px;
}

h2 {
    border-style: none none solid none;
    border-width: thin;
    border-color: #FDE49A;
    box-shadow: 0 0.1em 0.2em -0.1em black;
    padding-bottom: 4px;
}

.img-framed {
    border-color: #FDE49A;
    border-style: solid;
    border-width: thin;
    box-shadow: 0px 0px 4px black;
    margin: 1em 0em;
}

.sheet-box {
    margin: 50px auto;
    max-width: 600px;
    padding: 0 20px;
}

.sheet-box dl,
.sheet-box p,
.sheet-box h2 {
    text-shadow: 0px 2px 1px black;
}
