/* CV.TRIPLE-C
 * (COMPUTER CARE CENTER) Banjarmasin
 * Perusahaan Pengembang Aplikasi Berbasis Web
 * Order Contact: +62 82155717976
 */

/* ======================================================================================================================================= CV.TRIPLE-C ==============
 * PRINT AREA
 * #printall, #cetak (button)
 */
#cetak {
	cursor: pointer;
}
.cetak{
	border-top: 2px solid #31AFDE;
	text-align: right;
	padding-right: 20px; 
}
.cetak span{
	background: #31AFDE;
	border-radius: 0px 0px 15px 15px;
	padding: 0px 15px 10px 15px;
}
#printall {
	display: none;
}
.show{
	display: none;
}
.hide{
	display: inherit;
}
