button {
	margin-top: 18px;
}

p {
	margin-block-start: 3px;
	margin-block-end: 6px;
}

#enqsections input[type=text] {
	padding: 10px;
	margin: 5px;
	width: 240px;
}

#timer, #extimer {
	position: fixed;
	right: 0;
	top: 0;
	
	font-size: 24px;
	font-weight: bold;
	font-family:monospace;
	
	padding: 5px;
	margin: 10px;
	
	border: 1px solid gray;
	border-radius: 5px;
	background: white;
	
	display: none;
}

#credit {
	font-size: 9px;
	position: fixed;
	margin-right: 12px;
	right: 0;
	bottom: 0;
}

#progmess, #probrem {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 65535;
	
	background: rgba( 255, 255, 255, 0.9 );
	
	display: none;
}
#progtext {
}

.extext {

}
.exthead {
}
.extbody {
	display: none;
}

.extext p,
.extext h3 {
	line-height: 21px;
	padding-left: 36px;
}
.extext h3 {
	background: lightgray;
	line-height: 32px;
}

#userinfo table {
	border: 1px solid lightgray;
	border-radius: 8px;
	padding: 12px;
	margin: 12px;
}
#userinfo td {
	padding: 0 24px;
}

#progmess .popup,
#probrem .popup {
	width: 300px;
	height: 300px;
	margin: auto;
	
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: fixed;
	
	border: 1px solid lightgray;
	border-radius: 10px;
	
	padding: 10px;
	text-align: center;
}
#progmess .closeButton,
#probrem .closeButton {
	position: absolute;
	bottom: 10px;
	right: 10px;
	display: none;
}

.enqarea {
	padding: 10px;
	margin: 10px;
	border: 1px #ddd solid;
	border-right: 2px #ddd solid;
	border-bottom: 2px #ddd solid;
	border-radius: 10px;
}
.enqarea select {
	padding: 10px;
	margin: 5px;
	width: 240px;
	border-radius: 5px;
}

#enq_base {
	display: none;
}
.enqres {
	font-size: 9px;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	padding-right: 3px;
}
.enqans {
	width: 100%;
	padding: 10px;
	border-radius: 3px;
}
.enqresArea table {
	width: 100%;
}
.enqresArea td {
	font-size: 6px;
}
.enqresTD, .extresTD {
	width: 0%; 
	min-width: 35px; 
	background-color: white;
	border: 1px solid lightgray;
	position: relative;
}
.extresTD {
	width: 100%;
	border: none;
}

.enqAnsText {
	padding-left: 24px;
}

#extsections {
	display: none;
}
.ext_section {
	display: none;
}
.extKwdArea {
	background: rgba( 129, 129, 129, 0.2);
	height: auto;
	width: auto;
	margin: auto;
	padding: 24px;
	white-space: nowrap;
}
.extKwd {
	margin: 4px 8px;
	padding: 6px 12px;
	background: white;
	line-height: 24px;
	float: left;
}
.enqExtProh {
	font-size: 14px;
	padding: 0 24px;
}
.enqExtProh h4 {
	color: red;
    margin-block-end: 0.5em;
}

.enqInProgress {
	display: none;
	text-align: center;
}
.enqInProgressStep {
}
.enqInProgress img {
	width: 30px;
	animation: 2s linear infinite rotation;
}
@keyframes rotation{
	0%{
		transform: rotate( 0 );
	}
	50%{
		opacity: 0.3;
	}
	100%{
		transform: rotate( 360deg );
	}
}

.show {
	display: block !important;
}
