#admin_login_page table {
	margin: auto;
	text-align: center;
}
.admin-server-table {
	text-align: center;
	overflow: auto;
}
.admin-server-table table {
	margin: auto;
}
.admin-server-table td {
	text-align:center;
	white-space:nowrap;
}
.admin-help-info {
	text-align: center;
	line-height: 1em;
	font-size: 1em;
}
.admin-help-info table {
	border: 1px solid;
	margin: auto;
	text-align: left;
}
textarea[name='form_list'] {
	width: 95%;
	height: 500px;
	font-size: 1.2em;
	font-family: courier new, monospace;
}
.inlined {
	display: inline-block;
	width: 300px;
	vertical-align: top;
}
.tt{
	margin: auto;
	width: 610px;
}
.tt > .inlined:nth-child(2) {
	text-align: end;
}
.inlined > div > div:first-child {
	height: 46px;
	overflow-y: auto;
}
::-webkit-scrollbar-thumb {
	background-color: gray;
}

::-webkit-scrollbar {
	width: 6px;
	background: #3e3e3e;
}
.space {
	display: block;
	height: 2em;
}
.space2x {
	display: block;
	height: 4em;
}
@media(max-width: 414px){
	.inlined {
		display: block;
		width: 100%;
		vertical-align: top;
	}
	.tt{
		width: auto;
		padding: 7px;
	}
}