@media (min-width: 1536px) {
	.container {
		max-width: 1200px;
	}
}

[x-cloak] {
	display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Times New Roman", Times, serif;
}

html,
body {
	color: White;
	height: 100%;
	min-height: 100%;
	font-family: "Times New Roman", Times, serif;
	overflow: auto;
}

* {
	cursor: url("/img/beer-cursor.png"), auto !important;
}

body {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: url("/img/bg.gif");
}

button {
	border-color: darkblue;
	background: url("/img/btn-bg.jpg");
}

button:hover {
	border-color: royalblue;
}

button img {
	position: absolute;
	left: 0;
	top: 0;
}

button.submit {
	background-image: url("/img/button-arrow.gif");
}

button.send-image {
	background: url("/img/send-image.png") no-repeat center;
}

.messages {
	color: White;
	background: none;
	padding: 0px 8px;
	max-height: 400px;
	overflow: auto;
	position: relative;
}

.message .user {
	font-size: 0.9rem;
	font-weight: bold;
	color: Yellow;
	text-shadow: 0px 0px 2px Yellow;
}

.message .content {
	text-shadow: 0px 0px 2px White;
}

.message:hover .delete {
	display: inline-block;
	opacity: 0.5;
}

.message .delete {
	float: right;
	display: none;
	position: absolute;
	right: 0;
	padding: 0px 10px;
}

.message .delete:hover {
	opacity: 1;
}

.message .delete img {
	width: 16px;
}

.events {
	text-align: center;
}

.events .fire {
	background: url(/img/fire-separator.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 32px;
}

.events .winter {
	background: url(/img/snowbar.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 32px;
}

.golden-thought {
	color: lightpink;
	font-size: 1.1rem;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin-bottom: 12px;
}

.golden-thought span {
	text-shadow: lightpink 0 0 8px;
}

table {
	border-color: Gray;
	border-collapse: separate;
}

table tr {
	border-spacing: 2px;
}

table th {
	padding-top: 0px;
	padding-bottom: 0px;
	border-spacing: 2px;
}

table td {
	color: White;
	background: none;
}

.events table th {
	background: url(/img/anistars.gif);
	text-align: center;
	border-bottom: inherit;
}

.events table td {
	color: White;
	background: none;
	text-align: center;
	/*	text-shadow: 1px 1px 2px Black;*/
	border-spacing: 2px;
	padding: 8px;
	background: url(/img/anistars.gif);
}

.bottom-menu {
	text-align: center;
	margin-top: 8px;
}

.bottom-menu a {
	padding: 0px 8px;
	cursor: pointer;
}

dialog header {
	color: yellow;
	font-weight: bold;
}

dialog.event article {
	background: url(/img/anistars.gif);
}

dialog.event header,
dialog.event footer {
	background: none;
}

dialog.change-avatar article {
	background: url(/img/aquagalaxy_small.gif);
}

dialog.change-avatar header,
dialog.change-avatar footer {
	background: none;
}

dialog.change-password article {
	background: url(/img/skulls1.gif);
}

dialog.change-password header,
dialog.change-password footer {
	background: none;
}

[data-tooltip]::before {
	color: Black;
	font-weight: bold;
	background: url(/img/fondo_purplestars.gif) !important;
}

#messageFile::file-selector-button {
	visibility: hidden;
}
