@charset "ISO-8859-1";
/* Below line is used for online Google font */
@import url(https://fonts.googleapis.com/css?family=Raleway);

*  {
      touch-action: manipulation;
   }
body {
margin: 0;
} 
#mainxxContainer {
    position: relative;   
/*    height: 100vw;  */
    /*to make the height and width responsive*/
    width: 393px;
    background-size: 100%;
    left: 0;
	top: 0;
	font-family: 'Raleway', sans-serif;
	align-content: center;
	margin-left: 0;
	margin-right: auto;
	}
   
h1 {
	background-color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	text-align: center;
	border-radius: 10px 10px 0 0;
	font-family: Arial, Helvetica sans-serif;
	font-size: 18px;
}
h2 {
	background-color: #FFFFFF;
	padding: 5px 5px;
	text-align: center;
	font-family: Arial, Helvetica sans-serif;
	font-size: 18px;
}
p {
	background-color: #FFFFFF;
	display: block;
	padding: 10px 10px;
	border-width:1px;
	border-style:solid;
	text-indent: unset;
	}
p.p1 {
	background-color: #FFFFFF;
	display: block;
	padding: 5px 5px;
	text-indent: unset;	
	border-style: none; 
	color: black;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	}
p.p2 {
	background-color: #FFFFFF;
	display: inline-block;
	margin-top: 0px;
	padding: 0px 0px 3px 3px;
	text-indent: unset;
	border-style: none;
	color: black;
}
p.p3 {
	background-color: #FFFFFF;
	display: block;
	margin-top: 0px;
	padding: 0px;
	text-indent: unset;
	border-style: none;
	width: 85%;
	margin-left:auto;
	margin-right:auto;
	color: black;
	font-size: 15px;
}
p.p4 {
	background-color: #FFFFFF;
	display: block;
	margin-top: 0px;
	padding: 0px 0px 3px 3px;
	text-indent: unset;
	text-align: center;
	border-style: none;
	color: black;
}
p.p5 {
	background-color: #FFFFFF;
	display: block;
	margin-top: 0px;
	padding: 0px 0px 3px 3px;
	text-indent: unset;
	text-align: center;
	border-style: none;
	color: black;
}
th.cal {
	border-style: none;
	padding: 10px;
	text-align: center; 
}
td.cal {
	border-style: none;
	padding: 10px;
	text-align: center;  
}
.centergraphic {
    margin: auto;
    display: block;
    width: 50%;    
}
.rmanimate {    
    animation: rotateimage;
    animation-duration: 3s;   
}
.rmaddshake {    
    animation: shake;
    animation-duration: 5s;   
}
.pmessage {
	background-color: #FFFFFF;
	display: block;
	padding: 5px 5px;
	text-indent: unset;
	text-align: center;
	border-style: none;
	color: black;
	margin: 7px;
	}
.showmessage {    
    animation: fadeinout;
    animation-duration: 5s;
}
hr {
	margin: 10px -50px;
	border: 0;
	border-top: 1px solid #ccc;
	margin-bottom: 40px;
}
ul.square {list-style-type: square;
    display: list-item}
ul.round {list-style-type: disc; 
     display: list-item;
     width:80%
}
div.container {
	left: 0;
	top: 0;
	width:400px;
	height: 610px;
	font-family: 'Raleway', sans-serif;
	align-content: center;
	position: fixed;
	}
div.transbox {	
	width:400px;
	margin: 0px 0px 50px 0px;
	margin-top: 50px;
	background-color: #ffffff;
	opacity: 0.5;
    position: fixed;
    border-style: none; 
    visibility: hidden;
	}
div.transbox p {
	margin: 5%;
	font-weight: bold;
	color: #000000;
	text-align: center;
	border-style: none;
	-webkit-animation:fadeinout 4s linear forwards;
	animation: fadeinout 4s linear forwards;
	opacity: 0;
}
div.main {
	width: 300px;
	padding: 10px 50px 10px;
	border: 2px solid gray;
}
.bg-slate-300 {
    --tw-bg-opacity: 1;
    padding: 15px 0px 15px 0px;
    margin-bottom: 5px;
    background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}
