/* this css kinda sucks... sorry... */
/* thank you gaben aka id 483 for the css i will try and make it look like 2011 steam */
/* currently need to find a higher res version of the background. you can see where it loops */
/* i have fuck all css knowledge aswell =( */

body {
    background: url(https://i.imgur.com/rTfwS47.png);
    font-family: "Terminus (TTF)", "Terminus", "MS PGothic", "MS Gothic", monospace;
    background-attachment: fixed;
    background-size: cover;
    padding-top: 45px;
    font-size: 15px;
}

#container {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    background-size: 100% 100%;
    display: flex;
    background-position: 0px 0px,0px 0px,0px 0px;
    background: url(https://i.imgur.com/YAuIe3y.png);
    flex-direction: column;
}

#header {
    background: url(https://i.imgur.com/SqvSkEh.png);
    text-align: center;
    padding-bottom: 40px;
}

#hSub {
    background: transparent;
}

a.logo::before {
    content: "VALVEEE";
    color: transparent;
    background: url(no more valve);
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 50px;
    left: 5%;
    position: relative;
}

a.logo {
    font-size: 0px;
}

.blurbs>.blogs>div:first-child {
    font-size: 19px;
    color: #acacac;
    background: #00000024;
    padding: 6px;
}

.blurbs>.blogs>div:first-child::before {
    content: "Recent Activity";
    font-size: 20px;
    color: #acacac;
}
.blurbs>.blogs>div:first-child::after {
    content: "0.0 Hours past 2 weeks";
    font-size: 20px;
    color: #acacac;
}

.blurbs>.blogs>div:first-child {
    font-size: 10px;
    color: transparent;
    background: #00000024;
    padding: 6px;
}

a[href$='?msg=receive&type=list'] {
    color: white;
    text-decoration: none;
    background: #5c7e10;
    padding: 4px;
}

a[href$='?msg=receive&type=list']::after {
    content: url(https://i.imgur.com/I8MCn7P.png);
    position: relative;
    top: 5px;
}

a[href$='?settings'] {
    color: white;
    text-decoration: none;
    padding: 4px;
    background: #616A72;
    padding-left: 12px;
}

a[href$='?settings']::before {
    content: url(https://i.imgur.com/YY71HSr.png);
    position: relative;
    top: 2px;
    right: 6px
}

.tableLeft {
    max-width: 12px;
    background: transparent;
}

.rightHead {
    font-size: 15px;
    color: #acacac;
    background: #00000024;
    padding: 6px;
}

.tableLeft img {
    max-height: 32px;
    border: 2px solid #4E97B4;
}

.tableRight {
    background: #fc90;
    color: #ACB2B8;
}

.tableLeft > a > div {
    overflow: hidden;
    max-width: 115px;
    text-align: center;
    color: white;
}

#userWall {
    width: 90%;
}

.topLeft {
    float: left;
    width: calc( 100% - 20px );
    padding: 10px;
}

#commentInput {
    width: calc( 100% - 6px );
    margin: 0;
    margin-top: 10px;
    height: 40px;
    color: #c2c2c2;
    background: #0B0B0B;
}

textarea, textarea:focus {
    outline: none;
    box-shadow: none !important;
    border: 1px solid #616161;
}

b.date {
    color: #4d636c;
    text-decoration: none;
    font-weight: 500;
}

.blinkGreen {
    animation: blinkingTextGreen 10s infinite;
    padding: 4px;
    background: #3D92AF;
}

h4 {
    color: #898989;
    font-weight: 100;
    margin-bottom: 0px;
    padding: 7px;
    padding-left: 15px;
}

.short {
    width: 50%;
}

td.shortRight {
    display: flex;
    flex-wrap: wrap;
}

td.shortRight > div {
    padding: 20px;
}

td.shortRight > div {
    padding: 20px;
    color: #d5d5d5;
}

div#country::before {
    content: url(https://i.imgur.com/8bSNdPr.gif);
}

.boxHead {
    font-size: 15px;
    color: #acacac;
    background: #00000024;
    padding: 6px;
    padding-left: 6px;
    border: 0px;
}

#hSub a {
    color: #fff;
    text-decoration: none;
    text-shadow: 0px 0px 3px white;
    font-size: 20px;
    padding-right: 20px;
    padding-top: 20px;
}

.url {
    border: solid 0px;
    padding: 2px;
    background: #00000036;
}

.boxInfo {
    border: 0px;
    margin-bottom: 20px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.boxButton {
    display: inline-block;
    width: calc( 49% - 60px );
    padding-left: 30px;
    height: 24px;
    font-size: small;
    color: #B7B5B3;
    padding-top: 7px;
    padding-right: 50px;
    background: #171A21;
    margin-bottom: 1px;
    margin-top: 5px;
}

#sMsg {
    background-repeat: no-repeat;
    background-image: url(https://i.imgur.com/1UdI1Ym.png);
}

#report {
    background-repeat: no-repeat;
    background-image: url(https://i.imgur.com/JDwmHOZ.png);
}

#add {
    background-repeat: no-repeat;
    background-image: url(https://i.imgur.com/G4NHLc3.png);
}

#block {
    background-repeat: no-repeat;
    background-image: url(https://i.imgur.com/i7iQmYp.png);
}

.extended a {
    text-decoration: none;
    color: white;
    font-weight: 400;
}

.extended {
    border: 0px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 15px;
    background: #0000006b;
    padding: 10px;
    font-size: 12px;
    height: 10%;
}

.topRight {
    float: right;
    width: calc( 90% - 20px );
    padding: 10px;
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.box.fwiends {
    max-width: 30%;
    padding-left: 40px;
}

#top {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-flex;
    flex-direction: column;
}

.fwiendFace {
    max-width: 25%;
    display: inline-grid;
    width: calc( 24% - 6px );
    padding: 2px;
    text-align: center;
    color: cyan;
}

.box.comments {
    width: 60%;
}

.box.blurbs {
    position: relative;
    right: 110px;
}
#lastLogin {
    font-size: 0px !important;
}
#lastLogin:after {
    content: " 2011/01/12";
    font-size: 11px !important;
}