body, html {
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	font-family: Calibri, sans-serif;
	font-size: 14px;
	background-color: #364874;
	color: #dbe1b6;
	background-image: url('/images/redsatin1.gif');
}

::-webkit-scrollbar {
	width: 8px; 
}

::-webkit-scrollbar-track {
	background: #860027; 
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	background: #7F2F33; 
	border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
	background: #555; 
}


* {
	scrollbar-width: thin; 
	scrollbar-color: #7F2F33 #860027; 
}

.outer {
	background-color: #8D3A46;
	border: 1px solid #61000F;
	border-radius: 4px;
	width: 900px;
	height: 600px;
	margin: auto;
	top: 50px;
	position: relative;
	box-shadow: 2px 2px 5px #61000F;
}

.header {
	background-color: #8F352F;
	color: #DBE1B6;
	padding: 10px 16px;
	border-bottom: 1px solid #61000F;
}

.subtitle {
	display: inline-block;
	opacity: 0.5;
	margin-left: 6px;
}

.sidebar {
	margin: 12px 16px;
	height: 494px;
	width: 200px;
	background-color: #8F352F;
	box-sizing: border-box;
	border-radius: 4px;
	display: inline-block;
	position: absolute;
	border: 1px solid #61000F;
}

.menu {
	border-bottom: 1px solid #78383D;
}

.menu a {
	color: #DBE1B6;
	text-decoration: none;
	margin-left: 8px;
	display: inline-block;
	padding: 8px 8px;
}

.menu a:hover {
	background-color: #78383D;
	color: #DBE1B6;
}

.menu::after {
	content: " ";
	display: block;
	border-bottom: 1px solid #61000F;
}

.content {
	background-color: #BA6B40;
	height: 494px;
	width: 653px;
	margin: 12px 16px;
	position: absolute;
	left: 216px;
	border-radius: 4px;
	padding: 12px 16px;
	box-sizing: border-box;
	overflow: auto;
	line-height: 1.4rem;
	border: 1px solid #61000F;
}

.main {
	position: relative;
}

h1 {
	color: #DBE1B6;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.5px;
	padding: 6px 12px;
	border-bottom: 3px double #860027;
	padding: 0;
	padding-bottom: 6px;
	margin: 0;
	margin-top: 6px;
	margin-bottom: 12px;
	text-shadow: 1px 1px 1px #61000F;
}

h1::before {
	content: '★';
	color: #61000F;
	margin-right: 5px;
}

h2 {
	background: #4c638f;
	color: #dbe1b6;
	font-size: 14px;
	padding: 4px 8px;
	border-radius: 4px;
	border-bottom: 2px solid #61000F;
	letter-spacing: 0.5px;
	border-left: 3px solid #860027;
	margin-top: 12px;
	margin-bottom: 12px;
}

h3 {
	margin-top: 24px;
	margin-bottom: 8px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #dbe1b6;
}

h3::before {
	content: '★';
	color: #61000F;
	margin-right: 5px;
}

.message {
	background-color: #8F352F;
	border-radius: 6px;
	padding: 12px 12px;
	display: inline-block;
	width: 95%;
	margin-left: 10px;
	box-sizing: border-box;
	min-height: 60px;
	position: relative;
	z-index: 2;
	border: 1px solid #61000F;
}

.chat-me .message {
	background-color: #78383D;
}

/*.chat-me::after {
content: " ";
display: block;
height: 20px;
width: 20px;
background-color: #C3C89B;
position: absolute;
left: 70px;
top: 12px;
transform: rotate(45deg);
z-index: 1;
}
*/

.chat {
	margin: 12px 0;
	position: relative;
}

.title {
	color: #C3C89B;
	border-bottom: 1px solid #C3C89B;
	display: inline-block;
	padding: 3px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 12px auto;
}

img {
	max-width: 100%;
}

.sepia {
	filter: sepia(1) hue-rotate(25deg);
	transition: 0.3s all;
}

.sepia:hover {
	filter: unset;
}

.rounded {
	border-radius: 4px;
}

iframe.updates {
	border: 0;
	margin: 0;
	padding: 0;
	height: 20px;
	width: 100%;
	position: absolute;
	bottom: 3px;
}

.width-50 {
	max-width: 50%;
}

h1 + i {
	color: #61000F;
}

a.button {
	display: inline-block;
	background: #4c638f;
	border-bottom: 4px solid #61000F;
	border-right: 4px solid #61000F;
	border-top: 4px solid #8D3A46;
	border-left: 4px solid #8D3A46;
	padding: 3px 6px;
	color: #dbe1b6;
	text-decoration: none;
	border-radius: 2px;
	outline: 1px solid #860027;
}

a.button:hover {
	border-bottom: 4px solid #8D3A46;
	border-right: 4px solid #8D3A46;
	border-top: 4px solid #61000F;
	border-left: 4px solid #61000F;
}

a.link {
  color: #dbe1b6;
  background-color: transparent;
  text-decoration: underline;
}

a:visited {
  color: #dbe1b6;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #dbe1b6;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #dbe1b6;
  background-color: transparent;
  text-decoration: underline;
}

.disabled {
	opacity: 0.5;
}

ul {
	margin: 0.5rem 0;
}

.photo-card {
	height: 120px;
	width: 120px;
	background-size: cover;
	display: inline-block;
	border-radius: 6px;
	border: 1px solid #61000F;
	margin-right: 6px;
	opacity: 0.6;
}

table {
	border-collapse: collapse;
	width: 100%; 
}

.border-0 td {
	border: 0;
}

table, th, td {
	border: 1px solid #61000F;
}

th, td {
	padding: 8px 10px; 
	text-align: left; 
	background: #c3c89b;
	vertical-align: top;
}

th {
	background: #860027;
	color: #dbe1b6;
}

.margin {
	margin-left: 75px;
}

.card {
	background: #78383D;
	display: inline-block;
	width: 100%;
	border-radius: 4px;
	border: 1px solid #61000F;
	padding: 12px;
	box-sizing: border-box;
}

ul {
	list-style: none;
	padding-left: 12px;
}

li {
	padding-left: 20px;
	position: relative;
}

li::before {
	content: "★";
	color: #8D3A46;
	font-weight: bold;
	position: absolute;
	left: 0;
}

.w-50 {
	max-width: 50%;
}

.rounded {
	border-radius: 4px;
}

.border {
	border: 1px solid #61000F;
}

.border-0 {
	border: 0;
}

.light {
	background: #7F2F33;
	padding: 12px 8px;
	border-radius: 4px;
}