.emailto a {
	display: block;
	font-style: italic;  
}
.headerul li {
	padding: 8px 3px 3px 3px;
	text-decoration: none;
	float: left;
}
.navbutton {
  background-color: #0F588A; /* Green */
  border: none;
  color: white;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
}
.againbutton {
  background-color: #0F588A; /* Green */
  border: none;
  color: white;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 5px 10px 10px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 16px;
  width: 60%;
  border-radius: 10px;
  font-family: sans-serif;
}
/* Style navigation menu links */
ul.header1 {
	list-style-type: none;
	margin:0;
	padding:0;
	overflow:hidden;
	background-color: grey;	
} 
 
.header1 a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

/* Add a grey background color on mouse-over */
.header1 a:hover {
  background-color: #ddd;
  color: black;
}

ul.header2 {
	list-style-type: none;
	margin:0;
	padding:0;
	overflow:hidden;
	background-color: grey;	
}
.header2 li {	
	float: left;
}
.header2 li a {
	display: block;
	text-align:center;
	color: white;
	padding: 10px 10px;
	text-decoration: none;
	font-size: 11px;
}
.resetbutton {
 background-color: #0F588A; /* Green */
  border: none;
  color: white;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 16px;  
  border-radius: 10px;
  width: 70%;
  font-family: sans-serif;
}
.prevmo {
  background-color: #0F588A; /* Green */
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 14px;
  border-radius: 10px;
  font-family: sans-serif;
}
.nextmo {
  background-color: #0F588A; /* Green */
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 14px; 
  border-radius: 10px;
  font-family: sans-serif;
}
.prevyr {
  background-color: #0F588A; /* Green */
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 14px;
  border-radius: 10px;
  font-family: sans-serif;
}
.nextyr {
  background-color: #0F588A; /* Green */
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 14px; 
  border-radius: 10px;
  font-family: sans-serif;
}
.continuebutton {
  background-color: #0F588A; /* Green */
  border: none;
  color: white; 
  margin-left: auto;
  margin-right: auto;
  padding: 3px 3px 3px 3px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 16px;
  width: 30%;
  border-radius: 10px;
  font-family: sans-serif;
}
table {
  display: block;
  border-radius: 10px;
  font-family: raleway;
  float: left;
  margin-top: 15px;
  text-indent: unset;
}
.transtable {
  display: block;
  border-radius: 5px;
  float: left;
  margin-top: 10px;
  text-indent: unset;
  width:70%;
  margin-left:15%;
  margin-right:15%;
}
 
 table.center {
  display: block;
  width:70%;
  margin-left:15%;
  margin-right:15%;
 }
 table.footer {
  display: block;
  width:60%;
  margin-left:auto;
  margin-right:auto;
  float:none;
 }
 th.footer {
	border-style: none;
	padding: 5px;
	text-align: center;  
}
td.footer {
	border-style: none;
	padding: 5px;
	text-align: center;  
}
a.footer {
	color: #000000;
	text-decoration: none;
	padding: 5px 5px;
	text-align: center;
	display: inline-block;
	font-family: Arial, Helvetica sans-serif;
	font-size: 12px;
	 }
.caltab {
	display: block;
	margin-left: auto;
	float: none;
}
.center {
	margin-left: auto;
	margin-right: auto;
}
.floatright {
	padding-left: 50px;
}
.anyclss {
	margin-left: auto;
	margin-right: auto;
}

.stattable {
	    display: block;
	 	margin-top: 10px;
	 	margin-bottom: 20px;
		text-indent: unset;
		padding: 10px 10px;
	    border-width:1px;
	    border-style:solid;
	    text-align: center;
	    margin-left: auto;
	    margin-right: auto;
	    width: 80%;
	    float: none;
	   }	
