/* dictionary.css */

@import url("../starwars.css");


dl {
    margin: 2em 2em 2em 3em;
}

dt {
    margin: 1em auto 0.2em auto;
    width: auto;
    white-space: normal;
    text-align: left;
    font-weight: bold;
    float: none;
    clear: both;
}

dd {
    margin-left: 3em;
}

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

fieldset {
    margin: 1em 4em;
}

fieldset p {
    text-indent: 0em;
}


/* end_of_file */
