@charset "utf-8";
/* CSS Document */

.tbl_inventory_type  {
	border-top: none !important;
    margin: 5px auto 20px 0 !important;
}
.tbl_inventory_type tbody {
	display: table;
}
.tbl_inventory_type tr {
	box-sizing: border-box;
	display: table-cell;
}
.tbl_inventory_type tr:nth-child(1) {
}
.tbl_inventory_type tr th, 
.tbl_inventory_type tr td {
	display: block;
	width: 100%;
	height: 20px;
    padding: 15px;
	text-align: center;
	vertical-align: middle;
}
.tbl_inventory_type tr th:nth-child(1), 
.tbl_inventory_type tr td:nth-child(1) {
	border-top: 1px solid #ccc;
}