.button_right{
	width:90%;
	text-align:right;
	margin-bottom: 15px;
}
.button_right input{
	width:180px;
}

.table-M004-01 table {
	margin: 0 auto;
	display: table;
	table-layout: fixed;
/*	border-collapse:separate;*/
	border-spacing:0px;
/*	background-color:#d9e1f2; */
	word-wrap: break-word;
	overflow-wrap: break-word;
	padding:0px;
	width:80%;
}
.table-M004-01 table, .table-M004-01 th, .table-M004-01 td {
	border-collapse: collapse;
	border: 1px solid black;
}

.table-M004-01 th{
	color:#ffffff;
	background-color:#538dd5;
}

.table-M004-01 table td {
	text-align:center;
	vertical-align:middle;
	padding:20px 10px ;
}

.column_number{
	width:50px;
}
.column_note{
	text-align:center !important;
}

.column_command{
	width:350px;
}
