html {
  background: radial-gradient(ellipse at bottom, #5091DD 0%, #030617 100%);
  background-attachment: fixed;
}
@media screen and (orientation:portrait) {
	.content { width:95%; }
	.topnav { min-width:100%; }
}
@media screen and (orientation:landscape) {
	.content { width:75%; }
	.topnav { min-width:100%; }
}
.body
{
    text-align: center;
    font-family:Tahoma, Geneva, sans-serif;
    padding: 0;
    border:none;
    margin: 0;
}
.header{
  width: 100%;
  position: fixed;
  top: 0;
  height: 56px;
  overflow: hidden;
  text-align: center;
  border-bottom: 1px solid #d4d4d4;
  background-color: #fff;
  z-index: 2;
}
.topnav {
  display: inline-block;
  height: 56px;
}
.topnav a:first-child {
  display: inline-block;
  color: black;
  padding: 0 20% 0 0;
  text-decoration: none;
  vertical-align: top;
  margin-right: -5px;
  margin-top: -1px;
  font-size: 32px;
  font-weight: 600;
}
.topnav a:not(:first-child) {
  display: inline-block;
  color: black;
  padding: 19px;
  text-decoration: none;
  border-right: 1px solid #d4d4d4;
  vertical-align: top;
  margin-right: -5px;
  margin-top: -1px;
  font-size: 16px;
}
.topnav a:nth-child(2) {
  border-left: 1px solid #d4d4d4;
}
.topnav a:not(:first-child):hover {
  box-shadow: inset 0 0 10px #d4d4d4;
}
@media screen and (max-width: 1024px) {
    .logo {
        display: none !important;
    }
}
#logo {
	height: 60px;
}
ul
{
    text-align: left;
}
.content
{
	margin: 0;
    padding-top: 64px;
	padding-bottom: 8em;
    text-align: center;
    min-height: 100%;
    border-left: #000000 5px double;
    border-right: #000000 5px double;
    background-color: white;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 1em;
    font-family:Tahoma, Geneva, sans-serif;
    z-index: 1;
}
input[type="submit"]
{
	padding:7px 14px;
	font-weight:bold;
	cursor:pointer;
    color:#FFFFFF;
	border-radius:.3em;
	-moz-border-radius:.2em;
	-webkit-border-radius:.2em;
	-o-border-radius:.2em;
	margin:10px 0;
	border:none;
	background:#2d73ed;
	border-bottom:#2d6acc 3px solid;
}
button
{
	padding:7px 14px;
	font-weight:bold;
	cursor:pointer;
    color:#FFFFFF;
	border-radius:.3em;
	-moz-border-radius:.2em;
	-webkit-border-radius:.2em;
	-o-border-radius:.2em;
	margin:10px 0;
	border:none;
	background:#2d73ed;
	border-bottom:#2d6acc 3px solid;
}

table {
    border-collapse: collapse;
	width: 90%
}

table, th, td {
	padding: 12px;
    border-top: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
}
td {
	vertical-align:top;
}
button
{
	padding:7px 14px;
	font-weight:bold;
	cursor:pointer;
    color:#D8D8D8;
	border-radius:.3em;
	-moz-border-radius:.2em;
	-webkit-border-radius:.2em;
	-o-border-radius:.2em;
	margin:10px 0;
	border:none;
	background:#2d73ed;
	border-bottom:#2d6acc 3px solid;
}
.link {
    color: blue;
	cursor: pointer;
	text-decoration: underline;
}
.features {
  list-style: none;
  padding: 0;
  margin: 0;
}
.supported::before {
  content: "\2714  ";
  color: green;
  font-weight: bold;
}
.unsupported::before {
  content: "X ";
  color: red;
  font-weight: bold;
}
.indev::before {
  content: "D ";
  color: orange;
  font-weight: bold;
}

#modal-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
  display: none;
  align-items: center;
  justify-content: center;
}
#modal-overlay #modal {
  min-width: 650px;
  background: white;
  min-height: 400px;

  display: flex;
  flex-direction: column;
  padding:10px;
}

#modal-overlay #modal .modal-footer {
  margin-top: auto;
}

#closeModal {
  margin-left: auto;
  right: 0;
  color:black;
  text-decoration: none;
}

.g-recaptcha {
    display: inline-block;
}

.green
{
	padding: 3px;
	font-size: 1em;
	font-weight:bold;
    color: white;
	border-radius:.3em;
	-moz-border-radius:.2em;
	-webkit-border-radius:.2em;
	-o-border-radius:.2em;
	margin:1px 0;
	border:none;
	background: green;
	display: inline-block;
}
.blue
{
	padding: 3px;
	font-size: 1em;
	font-weight:bold;
    color: white;
	border-radius:.3em;
	-moz-border-radius:.2em;
	-webkit-border-radius:.2em;
	-o-border-radius:.2em;
	margin:1px 0;
	border:none;
	background: blue;
	display: inline-block;
}
.red
{
	padding: 3px;
	font-size: 1em;
	font-weight:bold;
    color: white;
	border-radius:.3em;
	-moz-border-radius:.2em;
	-webkit-border-radius:.2em;
	-o-border-radius:.2em;
	margin:1px 0;
	border:none;
	background: red;
	display: inline-block;
}
.orange
{
	padding: 3px;
	font-size: 1em;
	font-weight:bold;
    color: white;
	border-radius:.3em;
	-moz-border-radius:.2em;
	-webkit-border-radius:.2em;
	-o-border-radius:.2em;
	margin:1px 0;
	border:none;
	background: orange;
	display: inline-block;
}
.purple
{
	padding: 3px;
	font-size: 1em;
	font-weight:bold;
    color: white;
	border-radius:.3em;
	-moz-border-radius:.2em;
	-webkit-border-radius:.2em;
	-o-border-radius:.2em;
	margin:1px 0;
	border:none;
	background: purple;
	display: inline-block;
}
.centeredTable td,th {
	text-align: center;
}