@media only screen and (max-width: 767px) {
    /* Force table to not be like tables anymore */
    
    #tableberkalapenempatan table,
    #tableberkalapenempatan thead,
    #tableberkalapenempatan tbody,
    #tableberkalapenempatan th,
    #tableberkalapenempatan td,
    #tableberkalapenempatan tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    
    #tableberkalapenempatan thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #tableberkalapenempatan td {
        /* Behave  like a "row" */
        
        border: none;
        position: relative;
        padding-bottom: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-left: 40%;
        margin-bottom: 5px;
    }
    #tableberkalapenempatan td:before {
        /* Now like a table header */
        
        position: absolute;
        /* Top/left values mimic padding */
        
        left: 0px;
        width: 40%;
        white-space: nowrap;
        text-align: left;
    }
    /*	Label INVESTASI BERKALA FUND	*/
    
    #tableberkalapenempatan td:nth-of-type(1),
    #tableberkalapenempatan td:nth-of-type(2),
    #tableberkalapenempatan td:nth-of-type(3),
    #tableberkalapenempatan td:nth-of-type(4),
	#tableberkalapenempatan td:nth-of-type(5),
	#tableberkalapenempatan td:nth-of-type(6),
	#tableberkalapenempatan td:nth-of-type(7),
	#tableberkalapenempatan td:nth-of-type(8),
	#tableberkalapenempatan td:nth-of-type(9) {
        text-align: left;
    }
    #tableberkalapenempatan td:nth-of-type(1):before {
        content: "Deskripsi";
    }
    #tableberkalapenempatan td:nth-of-type(2):before {
        content: "Rekening Tujuan";
    }
	#tableberkalapenempatan td:nth-of-type(3):before {
        content: "Jumlah (IDR)";
    }
    #tableberkalapenempatan td:nth-of-type(4):before {
        content: "Tanggal Penarikan";
    }
	#tableberkalapenempatan td:nth-of-type(5):before {
        content: "Status";
    }
	#tableberkalapenempatan td:nth-of-type(6):before {
        content: "";
    }
	#tableberkalapenempatan td:nth-of-type(7):before {
        content: "";
    }
    #tableberkalapenempatan td:last-child {
        margin-bottom: 15px;
        border-bottom: solid 1px #D8D8D8;
        padding-bottom: 15px;
        width: auto
    }
}

.post-it-note.lightblue {
	background-color: #E2F5F9;
}
.post-it-note.lightblue:after {
    border-color: #E2F5F9;
}
.post-it-note.lightblue:before {
	border-color: #A4CDDD transparent;
}