body {
background-color: #ddd;
background-image: linear-gradient(90deg, #eee, #ccc);

color: #3483c2;
font: 16px Arial, sans-serif;
}
table	{
	margin: auto;
	height: 97vh;
	width: 800px;

}
table.zebra {
	width: auto;
	height: 600px;
	text-align: center;
	display: inline-block;	
}
table.zebra tbody {
	width: 100%;
	height: 550px;
	display: inline-block;
	overflow-y: auto;
}
table.zebra th {
	color: white;
	background-color: #3483c2;
}
table.zebra tr:nth-child(even) {
	background-color: #eeeeee;
}
table.zebra tr:nth-child(odd) {
	background-color: #ffffff;
}
table.zebra tr:hover {
	color: white;
	background-color: #3483c2;
}
th {
	padding: 10px;
	border-radius: 20px;
}
td {
	border-radius: 8px;
}

.table-l{
	margin: 0px;
	width: 500px;
	text-align: center;
	color: Black;
	border: 2px;
	border-color: black;
	border-radius: 20px;
	
}
.table-l:tr{
	height: 20px;
}
.tdwhite{
	color: #3483c2;
	width: 50%;
	text-align: center;
	border-right: 3px dashed #3483c2;
	border-radius: 20px;
	background-color: White;
	box-shadow: -4px 0px 8px Gray;
}
.tdblue	{
	color: white;
	width: 50%;
	text-align: center;
	border-left: 3px dashed White;
	border-radius: 20px;
	background-color: #3483c2;
	box-shadow: 4px 0px 8px Gray;
}
.tdTerm	{
	color: cyan;
	width: 50%;
	text-align: center;
	border-left: 3px dashed White;
	border-radius: 20px;
	background-color: black;
	box-shadow: 4px 0px 8px Gray;
}
div	{
	font-family: Arial, sans-serif;
	text-align: center;
}
.label	{
	font-family: bold, Arial, sans-serif;
	text-align: center;
	color: white;
}
input {
	width: 250px;
}
.btn-o {
	width: 14px;
	height: 14px;
	background-color: #05c;
	border: 0px;
	border-radius: 10px;
}
.form-box	{
	font-family: Arial, sans-serif;
	margin: 5px;
	padding: 10px 10px;
	border: 2px #05c;
	border-radius: 10px;
	border-left-style: solid;
	border-bottom-style: solid;
	background-color: white;
}
.form-fb	{
	color: Yellow;
	font: 10px Arial, sans-serif;
	margin: 0px;
	padding: 4px 4px;
}
.btn	{
	font: 16px Arial, sans-serif;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 8px;
	width: 270px;
	color: white;
	border: 2px #05c;
	border-radius: 10px;
	border-left-style: dotted;
	border-bottom-style: dotted;
	background-color: Black;
	cursor:pointer;
}
p 	{
	font-family: Arial, sans-serif;
	margin: 20px;
}
.pblue{
	font-family: Arial, sans-serif;
	margin: 20px;
	color: white;
}
.pwhite{
	font-family: Arial, sans-serif;
	margin: 10px 5px;
	color: white;
}
.wrap { 
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
 }
h1 {
	font: bold small-caps calc(22	px + 1vw) Arial, sans-serif;
	text-shadow: 3px 3px 3px #ffffff;
	text-align: center;
  }
h2 {
  font: calc(18px + 1vw) Verdana, sans-serif;
}
h3	{
	font: small-caps 30px Arial, sans-serif;
	color: #05c;
	padding-left: 0px;
}
a:link, a:visited {
  color: white;
  text-decoration: none;
}
a:hover, a:active {
  color: red;
}
.myname	{
	font: small-caps calc(18px + 1vw) Verdana, sans-serif;
	text-align: right;
	margin-right: 30px;
}
.spanww	{
	width: 500px;
	font: 12px Consolas;
    word-wrap: break-word;
    display: inline-block;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #3483c2;
}
li {
	float: left;
	border-right: 1px solid gray;	
}
li a {
	display: block;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}
.active {
	background-color: #05c;
	color: black;
}  
li a, .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
li a:hover, .dropdown:hover .dropbtn {
	color: #05c;
	background-color: #fff;
}
li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: whitesmoke;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: #3483c2;
  padding: 12px 16px;
  border-bottom: 1px solid lightgray;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
	background-color: #05c;
	color: #fff;
}

.dropdown:hover .dropdown-content {
  display: block;
}
code {
    font-family: monospace;
}
pre {
	display: flex;
    font-family: monospace;
    white-space: pre;
	line-height: 8px;
    
}

  