.win-distribution {
	    display: block;
	   	margin-top: 10px;
	   	margin-bottom: 20px;
		text-indent: unset;
		padding: 3px 3px;
	    border-width:1px;
	    border-style:solid;
	    text-align: center;
	    margin-left: auto;
	    margin-right: auto;
	    width: 80%;
	    float: none;
}	

	.tabword {
	    display: block;
	    font-family: raleway;
		margin-top: 15px;
		text-indent: unset;
		align-items: center;
		align-content: center;
		margin-left: auto;
		margin-right: auto;
		float: none;
		width: 60%;
	}
	.kbrow1 {
	    display: block;
	    margin-top: 5px;
		text-indent: unset;
		align-content: center;
		margin-left: auto;
		margin-right: auto;
		float: none;
		width: 344px;
	}
	.kbrow2 {
	    display: block;
	    margin-top: 5px;
		text-indent: unset;
		align-content: center;
		margin-left: auto;		
		margin-right: auto;
		float: none;
		width: 310px;
	}
	.kbrow3 {
	    display: block;
	    margin-top: 5px;
		text-indent: unset;
		align-content: center;
		margin-left: auto;		
		margin-right: auto;
		float: none;
		width: 348px;
	}
	.exampletab {
	    display: block;	   
		margin-top: 0px;
		text-indent: unset;
		padding: 4px 4px;
		margin-left: auto;
		margin-right: auto;		
	    float: none;
	}	
	.exampletab td {
		padding: 3px 3px;
	    border-width:1px;
	    border-style:solid;
	    float: none;
	    width: 14px;
		text-align: center;	
	}
	.graphbar {
	    margin-top: 12px;
		text-indent: unset;
		padding: 2px 2px 2px 2px;
	    border-width:1px;
	    margin-left: 20px;
	    background: #464646;
	    float: left;
	}	
	input[type=text] {
		width: 85%;
		height: 20px;
		padding: 5px;
		margin-bottom: 3px;
		margin-top: 3px;
		border: 2px solid #ccc;
		color: #4f4f4f;
		font-size: 16px;
		border-radius: 5px;
		display: block;
	}
	inptext {
		height: 20px;
		padding: 5px;
		margin-bottom: 5px;
		margin-top: 5px;
		border: 2px solid #ccc;
		color: #4f4f4f;
		font-size: 16px;
		border-radius: 5px;
	}
	label {
		color: #464646;
		text-shadow: 0 1px 0 #fff;
		font-size: 14px;
		font-weight: bold;
	}
	#btn_id, #btn_name, #btn_class, #btn_tag {
		font-size: 16px;
		background: linear-gradient(#ffbc00 5%, #ffdd7f 100%);
		border: 1px solid #e5a900;
		color: #4E4D4B;
		font-weight: bold;
		cursor: pointer;
		width: 47.5%;
		border-radius: 5px;
		margin-bottom: 10px;
		padding: 7px 0;
	}
	#btn_id:hover, #btn_name:hover, #btn_class:hover, #btn_tag:hover {
		background: linear-gradient(#ffdd7f 5%, #ffbc00 100%);
	}
	#btn_name, #btn_tag {
		margin-left: 10px;
	}
	.tabword table {
	    display: flex;
		width: 100%;
		margin-top: 5px;
		color: #4f4f4f;
		justify-content: center;
		align-content: center;
		font-size: 12px;
		text-indent: unset;
		flex-wrap: wrap;
		
	}
	.footer table {
	    display: flex;
		width: 100%;
		margin-top: 5px;
		color: #4f4f4f;
		justify-content: center;
		align-content: center;
		font-size: 12px;
		text-indent: unset;
		flex-wrap: wrap;
		
	}
	.keyboard-module {
		display: block;
		width: 50%;
		margin: 0 auto 0 0;
		touch-action: manipulation;
	}
	.keybutton {
		text-align: center;
		font-size: 16px;
		font-weight: 700;
		height: 40px;
		border-radius: 4px;
		color: black;
		box-sizing: border-box;
		background-color: #e6f0f3;
		margin: 0 2px 0 0;
		padding: 0;
		width: 28px;
		border-width: 2px;
		transition: background-color 1.50s; 
	}
	.keybutton2 {
		text-align: center;
		font-size: 12px;
		height: 40px;
		border-radius: 4px;
		color: black;
		box-sizing: border-box;
		background-color: #e6f0f3;		
		margin: 0px 2px 0 0;
		padding: 0;
		width: 50px;
		border-width: 2px;
	}
	#keyboarddiv {
	    display: block;
	    width: 98%;
  		list-style-type: none;
 		margin: auto;
  		overflow: hidden;
  		justify-content: center;
  		margin-left:auto;
  		margin-right:auto;
  		border-radius: 7px;   		
	}
  	
	#headerLogoContainer {
  		list-style-type: none;
 		margin: 0;
  		padding: 0;
  		overflow: hidden;
  		background-color: #ffffff;
	}
	#headerLogoContainer p {
		font-family: 'Raleway', sans-serif;
		font-size: 36px;
	}
	#headerLogoContainer span {
		font-family: 'Raleway', sans-serif;
		font-size: 36px;
	}
	#headerLogoContainer li a {
		display: block;
		color: #fff;
		text-align: center;
		padding: 8px;
		text-decoration: none;
		float: right;
	}
	#headerLogoContainer li a:hover:not(.active) {
		background-color: #fff;
	}
	#headerLogoContainer li a.active {
		color: white;
		background-color: #fff;
	}
	#headerLogoContainer ul {
  		list-style-type: none;
 		margin: 0;
  		padding: 0;
  		overflow: hidden;
  		background-color: #ffffff;
	}
	.xyz {
		width: 100%;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		height: 36px;
		width: 36px;
		padding: 3px;
		margin: 3px;
		font-size: 1.5em;
		line-height: 1;
		font-weight: bold;
		vertical-align: middle;
		box-sizing: border-box;
		color: black;
		transition: background 1.0s;		
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		float: none;
	}
	.xyz input {
		font-family: raleway;
	}
