

#container {
    border: 15px solid #00f;
    border-image: url(https://i.imgur.com/bv1yVvd.png) 6 round;
    background: #b44f2c;
}

body {
    background: #333333;
    font-family: monospace;
    padding-top: 45px;
    font-size: 15px;
}

.extended {
    border: 10px solid #00f;
    border-image: url(https://i.imgur.com/MrjlTTH.png) 6 round;
    background: #556B4A;
    filter: brightness(1.3);
}

.box {
    border: 3px solid #00f;
    border-image: url(https://i.imgur.com/bv1yVvd.png) 6 round;
    filter: drop-shadow(4px 4px 0px #00000052);
    background: #bd451c;
    background-size: contain;
}

.boxHead {
    background: transparent;
    color: black;
    padding: 3px;
    padding-bottom: 4px;
    padding-left: 6px;
}

.tableLeft img {
    max-height: 30px;
    position: relative;
    left: 5%;
}

.tableLeft b::before {
    content: "'";
}
.tableLeft b::after {
    content: "' says:";
}

td.tableRight {
    background: #1d1d1d;
    border-top: solid #ffffff57;
    border-left: solid #5c5c5c;
    border-bottom: solid #000000;
    border-right: solid #120707;
    border-radius: 5px;
    color: white;
}

.tableLeft {
    background: #1d1d1d;
    border-top: solid #ffffff57;
    border-left: solid #5c5c5c;
    border-bottom: solid #000000;
    border-right: solid #120707;
    border-radius: 5px;
}

#commentInput {
    width: calc( 100% - 6px );
    margin: 0;
    margin-top: 10px;
    height: 100px;
    background: #cc5a32;
}

.tableLeft a {
    text-decoration: none;
    color: black;
    text-shadow: 0 0 3px #ff612a, 0 0 3px #000000;
}

.rightHead {
    background: #00000042;
    color: #ffffff;
    padding: 0;
}

h4 {
    color: #ff8100;
    margin-bottom: 0px;
}

.boxButton {
    width: calc( 44% - 10px );
    padding-left: 40px;
    height: 28px;
    font-size: small;
    color: black;
    padding-top: 7px;
}

.fwiendFace b {
    overflow: hidden;
    color: white;
}

.fwiendFace img {
    border: 8px solid #00f;
    border-image: url(https://i.imgur.com/bv1yVvd.png) 6 round;
    min-width: 106px;
    min-height: 131px;
}

#hSub a {
    color: #fff;
    text-decoration: none;
    background: #b44f2c;
    border: 4px solid #cc5a32;
    padding: 4px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: relative;
    left: 23%;
    border-bottom: 0px;
    padding-bottom: 8px;
}

#hSub {
    color: #0000;
    background: #28322200;
    position: absolute;
}

#header {
    background: #d05a31d6;
    z-index: 294;
    position: absolute;
    padding-bottom: 0;
}

.tableLeft > a > div {
    overflow: hidden;
    max-width: 130px;
    text-align: center;
}

a.logo::before {
    content: "VALVEEE";
    color: transparent;
    background: url(https://i.imgur.com/4dbI05Y.png);
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 25px;
    top: 1px;
    position: absolute;
}

a.logo {
    color: white;
    text-decoration: none;
    font-size: 0px;
}

h2#name::before {
    content: "SUBJECT:⠀";
}

h2#name {
    font-size: 30px;
}

audio {
    filter: sepia(0%) saturate(100%) grayscale(0) contrast(100%) invert(100%);
}

.fwiendFace b::before {
    content: "Hey";
    color: transparent;
    background: url(https://i.imgur.com/xzo2LRA.png);
    background-size: contain;
    font-size: 20px;
    filter: brightness(0.3);
}