
body{
	background: #fff;
	font-family: Arial;
	padding-top: 45px;
	font-size: 15px;
}

p{
	margin: 0;
}

#uid {
	display: none;
}

@keyframes anim_acid {
 from {
  filter:hue-rotate(0deg)
 }
 to {
  filter:hue-rotate(360deg)
 }
}


@keyframes wooo {
	0% {
		transform: rotate(-6deg);
		letter-spacing: 4px;
	}
	50% {
		transform: rotate(6deg);
		letter-spacing: -2px;
	}
	100% {
		transform: rotate(-6deg);
		letter-spacing: 4px;
	}
}

@keyframes anim_spin {
 from {
  transform:rotate(0deg)
 }
 to {
  transform:rotate(360deg)
 }
}
.acid {
	animation: anim_acid 2s infinite;
	color: cyan;
}
.spin {
	animation: anim_spin 3s infinite ease-in-out;
}
.wooo {
	animation: wooo 8s infinite ease-in-out;
	text-align:center;
}

.commentCorpus {
	white-space: pre-line;
}
img{
	image-rendering: auto;
	image-rendering: crisp-edges;
	image-rendering: pixelated;
	image-orientation: from-image;
}

#container{
	max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.svmsg {
	background-color: white;
	color: black;
	border: 2px solid black;
	text-align: center;
	margin:0px;
	margin-top: 10px;
    padding: 2px;
    width: 100%;
}

.box{
	border: none;
	overflow: hidden;
}

button{
	width: max-content;
}

.avatar{
	width:200px;
	margin-right: 20px;
	cursor: zoom-in;
	image-orientation: from-image;
}

.boxInfo{
	border: 1px solid #000;
	margin-bottom: 20px;
	margin-top: 20px;
}

.boxHead{
	background: #6699cc;
	color: white;
	padding: 3px;
	padding-bottom: 4px;
	padding-left: 6px;
}

.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;
}

.rightHead{
	background: #fc9;
	color: #cc6633;
	padding-left: 4px;
}

.topLeft{
	float: left;
	width: calc( 40% - 20px );
	padding:10px;
}

.topRight{
	float: right;
	width: calc( 60% - 20px );
	padding:10px;
}

.extended{
	border: 1px solid #000;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 15px;
}

.extended a{
	text-decoration: none;
}

.blurbs{
	margin-bottom: 20px;
}

h4{
	color: #cc6633;
	margin-bottom: 0px;
}

.fwiendCount{
	color: #f93;
}

.fwiendCounter{
	margin-top: 10px;
	margin-bottom: 20px;
}

.boxButton{
	display: inline-block;
	width: calc( 49% - 60px );
	padding-left: 30px;
	height: 24px;
	font-size: small;
	color: blue;
	padding-top: 7px;
}

.fwiendFace {
	max-width: 25%;
	display: inline-grid;
	width: calc( 24% - 6px );
	padding: 2px;
	text-align: center;
}

.fwiendFace b{
	overflow: hidden;
}

.fwiendFace img {
	width: 100%;
	max-height:300px;
}

#top{
	padding-left: 10px;
	padding-right: 10px;
}

#top a{
	text-decoration: none;
}

#viewFriends{
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: right;
}

#userWall{
	margin-top: 10px;
	word-wrap:break-word; 
	display:inline-block;
	overflow: hidden;
	width: 100%;
}

#commentInput{
	width: calc( 100% - 6px );
	margin: 0;
	margin-top: 10px;
	height: 100px;
}

form{
	margin-bottom: 20px;
	text-align: right;
}

textarea, textarea:focus {
	outline: none;
	box-shadow:none !important;
	border:1px solid #422918;
}

#footer{
	font-size:small;
	width: 100%;
	bottom: 0px;
	display: grid;
	text-align: center;
}

#footer a {
	text-decoration: none;
}

#sMsg {
    background-repeat: no-repeat;
    background-image: url(/res/sendMailIcon.gif);
}
#block {
    background-repeat: no-repeat;
    background-image: url(/res/blockuser.gif);
}
#report {
    background-repeat: no-repeat;
    background-image: url(/res/icon_rank_user4.gif);
}
#add {
    background-repeat: no-repeat;
    background-image: url(/res/addFriendIcon.gif);
}

#mailboxContent{
	padding: 3px;
}

.friendRequests{
	display: inline-grid;
	width: 43%;
	background: #fc9;
	padding: 10px;
	border: 3px solid #fff;
	max-width: calc( 25% - 85px );
	text-align: center;
}

