/* Generic action layout template. Do not overwrite it in the child templates! */
#arkhaim-error-content {
	text-align: center;
}
#arkhaim-error-back {
	margin-top: 8px;
}

/* Strings */
#arkhaim-strings-table {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.arkhaim-strings-cell {
	width: 250px;
	padding: 10px;
	
	display: flex;
	flex-direction: column;
}
.arkhaim-strings-caption {
	text-align: center;
}
.arkhaim-strings-textbox {
	height: 100%;
}
.arkhaim-strings-textbox textarea {
	width: 100%;
	height: 100%;
}
#arkhaim-strings-bottom {
	text-align: center;
}
