:root {
	--blue: rgb(47, 179, 232);
	--blue: rgb(53,190,237);
	--blue2: rgb(69,169,205);
	--blue3: rgb(125,205,235);
	--grey: rgb(155,155,155);
	--grey2: rgb(125,125,125);
	--grey3: rgb(96,96,96);
	--border: rgb(180,180,180);
	--background: rgb(221, 221, 230);
	--channel: repeating-linear-gradient(rgb(205,205,205), rgb(205,205,205) 8px, rgb(216,216,216) 10px, rgb(205,205,205) 12px);
	--whiteborder: 6px 6px #FFF, -6px -6px #FFF, 6px -6px #FFF, -6px 6px #FFF, 9px 9px rgba(0,0,0,0.1);
}

*,::before,::after{
	box-sizing: border-box;
}

.topRight {
	width: 60%;
}

.topLeft {
	width: 40%;
}

.boxButton {
	width: 49%;
}

.player {
	width: 100%;
}

@media only screen and (max-width: 768px) {
	.topLeft, .topRight{
		width: auto;
		float: none;
	}
}


html {
	cursor: url(https://i.imgur.com/rNJw103.png), auto;
}

a:hover, button:hover {
	cursor: url(https://i.imgur.com/PfOub84.png), auto;
}

body {
	background: repeating-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 8px, #FFF 10px, rgba(0, 0, 0, 0) 12px), 
	repeating-linear-gradient(90deg, rgb(244, 244, 244), rgb(232, 232, 232) 20%, rgb(244, 244, 244) 50% ,rgb(232, 232, 232) 80%, rgb(244, 244, 244) 100%);
}

img{
	image-rendering: auto !important;
}

/*

icons

*/

#sMsg {
	background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'rgb(47, 179, 232)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' %3E%3Cpath d=\'M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\'%3E%3C/path%3E%3Cpolyline points=\'22,6 12,13 2,6\'%3E%3C/polyline%3E%3C/svg%3E");
}

#report {
	background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'rgb(47, 179, 232)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' %3E%3Cpath d=\'M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z\'%3E%3C/path%3E%3Cline x1=\'12\' y1=\'9\' x2=\'12\' y2=\'13\'%3E%3C/line%3E%3Cline x1=\'12\' y1=\'17\' x2=\'12.01\' y2=\'17\'%3E%3C/line%3E%3C/svg%3E");
}

#add {
	background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'rgb(47, 179, 232)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' %3E%3Cpath d=\'M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\'%3E%3C/path%3E%3Ccircle cx=\'8.5\' cy=\'7\' r=\'4\'%3E%3C/circle%3E%3Cline x1=\'20\' y1=\'8\' x2=\'20\' y2=\'14\'%3E%3C/line%3E%3Cline x1=\'23\' y1=\'11\' x2=\'17\' y2=\'11\'%3E%3C/line%3E%3C/svg%3E");
}

#block {
	background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'rgb(47, 179, 232)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' %3E%3Ccircle cx=\'12\' cy=\'12\' r=\'10\'%3E%3C/circle%3E%3Cline x1=\'15\' y1=\'9\' x2=\'9\' y2=\'15\'%3E%3C/line%3E%3Cline x1=\'9\' y1=\'9\' x2=\'15\' y2=\'15\'%3E%3C/line%3E%3C/svg%3E");
}

#sMsg, #report, #add, #block {
	background-size: 24px 24px;
	background-position: 20px 0px;
}

.boxButton {
	height: auto;
	margin-bottom: 5px;
	padding-left: 40px;
	font-size: small;
	color: blue;
	padding-top: 7px;
}

button{
	width: max-content;
}

form{
	margin-bottom: 20px;
	text-align: right;
}

textarea, textarea:focus {
	outline: none;
	box-shadow:none !important;
	border:1px solid #422918;
}

.box, .topLeft, .topRight {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	color: var(--grey);
}

.boxHead{
	background: #6699cc;
	color: white;
	padding: 3px;
	padding-bottom: 4px;
	padding-left: 6px;
}

.logo > b > span {
    font-size: 0px;
    color: rgba(0, 0, 0, 0);
}

.logo > b::after {
    font-size: 15px;
    color: white;
	content: "miispace.wiindows93.net";
	line-height: 1.3;
}

#hSub a {
	color: #fff;
	text-decoration: none;
}

#hSub > a[href^="/random"]::before {
    content: url(https://i.imgur.com/X3Man8S.png);
	position: fixed;
	left: 0;
	top: 50%;
	transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
}

#hSub > a[href^="/random"]::after {
    content: url(https://i.imgur.com/X3Man8S.png);
	position: fixed;
	right: 0;
	top: 50%;
}

/* page */

#container{
	max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.box{
	border: none;
	overflow: hidden;
}

/* 

l

*/

#name::before {
	color: var(--grey3);
	text-align: center;
}

#avatar::after {
	width: 50%;
	transform: scale(0.6);
	margin-top: -100px;
	margin-bottom: -100px;
	margin-right: 20px;
	cursor: zoom-in;
}

.short {
    width: 100%;
	text-align: center;
	margin-top: -15px;
}

.short > tbody > tr > td {
    display: table-row;
}

.shortRight div{
	width: max-content;
    margin: auto;
}

#online {
	display: block !important;
}

#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: rgba(0, 0, 0, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	cursor: zoom-out;
	display: none;
}

