div.block p {
    margin-bottom: 20px;
}
div.block dl {
    font-weight: bold;
}
div.block dl dt {
    clear: both;
    display: block;
    float: left;
    width: 180px;
}
div.block dl dd {
    float: left;
    width: 400px;
}

