#tokenTable {
    width: 100%; /* Ensure table takes full width */
    max-width: none; /* Remove max-width constraint */
    table-layout: auto; /* Change to fixed to maintain column width */
    color: white;
    background-color:black;
    font-family: monospace;
    border-collapse: separate; /* This is necessary for border-radius to work on tables */
    border-radius: 10px; /* Adjust the radius as needed */
    overflow: hidden; /* This ensures that child elements follow the rounded corners */
    margin-bottom: 10px; /* Space between rows */
    abox-shadow: 0px 2px 5px rgba(0,0,0,0.2); /* Shadow for 3D effect */
    border-spacing: 0 0px; /* Adjust the vertical spacing between rows */
}

/* Apply padding to cells to avoid content touching the borders */
#tokenTable td {
    padding: 8px 0px;
}

#tokenTable tr {
    box-shadow: 0px 10px 7px 10px darkslategray;
    padding: 10px;
    border-radius: 0px;
}

#desktop {
background: black;
border-radius: 20px;
}
h1 {
    text-align: center;
}

#inner-container {
width:auto;
background-color:black !important;
font-family: monospace !important;
border-radius:2em;
}

#tokentable-wrapper {
width:auto;
background-color: black;
}

#totalWalletValue{
padding:1em;
}
