/* defaults */

body {
    background-color: black;
    color: white;
}

/* quick facts table */

table.quickFacts {
    font-size: 1.2em;
    margin-left: auto;
    margin-right: auto;
}
.coinValue {
    font-size: 2.0em;
    vertical-align: bottom;
}
table.rankList {
    margin-left: auto;
    margin-right: auto;
}

/* table lists */

table.list {
    border: 1px solid gray;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}
table.list th {
    border: 1px solid gray;
    font-weight: bold;
    padding: 10px;
}
table.list td {
    border: 1px solid gray;
    padding: 8px;
}

/* table forms */

table.form {
    border: 1px solid gray;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}
table.form th {
    border: 1px solid gray;
    font-weight: bold;
    padding: 10px;
}
table.form td {
    border: 1px solid gray;
    padding: 10px;
}

/* misc */

.gold {
    color: gold;
}
.coin {
    max-width: 90px;
}
.logo {
    max-width: 100%;
}
.sup {
    font-size: 0.7em;
}
.red {
    color: red;
}
.blue {
    color: blue;
}
.calculator {
    color: gold;
    font-size: 1.3em;
}