/* Flying Star Table */

#flying_star_table {
        table-layout: fixed;
        border-style: none;
        border-width: 0px;
        border-spacing: 0px;
        border-collapse: collapse;
        background-color: white;
}

#flying_star_table th, 
#flying_star_table td {
        text-align: center;
        font-weight: normal;
        border-width: 1px;
        padding: 1px;
        border-style: none;
        border-color: black;
}

#flying_star_table td {
        border-style: solid;
        width: 40px;
}

