/* column.css */

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

h3 {
    text-decoration: none;
}

div.footnote {
    margin: 2em 2em 2em 50%;
    font-size: 80%;
    clear: both;
}

div.footnote p {
    text-indent: -3em;
}

p.image1 {
    margin: 0.7em 0.7em 0.7em 0em;
    padding: 0.7em;
    border-style: solid;
    border-width: 2px;
    border-color: #888888;
    text-align: right;
    font-size: x-small;
    text-indent: 0em;
    float: left;
}

p.image2 {
    margin: 0.7em 0em 0.7em 0.7em;
    padding: 0.7em;
    border-style: solid;
    border-width: 2px;
    border-color: #888888;
    text-align: right;
    font-size: x-small;
    text-indent: 0em;
    float: right;
}

p.image1 img, p.image2 img {
    border-width: 3px;
    border-color: #000000;
}

table.sabacc {
    margin: 1.5em 3em;
}

table.sabacc col.name {
    white-space: nowrap;
}

table.sabacc col.point {
    width: 2em;
    text-align: right;
}

/* end_of_file */
