body{
		background: #000000;
		margin: 0px;
	}
	.judul{
			margin:10px 10px 10px 10px;
			font-size: 40px;
		}
	.judul2{
			margin:1px 1px 1px 1px;
			font-size: 18px;
		}
	.judul3{
			margin:1px 1px 1px 1px;
			font-size: 18px;
		}
	.judulsms{
			margin:10px 10px 10px 10px;
			font-size: 40px;
		}
	.tabel{
			margin:10px 0px 10px 0px;
			width:100%;
			border-color: #ffffff;
			background: #ffffff;
		}
	.isi{
		background: #66CCFF;
		margin:10px 10px 10px 10px;
		padding:1px 0px 20px 0px;
		border-radius:20px;
	}
	.garis{
		margin-right :30px;
		margin-left :30px;
		margin-top :0px;
		margin-bottom :0px;
	}
	.garis2{
		margin-right :30px;
		margin-left :30px;
		margin-top :0px;
		margin-bottom :20px;
	}
	.tombol{
		width:100px;
		height:50px;
		border-radius:10px;
		margin :5px 5px 5px 5px;
		padding:0px;
		font-size: 15px;
	}
	.tombol2{
		background: #fff;
	}
	.txtbox{
		width : 250px;
		height : 40px;
		margin :5px 5px 5px 10px;
		font-size: 20px;
	}
	.txtbox2{
		width : 350px;
		height : 200px;
		margin :10px 10px 5px 10px;
		font-size: 40px;
	}
	.tombol4{
		margin-top :30px;
		}
	.tombolx{
		width:10px;
		height:10px;
		border :1px solid #eaeaea;
		border-radius:20px;
		margin :2px;
		padding:30px;
		background: #eaeaea;
	}
	.footer{
			margin:10px 10px 10px 10px;
			font-size: 20px;
		}
	@media only screen and (max-width: 1024px) {
		.judul{
			padding:10px;
		}
		.isi{
			padding: 10px;
		}
	}
	
	@media only screen and (max-width: 768px) {
		.judul{
			padding:10px;
		}
		.isi{
			padding: 10px;
		}
	}
	
	@media only screen and (max-width: 480px) {
		.judul{
			padding:10px;
		}
		.isi{
			padding: 10px;
		}
	}
	
	@media only screen and (max-width: 320px) {
		.judul{
			padding:10px;
		}
		.isi{
			padding: 10px;
		}
	}
	
	@media only screen and (max-width: 240px) {
		.judul{
			padding:10px;
		}
		.isi{
			padding: 10px;
		}
	}
	
.preload-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #fff;
}
#preloader_7 {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top-color: #000000;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 1001;
}
    #preloader_7:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 5px solid transparent;
        border-top-color: #FF0000;
        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }
    #preloader_7:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 5px solid transparent;
        border-top-color: #0000FF;
        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }
    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }