/* choice.css */

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

p.navi {
    margin: 1em 3em;
    text-indent: 0em;
    font-weight: bold;
    clear: both;
}

p.message {
    margin: 0em 4em;
    text-indent: 0em;
}

table {
    margin: 1em 5% 2em 5%;
    width: 90%;
    border-style: solid;
    border-width: 2px;
    border-collapse: collapse;
    border-spacing: 0px;
    clear: both;
}

col.rank {
    text-align: right;
}

col.delete {
    text-align: center;
}

col.item {
    text-align: left;
    white-space: nowrap;
}

col.button {
    width: 5em;
    text-align: center;
    white-space: nowrap;
}

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

col.rate {
    text-align: right;
    white-space: nowrap;
    display: none;
}

table form {
    margin: 0em;
}

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

dl.add dt {
    width: 80%;
    float: none;
    margin: 1em;
    white-space: normal;
    text-align: left;
}

dl.add dd {
    margin: 1em;
}

em.item {
    color: #ffcccc;
    font-style: normal;
    font-weight: bold;
}

em.new {
    background-color: transparent;
    color: #ffc0cb;
    font-style: italic;
    font-weight: bold;
    font-size: x-small;
}


/* end_of_file */