.allfwieds{
	width: 100%;
	margin-bottom: 30px;
}

.allfwiedsItem{
	max-width: calc( 25% - 85px );
	display: inline-grid;
	background: #fc9;
	border: 6px solid white;
	padding: 10px;
	overflow: hidden;
	text-align: center;
}

.allfwiedsItem img{
	
}

.allfwiedsItem a {
	text-decoration: none;
}

.allfwiedsItem button{
	width: auto;
}

.allfwiedsItemTop{
	background: #fc9;
}

.short{
	margin-top: -15px;
}

#header{
	background: #003399;
	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;
}

#header a:not(.logo) {
	margin-left:10px;
	color:#fff;
	font-size: small;
	text-decoration:none;
}

a.logo{
	color:white;
	text-decoration:none;
}

#header img {
	top: 9px;
	left: 9px;
	position: absolute;
}

.inboxList{
	border-bottom: 1px gray solid;
	padding: 10px;
	background: #fc9;
}

.inboxListContainer{
	border-top: 1px gray solid;
	border-left: 1px gray solid;
	border-right: 1px gray solid;
}

.inboxMsg{
	padding: 10px;
    background: #fc9;
    /*margin-top: 20px;*/
    border: 1px gray solid;
}

#msgCorpusContainer {
	padding:40px;
}
#msgCorpus {
	white-space: break-spaces;
}

#mail form{
	text-align: left;
}

#mail{
	padding: 20px;
}

.url{
	border: solid 2px #69c;
	padding: 2px;
}

.tableLeft{
	background: #f93;
	width: 25%;
	padding: 10px;
	vertical-align: top;
	overflow: hidden;
}

.tableLeft > a > div {
	overflow: hidden;
    max-width: 115px;
    text-align: center;
}

.tableRight{
	width: 75%;
	background: #fc9;
	padding: 10px;
	vertical-align: top;
	overflow-wrap: anywhere;
}

.tableLeft img{
	/* I want to note that the original value for the "max-width" property was "calc(100%)". */
	/* ????????????? jankenpopp wtf */
	/* - upwader */
	max-width: 100%;
	image-orientation: from-image;
}

.tableLeft a{
	text-decoration: none;
}

.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%); */
}

a.list{
	color: #000;
	text-decoration: none;
}
a.list:hover{
	color: #003399;
	font-weight: bold;
}

@-moz-document url-prefix() {
  audio {
    filter: sepia(0%) saturate(100%) grayscale(0) contrast(100%) invert(100%);
	margin-bottom: -4px;
  }
}

.blinkViolet{
	animation:blinkingTextViolet 0.3s infinite;
}
@keyframes blinkingTextViolet{
	0%{		color: black;	}
	49%{	color: violet;	}
	50%{	color: violet;	}
	99%{	color:violet;	}
	100%{	color: black;	}
}

.blinkRed{
	animation:blinkingTextRed 0.3s infinite;
}
@keyframes blinkingTextRed{
	0%{		color: black;	}
	49%{	color: red;	}
	50%{	color: red;	}
	99%{	color: red;	}
	100%{	color: black;	}
}

.blinkYellow{
	animation:blinkingTextYellow 0.3s infinite;
}
@keyframes blinkingTextYellow{
	0%{		color: black;	}
	49%{	color: yellow;	}
	50%{	color: yellow;	}
	99%{	color: yellow;	}
	100%{	color: black;	}
}

.blinkGreen{
	animation:blinkingTextGreen 0.3s infinite;
}
@keyframes blinkingTextGreen{
	0%{		color: green;	}
	49%{	color: #C3FF00;	}
	50%{	color: #C3FF00;	}
	99%{	color: #C3FF00;	}
	100%{	color: green;	}
}

#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 {
    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;
}

#hSub {
	background: #6699cc;
	font-size: small;
	margin: 0px;
	padding: 6px;
	padding-left: 10px;
	padding-top: 4px;
	position: fixed;
	left: 0;
	top: 34px;
	width: calc(100% - 15px );
	color: #000;
	height: 15px;
	z-index: 300;
}

#hSub a {
	color: #fff;
	text-decoration: none;
}

.blogs, .blog{
	margin-bottom: 20px;
}

.blogs div, .blog div{
	margin-bottom: 10px;
}

.blog {
	background-color: #6699cc;
	padding: 15px;
}

.blogCorpus{

}

