/* BUH BUH BLOCKED */

 #report, #block, .boxHead, .url, .extended, .blurbs, div.box.fwiends, div.box.comments, .player {
    display: none;
}

/* icons */

/* Start https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/nature/nat-10/nat985.cur), auto !important;} /* End https://www.cursors-4u.com */

div#online {
    content: url(https://cur.glitter-graphics.net/pub/3053/3053250w1cgegu14f.gif);
    margin-right: auto;
}

#add {
    background-size: 26px;
    background-repeat: no-repeat;
    background-image: url(https://i.imgur.com/TVrPAtS.gif);
    font-size: 0px;
}

#sMsg {
    background-size: 26px;
    background-repeat: no-repeat;
    background-image: url(https://i.imgur.com/7p36XWf.png);
}

#report {
    background-size: 26px;
    background-repeat: no-repeat;
    background-image: url(https://i.imgur.com/7p36XWf.png);
}

#block {
    background-size: 26px;
    background-repeat: no-repeat;
    background-image: url(https://i.imgur.com/7p36XWf.png);
}
/* if you remove the blocked thing this is where everything else goes */

body {
    color: black;
    text-transform: lowercase;
    image-rendering: auto;
    font-family: MS PGothic;
}

h4 {
    color: #000000;
    margin-bottom: 0px;
}

.boxHead {
    background: #6699cc00;
    color: black;
}

.boxInfo {
    border: none;
}

.url {
    border: none;
}

textarea, textarea:focus {
    border: 1px solid #1e1e1e17;
}

.tableLeft, .tableRight, #hSub, #header {
    text-align: center;
    background: #0000;
}

#header {
    border-bottom: none;
    font-family: MS PGothic;
    text-align: center;
}

.fwiendCount {
    color: #000;
}

.extended {
    border: 1px solid #0000;
}

a {
    font-family:MS PGothic;
    color: black;
}

#hSub a {
    color: #000;
}

.rightHead {
    background: #fff;
    color: #000000;
}

.player {
    filter: brightness(1.7);
}

#header a:not(.logo) {
    color: #000;
}

a.logo {
    color: #ffffff00;
    text-decoration: none;
}

::selection {
    color: grey;
}

.boxButton {
    color: black;
}

#add::after {
    content: "alliance";
    font-size: 13px;
    animation: blinky 1s infinite;
}

.avatar {
    image-rendering: auto!important;
}

/* avgn moment */

#imgPreview img {
    content: url(https://i.imgur.com/0cpSKV3.gif);
}

#country {
    font-size: 0px;
}

#country::after {
    content: "nowhere";
    font-size: 15px;
}


#footer88x31s::after {
    content: url(https://i.imgur.com/PWLxDEj.png);
    right: 0;
    bottom: 0;
}

/* time travelling */

#lastLogin {
    font-size: 0px;
}

#lastLogin::after {
    content: "6/22/13";
    font-size: 13px;
}

/* text anims */

@keyframes blinky {
0%{color: black;}
20%{color: grey;}
50%{color: white;
70%{color: grey;}
100%{color: black;}
}