body {
  background: url(https://i.pinimg.com/564x/11/7b/f4/117bf48243b8c02b78224ce6923dc7df.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#header {
    all: unset;
    font-family: Times;
    font-size: 15px;
    background: #5c5f5d;
    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;
}
#hSub {
    all: unset;
    font-family: Times;
    font-size: 15px;
    background: #b4bcc2;
    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;
}
.boxHead {
    background: transparent;
    color: white;
    padding: 3px;
    padding-bottom: 4px;
    padding-left: 6px;
}
.url {
    border: solid 2px #6699cc00;
    padding: 2px;
}
.boxInfo {
    border: 1px solid #00000000;
    margin-bottom: 20px;
    margin-top: 20px;
}
body {
    font-family: times;
    padding-top: 45px;
    font-size: 15px;
}
#sMsg {
    background-repeat: no-repeat;
    background-image: url(/res/sendMailIcon.gif);
}
.boxButton {
    display: inline-block;
    width: calc(49% - 60px);
    padding-left: 30px;
    height: 24px;
    font-size: small;
    color: #ffffff;
    padding-top: 7px;
}
.tableRight {
    width: 75%;
    background: #b4bcc2;
    padding: 10px;
    vertical-align: top;
    overflow-wrap: anywhere;
}
.tableLeft {
    background: white;
    width: 25%;
    padding: 10px;
    vertical-align: top;
    overflow: hidden;
}
.player {
    padding: 4px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: transparent;
    color: #000;
    width: calc(100% - 10px);
    border: 1px solid #ffffff00;
}
.rightHead {
    background: transparent;
    color: black;
    padding-left: 4px;
}
.fwiendCount {
    color: #b4bcc2;
}
h4 {
    color: black;
    margin-bottom: 0px;
}