select {
	position: absolute;
	padding-left: 1rem !important;
}

option {
	color: #2D3E50;
	background: white;
}

textarea {
	min-height: 10rem;
	margin: 0;
	padding: .1rem;
	font-size: 1.2rem;
}

.mui-content {
	margin: 0;
	background: white;
}

.reanod-result {
	background: white;
	margin: 1.5rem 1rem;
	box-shadow: 0 .1rem rgba(0, 0, 0, .1)
}

.result-title-left {
	float: left;
	font-size: 1.2rem;
	padding: .1rem 1rem;
}

.result-title-right {
	float: right;
	font-size: 1.2rem;
	padding: .1rem;
}

.result-title-right span {
	font-size: 1.4rem;
	padding-right: 0.25rem;
	color: #2D3E50;
}

.result-content {
	clear: both;
	overflow: auto;
	font-size: 1.2rem;
	padding: 10px;
	border: 1px solid #CCCCCC;
	background: #F9F9F9;
}

.result-content div {
	float: left;
	min-width: 50%;
	padding: 2px;
}

.result-content select {
	height: 3rem;
	border: 1px solid #CCCCCC !important;
	margin-top: 0.1rem;
	margin-bottom: 1rem;
	font-size: 1.2rem;
	padding: 0;
	background: #FFFFFF url(../../images/icons/select1.png) no-repeat;
	background-position: 90% center;
	background-size: 1.0rem;
	text-align: center;
}

.result-give {
	height: 3rem;
	line-height: 3rem;
	width: 10.5rem;
	min-width: 0 !important;
	margin-bottom: 1rem;
}

.result-select {
	min-width: 0 !important;
	width: calc(100% - 10.5rem);
	padding: 0 !important;
}

.result-select input {
	height: 3rem;
	line-height: 3rem;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	text-align: left;
	font-size: 1.2rem;
	background: #FFFFFF;
}

.result-select span {
	display: block;
	height: 3rem;
	line-height: 3rem;
	margin-top: .1rem;
	margin-bottom: 1rem;
}

.result-remark {
	min-width: 0 !important;
	width: 4.5rem;
}

.result-textarea {
	min-width: 0 !important;
	width: calc(100% - 4.5rem);
	padding: 0 !important;
}

.reanod-submit {
	margin: 1rem;
}

.reanod-submit button {
	padding: .5rem 3rem;
}

.reanod-submit button:first-child {
	float: right;
}