body{
background:url(https://cvrsed.neocities.org/images/abt/bg.png);
font-family: "ms gothic";
}

/* avatar box thingamajig */
#country,#gender,#container > div.topLeft > table > tbody > tr > td.shortRight > div:nth-child(1){
font-size:0px!important;
}


#country::after{
content:"cvrsland";
font-size:15px;
}

#gender::after{
content:"tramadol alien cat";
font-size:15px;
}

#container > div.topLeft > table > tbody > tr > td.shortRight > div:nth-child(1){
content:"";
}

#container > div.topLeft > div:nth-child(1){
    position: relative;
    background: white;
    width: max-content;
    border: 1px solid black;
    padding: 2px; 
    border-bottom: 0;
    top: -14px;
    z-index: 1;
}

h2{
margin:0;
display:contents;
}

table.short{
    background: white;
    padding: 3px;
    position: relative;
    border: 1px solid black;
}

.topLeft{
    top: 14px;
    position: relative;
}

#container > div.topLeft > table > tbody > tr > td:nth-child(1) > div{
height:0;
}

/* friendrequestbox */

.boxInfo{
    background: white;
    display: grid;
    max-width:352px;
}

.boxInfo.box > a:nth-child(4){
grid-area:1;
}

.boxHead{
display:none;
}

.boxButton{
    background-image: none!important;
    padding-left: 5px;
    color: black;
    width: max-content;
}

.boxButton:before {
    content: url(https://web.archive.org/web/20091026232923/http://www.geocities.com/Tokyo/Market/7773/star.gif);
    padding: 5px;

}

/* myspace url box */
.url{
    border: black 1px solid;
    background: white;
    width: 345px;
    padding: 3px;
}

/* audio */

.player.box{
    border: 1px solid black;
    background: white;
    width: 345px;
}

/* blog thing */

.box.blurbs .blogs  b{
    font-size:0px!important;
}

.box.blurbs .blogs  b:after{
    content:"funnyposting";
    font-size:12pt;
}

.box.blurbs .blogs{
    border:1px solid black;
    padding: 5px;
}


/* right side */
.rightHead, h4{
    display: none;
}

#about, #who, .fwiends{
    border:1px solid black;
    padding: 5px;
    margin: 5px 0px;
}

.tableLeft, .tableRight{
    background: white;
    border:1px solid black;
    padding: 5px;
    margin: 5px 0px;
    height: fit-content;
}