#svmsg {
    display: none;
}
#footer > div > p{
    display: none;
}
body {
    font-family: system-ui;
    font-size: 12px;
    text-align: center;
    background: #22002a;
    color: white;
    text-transform: capitalize;
}
.boxInfo {
    border: 0px solid #000;
}
.url {
    border: solid 0px #69c;
    padding: 2px;
}
#container > div.topLeft > div.url.box > div:nth-child(2) > a {
    color: #fff !important;
    text-decoration: none;
}
.rightHead {
    background: #0000;
    color: #ffffff;
    padding-left: 4px;
    font-size: 20px;
}
h4 {
    color: #ffffff;
    margin-bottom: 0px;
}
.boxHead {
    background: #ffffff00;
    color: white;
    padding: 3px;
    padding-bottom: 4px;
    padding-left: 6px;
}
.boxButton {
    display: block;
    width: calc( 49% - 60px );
    padding-top: 1px !important;
    color: white;
    padding-top: 7px;
}
#sMsg, #block, #add, #report  {
    background-repeat: no-repeat;
    background-image: url();
}
#container > div.topLeft > div.boxInfo.box > div > b{
    display: none;
}
.avatar {
    width: 100%;
    margin-right: 20px;
    cursor: zoom-in;
    image-orientation: from-image;
    border-radius: 50%;
}
.fwiendFace img {
    border-radius: 50%;
    height: 120px;
    width: 120px;
}
.fwiendFace b {
    overflow: hidden;
    display: none;
}
#commentInput {
    width: calc( 100% - 6px );
    margin: 0;
    margin-top: 10px;
    height: 100px;
    background: #06000057;
}
textarea, textarea:focus {
    outline: none;
    box-shadow: none !important;
    border: 0px solid #422918;
}
#viewFriends {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: right;
    display: none;
}
.tableRight {
    width: 75%;
    background: #00000057;
    padding: 10px;
    vertical-align: top;
    overflow-wrap: anywhere;
}
.tableLeft {
    background: #00000057;
    width: 25%;
    padding: 10px;
    vertical-align: top;
    overflow: hidden;
}
.tableLeft > a > div {
    overflow: hidden;
    max-width: 115px;
    text-align: center;
    display: none;
}
#header {
    all: unset;
    font-family: Arial;
    font-size: 15px;
    background: #0000009c;
    color: #fff;
    position: fixed;
    width: calc( 100% - 15px );
    height: 22px;
    padding: 5px;
    left: 0px;
    top: 0px;
    margin-bottom: 40px;
    border-bottom: 0px solid black;
    padding-left: 10px;
    padding-top: 6px;
    overflow: hidden;
    z-index: 300;
}
#hSub {
    all: unset;
    font-family: Arial;
    font-size: 15px;
    background: #00000063;
    font-size: small;
    margin: 0px;
    padding: 5px;
    padding-top: 5px;
    padding-left: 5px;
    padding-left: 10px;
    padding-top: 4px;
    position: fixed;
    left: 0;
    top: 34px;
    width: calc(100% - 15px );
    color: #000;
    height: 15px;
    z-index: 300;
}
#imgPreview img {
    width: auto;
    height: auto;
    max-height: calc(100% - 10px );
    max-width: 0%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 1px solid #fff;
    cursor: zoom-out;
    background: url(https://media.tenor.com/VFFJ8Ei3C2IAAAAM/rickroll-rick.gif);
    padding: 100%;
}
