/* cast.css */

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

table {
    margin: 1.5em 1em;
}

col {
    vertical-align: text-top;
    white-space: nowrap;
}


/* end_of_file */
