.crafterstable {
	width: 97%;
	margin-bottom: 15px;
	border-spacing: 0 1px;
}

.crafterstable th {
	background: #CFCFCF;
	text-align: left;
}

.crafterstable td {
	font-weight: bold;
	vertical-align: center;
	height: 16px;
}

.crafterstable td.itemname div {
	width: 20px;
	height: 16px;
	float: left;
	background: black;
}
.crafterstable td.itemname div img {
	width: 16px;
	height: 16px;
}

.crafterstable tr.data {
	background: black;
	color: white;
}

.crafterstable td.canmake, th.canmake {
	text-align: center;
	width: 80px;
}

.crafterstable td.itemname {
	width: 350px;
}

.crafterstable .edit {
	background: white;
	padding-left: 5px;
	width: 50px;
}

.crafterstable tr.data:hover {
	background: #353535;
}

.crafterstable th.name {
	width: 450px;
}

.crafterstable th.need, .crafterstable th.supply {
	width: 100px;
}

.crafterstable th.edit {
	width: 50px;
	background: inherit;
}

