.required-field:after {
content:" *";
color:red;
}

@keyframes rowHighlight {
	from {background-color: yellow;}
	to {background-color: white;}
}

.row-highlight {
	animation-name: rowHighlight;
	animation-duration: 3s;
}

body { font-family:
		"ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro",
		Osaka,
		"メイリオ",
		Meiryo,
		"ＭＳ Ｐゴシック",
		"MS PGothic",
		"sans-serif";
		font-size: 0.85rem;

	}

html,
body {
    height: 100%;
}

.dataTables_wrapper {
	margin-top: 4px;
}

.emphasize-row {
	font-weight: 900;
}

.de-emphasize-row {
	color: grey;
}
