html, body { 
  margin:0; 
  padding:0; 
  height:100%; 
}

#main {
	background: #7d7e7d;
	background: -moz-radial-gradient(center, ellipse cover, #7d7e7d 0%, #0e0e0e 100%);
	background: -webkit-radial-gradient(center, ellipse cover, #7d7e7d 0%,#0e0e0e 100%);
	background: radial-gradient(ellipse at center, #7d7e7d 0%,#0e0e0e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=1 );
	height: 100%;
	width: 100%;
}

#box {
	_background: #0e0e0e;
	color: white;
	border-radius: 1em;
	padding: 1em;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}

input[type="text"] {
	height: 60px;
	font-size: 40px;
	display: inline-block;
	font-weight: 100;
	border: none;
	outline: none;
	color: #ffffff;
	padding: 3px;
	background: none;
	z-index: 3;
	cursor: pointer;
	border-bottom: 1px solid #ffffff;
}

input::placeholder { 
	color: #e2e2e2;
}

.textr {
	text-align: right;
	font-size: 80%;
	padding-left: 150px;
}

th {
	border-bottom: 1px solid #ffffff;
	font-size: 18px;
	text-align: left;
}

table {
	min-width: 300px;
	font-size: 22px;
	border-spacing: 0px;
    border-collapse: collapse;
}

td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

a:link, a:visited {
	text-decoration: none;
	color: #ffffff;
}
