/*Styles for the two tables in aia.html*/

table {
    border-collapse: collapse;
    width: 100%;
    margin: auto;
}

table, th, td {
    border: 1px solid #444;
}

th {
    height: 40px;
}

th.two_column {
    text-align: left;
}

td.audience {
    width: 40%;
}

td.listbox {
    width: 30%;
}