body {
  background-image: url(https://media1.tenor.com/m/u2nT2AX_MgQAAAAC/postal-postal-2.gif);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #071334;
  color: var(--text);
  font-family: "MS PGothic", courier, monospace;
}

.topLeft{
	float: left;
	width: calc( 40% - 20px );
	padding: 340px;
}
.topRight{
	float: right;
	width: calc( 100% - 20px );
	padding:10px;
}
#top {
    padding-left: 100px;
    padding-right: 140px;
}
#imgPreview {
	z-index: 3000;
	top: 0px;
	left: 0px;
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	-webkit-animation-duration: 1s;
	animation-duration: 0.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: tada;
	background-color: rgb(0 0 0);
	background-color: rgb(255 1 1 / 60%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	cursor: zoom-out;
	display: inline-block;
}
.player{
	padding: 4px;
	margin-top: 20px;
	margin-bottom: 20px;
	background: rgba(0, 0, 0, 0.6);
	color: #ffffff;
	width: calc(100% - 10px );
	border: 1px solid #ff0000;
}
.tableRight {
    width: 75%;
    background: #ff000085;
    padding: 10px;
    vertical-align: top;
    overflow-wrap: break-word;
}
.rightHead {
    background: #422918;
    color: #ff0505;
    padding-left: 4px;
}
#container{
	max-width: 1024px;
    margin-left: 20px;
    margin-right: 30px;
}
.tableLeft {
    background: rgb(0 0 0 / 40%);
    width: 25%;
    padding: 10px;
    vertical-align: top;
    overflow: hidden;
}
#commentInput {
    width: calc(50% - 6px);
    margin: 0;
    margin-top: 10px;
    height: 100px;
}
.logo:after {
        font-size: 16px;
        font-weight: bold;
        content: "Postal";
    }
.logo {
  font-size: 0;
}
#hSub {
    all: unset;
    font-family: Arial;
    font-size: 15px;
    background: #151f2900;
    font-size: small;
    margin: 0px;
    padding: 5px;
    padding-top: 5px;
    padding-left: 5px;
    padding-left: 10px;
    padding-top: 4px;
    position: fixed;
    left: 300px;
    top: 34px;
    width: calc(100% - 15px);
    color: #000;
    height: 15px;
    z-index: 300;
}
#header {
    all: unset;
    font-family: Arial;
    font-size: 15px;
    background: #00339900;
    color: #fff;
    position: fixed;
    width: calc(100% - 15px);
    height: 22px;
    padding: 5px;
    left: 0px;
    top: 0px;
    margin-bottom: 40px;
    border-bottom: 1px solid #00000000;
    padding-left: 10px;
    padding-top: 6px;
    overflow: hidden;
    z-index: 300;
}
#header {
    all: unset;
    font-family: Arial;
    font-size: 15px;
    background: #00339900;
    color: #fff;
    position: fixed;
    width: calc(100% - 15px);
    height: 22px;
    padding: 5px;
    left: 600px;
    top: 0px;
    margin-bottom: 40px;
    border-bottom: 1px solid #00000000;
    padding-left: 10px;
    padding-top: 6px;
    overflow: hidden;
    z-index: 300;
}

h4 {
    color: rgb(255 0 0 / 60%);
    margin-bottom: 0px;
}

{
    font-size: large;
    margin-top: 10px;
}
form::after {
    content: url(https://media.tenor.com/kV4r6fBLQbcAAAAi/postal-postal2.gif);
    position: fixed;
    right: 0;
    bottom: 0;
}
.tableLeft > a > div {
    max-width: 115px;
    text-align: right;
}

.fwiendCount {
    color: #ff993300;
}
#hSub {
    all: unset;
    font-family: Arial;
    font-size: 15px;
    background: #151f2900;
    font-size: small;
    margin: 0px;
    padding: 5px;
    padding-top: 5px;
    padding-left: 5px;
    padding-left: 10px;
    padding-top: 4px;
    position: fixed;
    left: 300px;
    top: 600px;
    color: #000;
    height: 15px;
    z-index: 300;
}
#imgPreview img {
    width: auto;
    height: auto;
    max-height: calc(100% - 10px);
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 5px solid #000000;
    cursor: zoom-out;
    background: #e7e7e7;
}