@CHARSET "UTF-8";

.table {
	border: solid 1px #aaccff;
	background: #ebf4fb;
	width: 858px;
	text-align: center;
	border-collapse: separate;
	border-spacing: 4px;
}

.table.translate {
	text-align: justify !important;
}

.table-submit {
	text-align: center;
	vertical-align: middle;
}

.table thead {
	background-color: #6699ff;
}

.table thead th {
	padding: 2px 4px;
}

.table tbody {
	
}