#imgPreview img {
	content:url(https://i.imgur.com/lX985t2.jpg);
    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 #fff;
    cursor: zoom-out;
    background: #fff;
}


.boxInfo {
	border: 3px solid var(--blue3);
	border-bottom: #FFF;
    margin-bottom: 0px;
    margin-top: 20px;
	background: #FFF;
	text-align: center;
	box-shadow: var(--whiteborder);
}

.boxInfo .boxHead {
	background-color: var(--blue3);
}

.boxInfo table {
	width: 100%;
}

.boxInfo td:nth-child(1) {
	background-color: #b1d0ef;
	width: 25%;
	color: #69c;
	font-weight: bold;
	padding: 2px;
}

.boxInfo td:nth-child(2) {
	background-color: #d2e7fb;
	color: #000;
	padding: 2px;
}


.url{
	border: 3px solid var(--blue3);
	border-top: #FFF;
	background-color: #FFF;
	padding: 2px;
	text-align: center;
	box-shadow: 6px 6px #FFF, -6px 0px #FFF, 6px 0px #FFF, -6px 6px #FFF, 9px 9px rgba(0,0,0,0.1);
}

.songName{
	margin-top: 0px;
	font-size: small;
}

.player{
	padding: 4px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: lightgray;
    color: #000;
    width: calc(100% - 10px );
	border: 1px solid #999;
}

audio {
    /* border: solid 1px #fff; */
    /* padding: 2px; */
    margin-bottom: 0px;
    margin-top: 5px;
    width: 100%;
    height: 30px;
    /* background: #fff; */
    outline: none;
    margin-bottom: -3px;
    /* filter: sepia(0%) saturate(100%) grayscale(0) contrast(100%) invert(100%); */
}


/* 

r

*/



.extended{
	border: none;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 15px;
	background-color: var(--grey3);
	border-radius: 20px;
	color: #FFF;
}

.extended a{
	text-decoration: none;
	color: #FFF;
}


/* about */

.blurbs{
	margin-bottom: 20px;
	text-align: center;
	min-height: 500px; /*tempfix*/
}

.rightHead {
	background-color: rgba(0,0,0,0);
	color: var(--blue2);
	padding-left: 4px;
}

h4{
	color: var(--blue2);
	margin-bottom: 0px;
}


/* fwiends */

.fwiendCount{
	color: #f93;
}

.fwiendCounter{
	margin-top: 10px;
	margin-bottom: 20px;
}

#top{
	padding-left: 10px;
	padding-right: 10px;
}

#top a{
	text-decoration: none;
	color: var(--grey3);
	vertical-align: top;
}

#top a:hover b {
	visibility: visible;
}

#top a:hover .fwiendFace {
	border-color: var(--blue3);
}

.fwiendFace {
	width: calc( 33% - 20px );
	background: var(--channel);
	border: 3px solid var(--border);
	border-radius: 20% / 50%;
	overflow: hidden;
	max-width: 33%;
	display: inline-grid;
	padding: 3px;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 4px;
	text-align: center;
	height: 100px;
	vertical-align: middle;
}

.fwiendFace b{
	visibility: hidden;
	overflow: hidden;
	background: #FFF;
    width: fit-content;
    margin: auto;
    border: 2px solid var(--border);
    position: absolute;
    padding: 3px;
	border-radius: 14px;
	z-index: 2;
	-webkit-transition: visibility 0.5s; /* Safari */
	-webkit-transition-delay: 0.3s; /* Safari */
	transition: visibility 0.5s;
	transition-delay: 0.3s
}

.fwiendFace img {
	width: calc( 100% );
	margin-left: auto;
	margin-right: auto;
	top: 50%;
	margin-top: 50px;
    transform: translatey(-50%);
    z-index: 1;
}

#top a:nth-child(1) div img {animation: channel 5s ease-in-out 0s infinite alternate;}
#top a:nth-child(2) div img {animation: channel 5s ease-in-out -2s infinite alternate;}
#top a:nth-child(3) div img {animation: channel 5s ease-in-out -4s infinite alternate;}
#top a:nth-child(4) div img {animation: channel 5s ease-in-out -1s infinite alternate;}
#top a:nth-child(5) div img {animation: channel 5s ease-in-out -5s infinite alternate;}
#top a:nth-child(6) div img {animation: channel 5s ease-in-out -3s infinite alternate;}

@keyframes channel {
	0%  {margin-top: 40px;}
	100%  {margin-top: 60px;}
}

#viewFriends{
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: right;
}


/* comments */

.comments {
	border: 4px solid var(--blue);
	background: var(--background);
	box-shadow: inset 1px 4px 30px -12px #333;
	color: var(--grey2);
	border-radius: 30px;
	width: 165%;
	float: right;
}

@media only screen and (max-width: 768px) {
	.comments {
		width: auto;
	}
}

#commentInput{
	width: calc( 100% - 6px );
	margin: 0;
	margin-top: 10px;
	height: 100px;
}

.tableLeft{
	background-color: rgba(0,0,0,0);
}

.tableLeft a{
	text-decoration: none;
}

.tableRight {
	background-color: rgba(0,0,0,0);
	width: 80%;
	padding: 10px;
	vertical-align: top;
	flex: 1;
}

.tableRight img{
	max-width: 90%;
	max-height: 400px;
}

#form {
	padding: 20px;
}

/* comments */
#userWall, #userWall > t…