/* Custom Font
.acme-regular {
  font-family: "Acme", sans-serif;
  font-weight: 400;
  font-style: normal;
}
*/

body {
    background-color: #000000;
    color: white;
    font-family: "Acme", sans-serif;
    font-weight: 400;
    font-style: normal;
}

#tx-p {
    color: #FFCA03;
}

#table-premium {
    background-color: transparent !important;
    color: white !important;
    border-color: #FFCA03 !important;
    margin-bottom: 0 !important;
}

#table-premium th {
    background-color: #FFCA03 !important;
    color: black !important;
}

.table td {
    background-color: transparent !important;
    color: white !important;
}

#table-premium-container {
    box-shadow: 0 0 20px #FFCA03 !important;
}

#tx-n {
    color: #00AD36;
}

#table-neritos {
    background-color: transparent !important;
    color: white !important;
    border-color: #00AD36 !important;
    margin-bottom: 0 !important;
}

#table-neritos th {
    background-color: #00AD36 !important;
    color: black !important;
}

#table-neritos-container {
    box-shadow: 0 0 20px #00AD36 !important;
}

#trophy-p {
    color: #DFCA18;
}

#trophy-n {
    color: #00AD36;
}

#award-p {
    color: #E74701;
}

#award-n {
    color: #CE7D00;
}