.saldo-pribadi-title,
.saldo-gudang-title{
	margin-top: 20px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
}
.cell{
	padding: 5px;
	text-align: center;
	cursor: pointer;
}
.cell.container{
	width: calc(100% / 10);
	border: 1px solid #ddd;
	padding: 0;
}
.judul.cell{
	background: #ccc;
}
.cell:hover,
.active-cell{
	background: #eee !important;
}

.tbody .tr:nth-child(odd) {
    background: #ddd;
}
.rsp .th{
	background-color: red;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rsp .td{
	cursor: pointer;
}
.rsp .th,
.rsp .td{
	height: 24px;
}
.rsp .td.onhover{
	background-color: rgb(173, 173, 173);
}
.rsp .td .jumlah{
	height: 12px;
}
.rsp .th:hover,
.rsp .td:hover{
	background: grey;
}
.rsp .th.prod,
.rsp .th.sisa{
	width: 48px;
}
.rsp .tgl{
	width: calc((100% - 48px - 48px) / 31);
}