body {
		background-color: #535353;
}

.AUTHOR {
 color: black !important; 
}

.JOHNEGBERT {
  color: #0715cd !important;
  margin-bottom: 1em;
}

.ROSELALONDE {
  color: #b536da !important;
  margin-bottom: 1em;
}

.DAVESTRIDER {
  color: #e00707 !important;
  margin-bottom: 1em;
}


.JADEHARLEY {
  color: #4ac925 !important;
  margin-bottom: 1em;
}

.DIRKSTRIDER {
  color: #f2a400 !important;
  margin-bottom: 1em;
}

.SUBLIMINAL {
  color: #714c00 !important;
  margin-bottom: 1em;
}

.CENTER {
  text-align: center; 
}

.GARAMOND {
  width: 100%;
  font-family: Garamond;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
  color: black;
  margin-bottom: 0;
  text-align: left;
}

.GARAPAGER {
  margin-left: 50px;
  font-family: Verdana;
  font-size: 16px;
}

.GF {
  color: rgb(255,0,0);
  margin-bottom: 1em;
}

.QS {
  color: rgb(0,0,0);
  margin-bottom: 1em;
}

.SQ {
  margin-bottom: 1em;
}

.logo {
	max-width: 300px; 
	width: 80%;
	margin: auto; 
	display: block; 
	padding-bottom: 10px; 
	padding-top: 10px;	
}

.lizbet_section {
	padding-top: 15px;
	max-width: 60rem;
	margin: auto;
	background-color: #C6C6C6;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.response {
	padding: 20px;
	padding-top: 20px;
	padding-bottom: 0px;
	color: black;
	font-size: 15px;
	text-align: center;
	font-family: Courier;
	font-weight: bold;
	overflow-wrap: break-word;
	white-space: pre-wrap;
}

.call {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: auto;
	color: black;
	font-size: 32px;
	text-align: center;
	font-family: Courier;
	font-weight: bold;
}

.chatlog {
	font-family: Courier;
	font-size: 15px;
	font-weight: bold;
	  
	margin-left: 25px;
	margin-right: 25px;
	border: 1px dashed gray;
	padding: 10px;
	max-width: 80%;
	margin-bottom: 32.5px;
	font-size: 14px;
	padding-right: 32.5px;
	padding-left: 32.5px;
	margin-top: 30px;
}

.chatlog> :not(button) {
  box-sizing: inherit;
}

.chatlogContent {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
}

.chatlog-tag {
  margin-top: 14px;
  margin-bottom: 14px;
}

.chatlog-tag:first-child {
  margin-bottom: 0;
}

.chatlog-tag:last-child {
  margin-top: 0;
}

.chatlog-tag {
 text-align: center; 
}

.chatlog-tag:first-child::after,
.chatlog-tag:last-child::before {
  content: '\00a0';
  display: list-item;
  list-style: none;
}

.chatlogContent img {
  max-width: 100%;
}

.hidden {
  display: none;
}

.lizbet_section_inner {
	max-width: 650px;
	margin: auto;
	background-color: #EFEFEF
}
.lizbet_section_inner img {
	max-width: 650px;
}

iframe {
	position: relative !important;
}

.nextPageContainer {
	font-family: verdana;
	font-size: 24px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	margin-bottom: 15px;
	margin-top: 30px;
	text-align: left;
	font-weight: normal;
	color: #5599FF;
}
.nextPageLinks a:hover {
	color: #0000EE;
}
.nextPageLinks a {
	color: #0000EE;
}
.nav_bar {
	margin: auto;
	text-align: center;
	padding: 15px;
	padding-top: 0px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: white;
}

.videoReplay {
  position: absolute;
  display: block;
  width: fit-content;
  bottom: 10px;
  left: 4px;
}

.videoPlay {
  position: absolute;
  display: block;
  width: fit-content;
  bottom: 10px;
  right: 4px;
  float: right;
}

.videoProgress {
  position: absolute;
  height: 5px;
  width: 0px;
  padding: 0;
  margin: 0;
  background-color: #FF1313;
  bottom: 5px;
  left: 0px;
}

.loadScreen {
  position: absolute;
  width: 100%;
  top: 15px;
  left: 0;
  padding: 0;
}

.siteFooter {
	margin: auto;
	display: block;
	text-align: center;
}

.siteFooterImage {
	display: inline-block;
	margin-top: 30px; 
	margin-bottom: 15px;
}

.navmenu {
 color: #5599FF; 
}

a {
    color: #5599FF;
}

a:visited {
    color: #5599FF;
}