html{font-family:sans-serif}.app{display:flex;width:100%;justify-content:center;min-height:100dvh}.container{min-width:80%;max-width:1440px}.header{background-color:#5555;padding:1em 0}.footer{background-color:#4444;margin-top:auto;text-align:center}.col,.force-col{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.row,.force-row{display:flex;flex-direction:row;width:100%;height:100%;justify-content:space-around}body{background-color:#290040;color:#fff;margin:0;padding:0}.card{margin:1em;padding:.5em;background-color:#552a64;border-radius:5px}.card h4{text-align:center;color:#f1482d}.card table{width:100%;border-collapse:collapse}.card table th,.card table td{text-align:right;padding:.3em}.card table th:first-child,.card table td:first-child{text-align:left}.card table tbody tr:nth-child(odd){background-color:#0002}.card table tfoot{border-top:rgba(0,0,0,.2666666667) double 4px}a,.price{text-decoration:none;color:#f60}a:hover{text-decoration:underline}.price{font-size:2em;margin-bottom:.4em}h4{margin:.4em}.trade-currency{font-size:1em;color:#fff6;font-weight:700;font-family:monospace}.header>*{display:flex;width:33.3%;align-items:center;justify-content:center;gap:.2em}select{appearance:none;background:none;border:rgba(255,255,255,.9333333333) solid 2px;border-radius:5px;color:#fff;font-weight:700}@media only screen and (max-width: 600px){.row{flex-direction:column}.container{width:97%!important}.card{margin:.5em 0;padding:.5em 0}.header{padding:.2em 0}.header>*{width:initial}}
