/* faq.css */

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


h2.faq {
    margin: 3em 1em 2em 0em;
    padding: 2px 15px;
    background-color: #aaaaaa;
    border-width: 0em;
    color: #000000;
    font-size: medium;
    font-weight: bold;
    text-indent: 0em;
    clear: both;
}

h3 {
    text-decoration: none;
}

div.note {
    margin: 1em 2em 1em 6em;
    clear: both;
}

table {
    margin-left: 10%;
    margin-right: 10%;
    font-size: small;
}

col.number {
    text-align: right;
    white-space: nowrap;
}

col.name {
    white-space: nowrap;
}

col.company {
    white-space: nowrap;
}

/* end_of_file */
