@charset "UTF-8";

.normalForm table {
    /* structure design */
    width: 550px;
}

.normalForm th {
    /* structure design */
	width: 35%;
}

.normalForm td {
    /* structure design */
	width: 65%;
}

