body {
   background-image: url(https://64.media.tumblr.com/8d4940918689b5cfc70ae73fe0150ba4/3e67efd491d4b7ce-08/s540x810/8f781c242d54f55ae3dc66307d8176171eff6451.jpg);
}
#header {
    all: unset;
    font-family: Arial;
    font-size: 15px;
    background: hotpink;
    color: #fff;
    position: fixed;
    width: calc( 100% - 15px );
    height: 22px;
    padding: 5px;
    left: 0px;
    top: 0px;
    margin-bottom: 40px;
    border-bottom: 1px solid transparent;
    padding-left: 10px;
    padding-top: 6px;
    overflow: hidden;
    z-index: 300;
}
#hSub {
    all: unset;
    font-family: Arial;
    font-size: 15px;
    background: black;
    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;
}
.fwiendCount {
    color: hotpink;
}
.rightHead {
    background: transparent;
    color: hotpink;
    padding-left: 4px;
}
.boxHead {
    background: transparent;
    color: hotpink;
    padding: 3px;
    padding-bottom: 4px;
    padding-left: 6px;
}
h4 {
    color: hotpink;
    margin-bottom: 0px;
}
.url {
    border: solid 2px transparent;
    padding: 2px;
}
.player {
    padding: 4px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: transparent;
    color: black;
    width: calc(100% - 10px );
    border: 1px solid transparent;
}
.boxInfo {
    border: 1px solid transparent;
    margin-bottom: 20px;
    margin-top: 20px;
}
.tableRight {
    width: 75%;
    background: hotpink;
    padding: 10px;
    vertical-align: top;
    overflow-wrap: anywhere;
}
.tableLeft {
    background: black;
    width: 25%;
    padding: 10px;
    vertical-align: top;
    overflow: hidden;
}