/* 
Stylesheet for competition table, including restructuring into tabs for mobile view.


/* Competition table all sizes*/
table#competition_table tr:nth-of-type(odd) {
    background-color: #eee;
}

table#competition_table span.n-a {
    color: red;
}

table#competition_table a.apply-link {
    color: green;
}

div.admin_notice {
    border: red 2px solid;
    padding:15px;
    background-color: #ffcfd7;
}
/* end Competition table all sizes */