.blog p, .blogCorpus:not(:first-child) h1, .blog h2, .blog h3, .blog h4, .blog h5, .blog span, .blog h6 {
	margin: 1em;
}

.blogCard{
	width: calc( 25% - 20px );
}

.blogCard .avatar {
    width: 100%;
    margin-right: 0px;
    image-orientation: from-image;
}

.blogPost{
	width: calc( 75% - 20px );
}

.blogTitle{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .topLeft, .topRight{
  	width: auto;
  	float: none;
  }
  .extended {
	margin-top: -18px;
  }

  .allfwiedsItem, .friendRequests {
	max-width: calc( 50% - 86px );
  }

}

@media only screen and (max-width:768px){
	#header{height:51px}#hSub{top:63px}#hUp{float:left;left:0;font-size:small;position:fixed;top:35px}.sep{display:none}.topLeft{margin-top:30px}
	.allfwieds{margin-top: 30px;}
	.LimitedU { display:none; }
}

 #musicPlaylist{
    background: lightgray;
    color: #000;
    padding: 10px;
    border: 1px solid #999;
    margin-top: -30px;
    border-top: none;
    margin-bottom: 20px;
}

.playlistElem:nth-child(odd) {
	background: #ddd;
}

#musicPlaylist span:hover{
	color:blue;
	cursor: pointer;
}

.tableRight img{
	max-width: 100%;
}

.pagination a{
	color: #003399;
	text-decoration: none;
}

.pagination a.active{
	color: #000;
	font-weight: bolder;
}

.fwiendslatestBlogs{
	height: 20px;
	max-height: 20px;
	width: 100%;
	list-style: disclosure-closed;
	padding-bottom: 5px;
}

.blogsAvatar{
	width:20px; 
	height:20px; 
	background-size: cover;
	background-position: center center;
	display: inline-block;
	margin-left: 5px;
}

#header{all: unset;font-family: Arial;font-size: 15px;background: #003399;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: Arial;font-size: 15px;background: #6699cc;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;}
@media only screen and (max-width:768px){#header{height:51px}#hSub{top:63px}#hUp{float:left;left:0;font-size:small;position:fixed;top:35px}.sep{display:none}.topLeft{margin-top:30px}}


/* Janken didn't make the following CSS. */

.ruffle {
	display: flex;
	align-items: center;
	justify-content: center;
}
.tableLeft img {
  max-height:300px;
}
blockquote {
	color:#789922;
	margin:0;
}
#fortune {
	margin-top: 10px;
}
.blogCorpus img {
	max-width:100%;
	image-rendering:auto;
}
.BuildersClub img {
	content: url("/res/obc.png");
}
.LimitedU {
	position: relative;
	bottom: 18px;
	width: 0px;
	height: 0px;
	cursor: pointer;
}
.allfwiedsItem .BuildersClub {
	bottom: 22px;
}
.BuildersClub {
	bottom: 23px;
}
.allfwiedsItem .LimitedU {
	left:10px;
}
.tableLeft .LimitedU, .inboxMsg .LimitedU{
	position: absolute;
	margin-top: -18px;
	bottom: unset !important;
	width: unset;
	height: unset;
}
.tableLeft .BuildersClub {
	margin-top: -22px;
}
.inboxMsg .BuildersClub {
	margin-top: -28px;
}
.undertale {
	font-family: monospace;
	background: black;
	color: white;
	border: 2px solid white;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-top: 5px;
	padding-left: 5px;
	display: inline-block;
	margin-top:5px;
}
.undertale:before {
	content:  "* ";
}
.undertale a {
	color: white;
	text-decoration: underline;
	cursor: pointer;
}
.undertale a:hover {
	text-decoration: none;
}
.checkmark {
	width: 20px;
	height:20px;
}
td.tableRight #header, td.tableRight #hSub {
    display:block;
    position: static;
}
#rufflePlayer {
	width: 100%;
	border:0;
}
.blinkOrange{
	animation:blinkingTextOrange 0.3s infinite;
}
@keyframes blinkingTextOrange{
	0%{		color: orange;	}
	49%{	color: #ff7700;	}
	50%{	color: #ff7700;	}
	99%{	color: #ff7700;	}
	100%{	color: orange;	}
}

.blinkCyan{
	animation:blinkingTextCyan 0.3s infinite;
}
@keyframes blinkingTextCyan{
	0%{		color: blue;	}
	49%{	color: cyan;	}
	50%{	color: cyan;	}
	99%{	color: cyan;	}
	100%{	color: blue;	}
}