
div#accordion {
    width: 90%;
    margin-left: 20px;
    background-color: lightyellow;
}

div.infosection {
    background-color: lightyellow;
}

div.infosubsection {
    padding: 20px;
    background-color: lightgray;
    border: 2px solid dodgerblue;
}

div.feetypes {
    display: -webkit-flex;
    display: flex;

    -webkit-flex-direction: row;
    flex-direction: row;

    align-items: top;

    flex-wrap: wrap;
}

div.feetypes > div {
    border: 2px dashed green;
    padding: 10px;
    max-width: 60%;
}

div.feetypes p {
    margin-left: 10px;
}

table.payoutsked {
    border: 1px solid black;
    margin-left: 20px;
    border-collapse: collapse;
}

table.payoutsked tbody tr:nth-child(odd) {
    background-color: aliceblue;
}

table.payoutsked tbody tr:nth-child(even) {
    background-color: bisque;
}

table.payoutsked th, table.payoutsked td {
    border: 1px solid black;
    padding: 4px;
    text-align: center;
}

table.payoutsked td.blankcell {
    background-color: lightgray;
}

td.prize {
    font-weight: bold;
    color: darkgreen;
}

div.linkgroup {
    display: -webkit-flex;
    display: flex;

    -webkit-flex-direction: row;
    flex-direction: row;

    align-items: top;

    justify-content: space-between;
}

div.linkset {
    display: -webkit-flex;
    display: flex;

    -webkit-flex-direction: column;
    flex-direction: column;

    align-items: center;
}

div#activeannouncements {
    display: -webkit-flex;
    display: flex;

    -webkit-flex-direction: column;
    flex-direction: column;

    font-size: 14px;
}

div#addannouncement {
    font-size: 14px;
}

div.activeannouncement span:nth-child(even) {
    border-top: 3px dashed blue;
}

div#linkreview {
    margin-top: 20px;

    display: -webkit-flex;
    display: flex;

    -webkit-flex-direction: column;
    flex-direction: column;

    align-items: center;
}

table.checking {
    border: 1px solid black;
    border-collapse: collapse;
    text-align: center;
}

table.checking td, table.checking th {
    border: 1px solid black;
}

table.checking tr.added {
    font-weight: bold;
    background-color: gold;
}

div.loginform {
    display: -webkit-flex;
    display: flex;

    -webkit-flex-direction: column;
    flex-direction: column;

    align-items: center;
}

div.loginform span {
    width: 100%;
}

p.footnote {
    padding-left: 30px;
    padding-right: 20px;
    font-size: 12px;
}

span.emphasis {
    font-weight: bold;
}

span.italic {
    font-style: italic;
}

span.uline {
    text-decoration: underline;
}

div.congeniality464 {
    margin-left: 30px;
    margin-right: 30px;
    padding: 10px;
    border: 2px solid black;
    box-shadow: 10px 10px grey;
}

li.articlepreview {
    font-style: italic;
    font-weight: bold;
}

table.errors {
    border: 1px solid black;
    border-collapse: collapse;
    border: 1px solid black;
    text-align: center;
}

table.errors th, table.errors td {
    border: 1px solid black;
    border: 1px solid black;
    padding: 8px;
}

/*
.ui-state-default {
      background-color: none;
      background-image: none;
}

ui-widget-content, ui-accordion-content, ui-accordion-content-active {
      background-color: pink;
}

*/
