.simul {
	   margin-left: auto;
	   margin-right: auto;
	   background-color: #0A3D11/*green*/;
	   border-radius: 10px;
	   display: grid;
	   grid-template-columns: 50% 30% 15%;
	   font-size: 14px;
	   grid-gap: 10px;
	   padding: 10px;
	   box-shadow: 5px 5px 20px grey;

}

.simul > div {
	   text-align: left;
	   background-color: green
	   color: white;
	   overflow: auto;
	   max-width: 100%;
/*	   padding: 5px;*/
}

.simul label {
		   color: white;
}


#jp {
	  text-align: right;
	  max-width: 100%;
	  float : right;
	  border-radius: 5px;
	  border-style: solid;
}

#tm {
	  text-align: right;
	  max-width: 50%;
	  float : right;
	  border-radius: 5px;
	  border-style: solid;
}

#angsuran {
	    border-style: solid;
	    border-radius: 5px;
	    text-align: right;
	    max-width: 100px;
	    background-color: #D9DDDC; 
 }

#js {	
	    border-style: solid;
	    border-radius: 5px;
	    text-align: right;
	    max-width: 100px;
	    background-color: #D9DDDC;
}

#tagangsuran {	
	    font-size: 12px;
	    border-style: solid;
	    border-radius: 5px;
	    text-align: right;
	    max-width: 100px;
	    background-color: #D9DDDC;
}

#simpanan {	
	    font-size: 12px;
	    border-style: solid;
	    border-radius: 5px;
	    text-align: right;
	    max-width: 100px;
	    background-color: #D9DDDC;
}

#tagihan {	
	    font-size: 12px;
	    border-style: solid;
	    border-radius: 5px;
	    text-align: right;
	    max-width: 100px;
	    background-color: #D9DDDC;
}

#potongan {	
	    font-size: 12px;
	    border-style: solid;
	    border-radius: 5px;
	    text-align: right;
	    max-width: 100px;
	    background-color: #D9DDDC;
}

#diterima {	
	    font-size: 14px;
	    font-weight: bold;
	    border-style: solid;
	    border-radius: 5px;
	    text-align: right;
	    max-width: 100px;
	    background-color: #D9DDDC;
}
