body, html{
    padding:0px;
    margin: 0px;
    
}
*{
    font-family: 'calibri';
}

#console{
    position:absolute;
    top:0px;
    right:0px;
    width:400px;
    border:1px solid red;
    background-color:#fff;
    height:500px;
    z-index:2;
}
#maincontainer{
    position:relative;
    float:left;
    width:100%; 
}

#newMints, #newTransactions, #newBondingCurveList, #newPumpFunCreationList, #newSmithiCoinsCreationList, #newPumpFunReads{
    position:relative;
    float:left;
    width:100%; 
}
#newPumpFunReads{
    border:1px solid red;
}

#newMintsMenu, #newTransactionsMenu, #topMenu{
    position:relative;
    float:left;
    width:70%; 
}

.newMintsMenuItem, .newTransactionsMenuItem, .mainMenuItem{
    position:relative;
    float:left; 
    margin-right:2px; 
    border:0px;
    line-height:20px;
}

#newMintsList, #newTransactionsList{
    position:relative;
    float:left;
    width:100%;
     
}

.newMintsListItem, .newTransactionsListItem, .newBondingCurveListItem, .newPumpFunCreationItem, .newPumpFunReadsItem{
    position:relative;
    float:left;
    width:100%;
     
    font-size:12px;
    padding:3px 0px 3px 0px;
}

.id,.tokenAdress,.userAdress,.amount,.signature,.date,.BondingCurve, .links {
    position:relative;
    float:left;
} 

.newMintsListItem .id{
    width:50px;
} 
.newMintsListItem .tokenAdress{
    width:320px;
} 
.newMintsListItem .userAdress{
    width:320px;
} 
.newMintsListItem .amount{
     width:100px;
} 
.newMintsListItem .signature{
    width:600px;
} 
.newMintsListItem .date{
    width:300px;
} 
.newBondingCurveListItem, .newPumpFunCreationItem{
    border-bottom:1px solid #00ffff;
}

.newBondingCurveListItem:hover, .newPumpFunCreationItem:hover{
    background-color: #00ffff;
}
 
.newBondingCurveListItem .tokenAdress, .newPumpFunCreationItem .tokenAdress{
    width:300px;
} 
.newBondingCurveListItem .BondingCurve, .newPumpFunCreationItem .BondingCurve{
    width:90px;
    text-align: right;
    padding-right:10px;
} 
 .newPumpFunCreationItem .tokenAge{
    width:20px;
    text-align: right;
    padding-right:10px;
} 
.newBondingCurveListItem .links, .newPumpFunCreationItem .links{
     width:50px;
}

.newBondingCurveListItem .socials, .newPumpFunCreationItem  .socials{
    position:relative;
    float:left;
}

.newBondingCurveListItem .socialItem, .newPumpFunCreationItem .socialItem{
    position:relative;
    float:left;
    width:120px;
    border-bottom:1px solid red;
    padding-right:10px;
    
}
.newBondingCurveListItem .socialItemLink, .newPumpFunCreationItem .socialItemLink{
    position:relative;
    float:left;
    width:220px;
    overflow:hidden;  
    padding-right:5px;
}

.telegramGroupCount{
    position:relative;
    float:left;
    width:20px;
}

.tokenAgeRaw{
    display:none;
}

.newPumpFunCreationItem .creator{
     display:none;
}


.newPumpFunReadsItem div{
    position:relative;
    float:left;
}
.newPumpFunReadsItem .link{
    width:7%;
}
.newPumpFunReadsItem .name{
    width:10%;
}
.newPumpFunReadsItem .mint{
    width:25%;
}
.newPumpFunReadsItem .buysell{
    width:10%;
}
.newPumpFunReadsItem .buy{
    width:10%;
}
.newPumpFunReadsItem .sell{
    width:10%;
}
.newPumpFunReadsItem .buysellindicator{
    position:relative;
    float:left;
    background-color:red;
    height:10px;
}
.newPumpFunReadsItem .buysellindicatorinner{
    position:relative;
    float:left;
    background-color:green;
    height:10px;
}

.newPumpFunReadsItem .usdcap{
    position:relative;
    float:left;
    background-color:gray;
    height:10px;
}
.newPumpFunReadsItem .usdcapinner{
    position:relative;
    float:left;
    background-color:yellow;
    height:10px;
}