@charset "Utf-8";

body {
	background: #333;
	color: #fff;
}
#expert_table,
#expert {
	display: none
}
section {
	margin-bottom: 2em;
}
table td:first-child {
	padding-right: 10px;
}
.fileinput_area h1 {
	width: 320px; height: 50px;
	cursor: pointer;
	background: url(../img/NEWQUASAR.png) no-repeat;
	background-size: cover;
	text-indent: -999px;
	font-size: 0;
	margin-bottom: 30px;
}
label {
	position: relative;
}
input[type=file] {
	visibility: hidden;
	cursor: pointer;
}
label span {
	position: absolute;
	top: 0; left: 0;
	display: inline-block; 
	width: 100px; height: 30px; line-height: 30px;
	font-size: 1em; font-weight: bold; color: #333;
	background: #f90;
	border-radius: 5px;
	text-align: center;
}
.table {
	display: table;
}
.table li {
	display: table-row;
}
.table li>span {
	display: table-cell;
	padding: 5px 0;
}
.table .th em {
	display: inline-block;
	width: 100px;
	height: 30px; line-height: 30px;
	background: #f90;
	color: #333;
	font-weight: bold;
	border-radius: 5px;
	text-align: center;
}
.table .td {
	padding-left: 20px;
}
.table input {
	background: #222;
	border: 1px solid #fff;
	height: 30px; line-height: 30px;
	padding: 0 10px;
	border-radius: 5px;
	color: #fff;
}

.table input::-webkit-input-placeholder {
	color: #eee;
}
.table input::-moz-placeholder {
	color: #eee;
}
.table input:-ms-input-placeholder {
	color: #eee;
}
.table input:-moz-placeholder {
	color: #eee;
}
.form_area button {
	width: 80px; height: 32px;
	font-size: 14px; font-weight: bold;
	color: #333;
	border-radius: 5px;
	background: #f90;
	border: 0;
	cursor: pointer;
}
.form_area * {
	vertical-align: top;
}

#timer {
	position: absolute;
	top: 180px; left: 0;
	width: 100%;
	text-align: center;
	font-size: 4em; font-weight: bold; color: #f90;
	text-align: center;
}
#api {
	width: 700px;
	padding: 30px;
	position: relative;
	background: #333;
}
#api h2 {
	width: 240px;
	height: 33px;
	margin-bottom: 20px;
	display: none;
}
#api h2 img {
	width: 100%;
}
#api .tit {
	position: absolute;
	height: 30px; line-height: 30px;
	padding: 0 20px;
	top: 40px; right: 30px;
	text-align: center;
	background: #222;
	border-radius: 10px;
}

#result {
	padding: 30px 0;
	min-height: 240px;
	background: #222;
	font-size: 16px; line-height: 30px; color: #f90;
	border-radius: 10px;
}
#result:after {
	content:"";
	clear: both;
	display: block;
}
#result span {
	display: inline-block;
	width: 20%;
	text-align: center;
	float: left;
}