body{
	font-family: Century Gothic, sans-serif;
	font-size: 14px;
}


table{
	border: 1px solid #777;
	border-collapse: collapse;
}

thead th{
	background-color: rgba(210,20,65,.9);
	color: white;
}

thead th:nth-child(1),
tbody td:nth-child(1){
	min-width: 40px;
	text-align: center;
}

thead th:nth-child(2),
tbody td:nth-child(2){
	min-width: 120px;
	text-align: center;
	font-weight: bold;
}

tbody td:nth-child(3){
	min-width: 100px;
	text-align: right;
	padding-right: 20px;
}

tbody td:nth-child(4){
	min-width: 100px;
	text-align: right;
	padding-right: 20px;
	color: #A05;
	background-color: rgb(255,255,244);
}

tbody td:nth-child(5){
	min-width: 100px;
	text-align: right;
	padding-right: 20px;
}

tbody tr{
	height: 22px;
	line-height: 22px;
}

thead tr th,
tbody tr td{
	border: 1px solid #999;
}

.sorot-biru{
	color: rgb(40,20,225);
}

.sorot-merah{
	color: rgb(210,20,65);
}