.App{--primaryBackgroundColor:#121212;--secondaryBackgroundColor:#262626;--tertiaryBackgroundColor:#2d2d2d;--primaryTextColor:#d8d4cf;--okColor:#006400;--errorColor:#8b0000;background-color:var(--primaryBackgroundColor);color:var(--primaryTextColor)}@media (prefers-color-scheme:light){.App{--primaryBackgroundColor:#f6f6f6;--secondaryBackgroundColor:#f6f6f6;--tertiaryBackgroundColor:#f6f6f6;--primaryTextColor:#000;--okColor:#90ee90;--errorColor:pink}}.Card{background-color:var(--secondaryBackgroundColor);border:1px solid var(--primaryTextColor);margin:.5rem;padding:1rem;text-align:center}.Topic{background-color:var(--tertiaryBackgroundColor);flex-flow:column wrap}.Topic,.Topic>div{display:flex;justify-content:center}.Topic>div{flex-flow:row wrap}input{background-color:var(--tertiaryBackgroundColor)}button,input{color:var(--primaryTextColor);border:1px solid var(--primaryTextColor)}button{text-decoration:none;background-color:var(--primaryBackgroundColor)}a{color:var(--primaryTextColor)}table,td,th{border:1px solid var(--primaryTextColor);border-collapse:collapse;padding:10px;text-align:center;margin-left:auto;margin-right:auto}.flexContainer{display:flex;flex-flow:row wrap;justify-content:center}.narrowTable td,.narrowTable th{padding:5px}.statusButton{background-color:var(--okColor)}.statusButton:disabled{background-color:var(--errorColor)}u{cursor:pointer}@media (max-width:600px){.oversizeCard{-webkit-transform:scale(.9);transform:scale(.9)}.Card{padding:.1rem;margin:.1rem}}
/*# sourceMappingURL=main.89e2ae8d.chunk.css.map */