	@font-face {
		font-family: Segoe;
		src: url('../simdalbangda/assets/fonts/seguibk.ttf');
	}
	@font-face {
		font-family: Open Sans;
		src: url('../simdalbangda/assets/fonts/OpenSans-Light.ttf');
	}
	@font-face {
		font-family: Roboto Light;
		src: url('../simdalbangda/assets/fonts/Roboto-Light.ttf');
	}

.judul {
		font-family: "monospace", sans-serif;
		font-size: 14px;
		color: #4C8FFD;
		font-weight: normal;
	}

h2 {
    font-size:18px;
    font-weight:bold;
    margin:0;
    margin-bottom:15px;
}
	table.countdown {
		width: 100%;
	}
	table.countdown tbody tr td{
		font-family: Arial, sans-serif;
		text-align: center;
		font-weight: bold;
	}
	table.countdown tbody tr.timebig{
		font-size: 80px;
	}
	.ket{
		font-family: "Roboto Light", sans-serif;
		font-size: 13px;
		text-align: center;
		margin: 0; padding: 0;
	}
	.hari {
		font-weight:bold;
		font-size: 80px;
		color: #7ebfff;
		
	}
	.jam {
		font-weight:bold;
		font-size: 80px;
		color: #ffa54d;
	}
	.menit {
		font-weight:bold;
		font-size: 80px;
		color: #85ff0d;
	}
	.detik {
		font-weight:bold;
		font-size: 80px;
		color: #ff0000;
	}
	
	.kethari {
		font-weight:bold;
		font-size: 36px;
		color: #7ebfff;
		
	}
	.ketjam {
		font-weight:bold;
		font-size: 36px;
		color: #ffa54d;
	}
	.ketmenit {
		font-weight:bold;
		font-size: 36px;
		color: #85ff0d;
	}
	.ketdetik {
		font-weight:bold;
		font-size: 36px;
		color: #ff0000;
	}
	/*** --- END OF TABEL --- ***/
	
		.count_down{
			font-family: "Open Sans", sans-serif;
			color:#000;
		}
	
		.count_down span{
			color: #000;
		}
	
