.navbar{
    background-color: #5fc310;
    color: white;
}

.container > h1{
	font-family: 'Ultra', serif;
}

.laporan{
	margin:0 100px;
}

table tr > th {
	text-align: center;
	background: #5fc310;
    color: white;
}

table tr td {
    padding: 10px 5px;
    border: 1px solid black;
    vertical-align: middle;
}

table tr:last-child td {
	background: #5fc310;
    color: white;
    font-weight: bold;
}