.transtable {
	width: calc(100% - 50px);
	margin: 20px 37px 0 0;
}
.transtable td {
	position: relative;
	vertical-align: middle;
	border: 1px solid #ddd;
	padding: 0;
}
.transtable td.trs {
	width: 50%;
}
.transtable div {
	padding: 0 8px;
	cursor: pointer;
}
.transtable textarea, .transtable input {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 6px 8px;
	margin: 0;
	resize: none;
	outline: 0;
}
.transtable textarea:focus, .transtable input:focus {
	background-color: rgba(255, 255, 100, 0.4);
}
.transtable .btn {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 36px;
	padding: 4px 0;
	margin: 0 -37px 0 0;
}
.transtable textarea:focus + .btn, .transtable input:focus + .btn {
	display: block;
}
.textoptions {
	white-space: pre;
}
#enoptionlist.form-control[readonly] {
	background-color: #fff;
}
#enoptionlist, #troptionlist {
	line-height: 1.3;
}