/* Hide the links inside the alt navigation menu */
#altnav1 {
  display: none;
  background-color: #333;
  position: relative;
}
	.box {
	width: 200px;
	height: 100px;
	}
	.emailclass {
	display: block;
	margin: 10px;
  	padding: 10px;
	width: 350px;
	text-align: center;	
	}
	.inparray {		
		height: 280px;
		display: block;
		margin-left:auto;
		margin-right:auto;
	}
	/* The Overlay (background) */
.overlay {
	/* Height & width depends on how you want to reveal the overlay (see JS below) */
	height: 100%;
	width: 0;
	 position: fixed;  
	 z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	margin:0px;
	background-color: rgb(255, 255, 255); /* White color */	
	overflow-x: hidden; /* Disable horizontal scroll */
	transition: .5s;
	/* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

.message {
	/* Height & width depends on how you want to reveal the overlay (see JS below) */
	height: 20%;
	width: 0%;
	position: fixed; /* Stay in place */
	z-index: 1; /* Dont sit on top */
	left: 0;
	top: 0;
	background-color: rgb(255, 255, 255); /* White color */	
	overflow-x: hidden; /* Disable horizontal scroll */
	transition: width 2s;
	/* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}
ion-icon {
  font-size: 8px;
}
.twitter-follow-button, .twitter-follow-button:visited {    
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
    width: 16px;
    align-content: center;
}
.twitter-follow-button:hover {
    background-color: #0c7abf;
}
/* Position the content inside the overlay */
.overlay-content {
	position: relative;
/*	top: 25%; /* 25% from the top */
	width: 400px; /* 100% width */
	/*	margin-top: 30px;
	/* 30px top margin to avoid conflict with the close button on smaller screens */
}
.overlay li {	
	text-decoration: none;
	font-size: 16px;
	color: #818181;	
}
.footer-main .social-icons .social-icon:not(:hover) {
    color: #666;
}
.footer-main .social-icons .social-icon {
    display: inline-block;
    font-size: 22.5px;
    font-size: 1.5rem;
    width: auto;
}
ion-icon {
 font-size: 32px;
 color: black;
 --ionicon-stroke-width: 16px;
}
@-webkit-keyframes fadeinout {
	50% { opacity: .5; }
}
@keyframes fadeinout {
  0% { opacity: 0; }
  50% { opacity: .9; }
  100% { opacity: 0; }
}
@keyframes example {
  0%   {background-color:red;}
  25%  {background-color:yellow;}
  50%  {background-color:blue;}
  75%  {background-color:green;}
  100% {background-color:red;};
}
 @keyframes rotateimage {
            from {
                transform: rotate(45deg);
            }
            to {
                transform: rotate(360deg);
            }
        }
 @keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

/* When the width of the screen is >= 600 set the width to force to the left */
@media screen and (width >= 600px) {
	#mainxxContainer {
		width: 393px;
	}
}
/* When the width of the screen is < 600 set the width to maximum for device */
@media screen and (width < 600px) {
	#mainxxContainer {
		width: 100%;
	}
}