img {
    image-rendering: auto!important;
    image-orientation: from-image;
}

body {
    background: #212121;
    font-family: fantasy;
    color: #ffffff;
    text-shadow: -1px 0px 0px #000000, 1px 0px 0 #000000, 0px -1px 0px #000000, 0px 1px 0 #000000;
    padding-top: 45px;
    font-size: 15px;
    text-shadow: 1px 1px 6px black;
}

.rightHead {
    background: #181818;
    color: #ffffff;
    padding-left: 4px;
    border-radius: 10px;
}

h4 {
    color: #ebebeb;
    margin-bottom: 0px;
}

.extended {
    border: 1px solid #0000;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 15px;
}

.boxHead {
    background: #181818;
    color: white;
    padding: 3px;
    padding-bottom: 4px;
    border-radius: 10px;
    padding-left: 6px;
}

.url {
    border: solid 2px #69c0;
    padding: 2px;
}

.boxInfo {
    border: 1px solid #0000;
    margin-bottom: 20px;
    margin-top: 20px;
}

.fwiendCount {
    color: #faeb2e;
}

.tableLeft {
    background: #212121;
    width: 25%;
    padding: 10px;
    vertical-align: top;
    overflow: hidden;
}

.tableRight {
    width: 75%;
    background: #181818;
    padding: 10px;
    vertical-align: top;
    overflow-wrap: anywhere;
    border-radius: 10px;
}

#hSub {
    all: unset;
    font-family: Arial;
    font-size: 15px;
    background: #faeb2e;
    font-size: small;
    border-radius: 10px;
    margin: 0px;
    padding: 5px;
    box-shadow: inset 0 0 9px black;
    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;
}

#header {
    all: unset;
    font-family: Arial;
    font-size: 15px;
    background: #181818;
    border-radius: 10px;
    color: #fff;
    position: fixed;
    width: calc( 100% - 15px );
    height: 22px;
    padding: 5px;
    left: 0px;
    top: 0px;
    margin-bottom: 40px;
    border-bottom: 1px solid black;
    padding-left: 10px;
    padding-top: 6px;
    overflow: hidden;
    z-index: 300;
}
