body {
    font-family: Arial, sans-serif;
    background-color: #1a1a1a;
    color: #ffffff;
    margin: 0;
    padding: 0;
}

.container {
    padding: 20px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    table-layout: fixed;
}

th, td {
    padding: 8px 12px;
    text-align: left;
    border-bottom: 1px solid #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

th {
    background-color: #333;
    color: #ffa500;
}

tr:nth-child(even) {
    background-color: #2a2a2a;
}

tr:hover {
    background-color: #444;
    cursor: pointer;
}

.highlight {
    color: #ffa500;
}

.panel {
    background-color: #333;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.panel-header {
    font-size: 18px;
    margin-bottom: 10px;
}

.panel-content {
    font-size: 14px;
    line-height: 1.6;
    flex: 1;
}

.panel-content-right {
    font-size: 14px;
    line-height: 1.6;
    flex: 1;
    text-align: right;
    padding-left: 20px;
}

a.row-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

a.row-link:hover {
    text-decoration: underline;
}

.footer {
    text-align: center;
    padding: 8px;
    background-color: #333;
    width: 98.8%;
    bottom: 0;
    left: 0;
    color: #ffa500;
    margin-top: 100px;
}

.button {
    background-color: #ffa500;
    color: #1a1a1a;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.button:hover {
    background-color: #ff8800;
}

.nav-bar {
    background-color: #333;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-title {
    color: #ffa500;
    font-size: 18px;
    font-weight: bold;
}

.nav-links a {
    color: #ffa500;
    text-decoration: none;
    padding: 0 15px;
}

.nav-links a:hover {
    text-decoration: underline;
}

.crypto {
    color: #6fff64;
}
