@charset "UTF-8";

.inputSide {
	width: 75%;
}

.view-table {
	display: table;
	width: 100%;
	height: 100%;
}

.view-head {
	display: table-header-group;
}

.view-body {
	display: table-row-group;
}

.view-foot {
	display: table-footer-group;
}

.view-row {
	display: table-row;
	padding: 0.5em;
	height: auto;
}

.view-row:nth-child(even) {}

.view-cell {
	display: table-cell;
	padding: 0.625em;
	height: auto;
	justify-content: center;
	align-items: center;
	vertical-align:middle;
}

.view-th {
	display: table-cell;
	padding: 0.625em;
	height: auto;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
}