		html {
	        background: url(../img/bg1.jpg) no-repeat center center fixed;
	        -webkit-background-size: cover;
	        -moz-background-size: cover;
	        -o-background-size: cover;
	        background-size: cover;
		}
		table {border:none;}
		table td {text-align:center; font-size:22px;}
		a {color:white; text-decoration:none;}
		a:hover {text-decoration: underline;}

		#mnp_check_tbl {margin: 0 auto; border-collapse:collapse; color:white; margin-top: 10px;}
		#mnp_check_tbl td {border:1px solid white}

		#mnp_check_niir_tbl {margin: 0 auto; border-collapse:collapse; color:white; margin-top: 10px;}
		#mnp_check_niir_tbl td {border:1px solid white}

		#mnp_check_input {font-size:26px; text-align:center; border-radius:8px;}

		#mnp_stats_by_day th {border-collapse:collapse; border:1px solid; width:100%}
		#mnp_stats_by_day th {font-size:12px; border-collapse:collapse; border:1px solid}
		#mnp_stats_by_day td {font-size:13px; border-collapse:collapse; border:1px solid}

		.loading1 {
		    height:100px;
		    position:relative;
		    width:80px;

		    margin-left:100px;
		}
		.loading1 > div {
		    background-color:#FFFFFF;
		    height:30px;
		    position:absolute;
		    width:12px;

		    /* css3 radius */
		    -moz-border-radius:5px;
		    -webkit-border-radius:5px;
		    border-radius:5px;

		    /* css3 transform - scale */
		    -webkit-transform:scale(0.4);
		    -moz-transform:scale(0.4);
		    -o-transform:scale(0.4);

		    /* css3 animation */
		    -webkit-animation-name:loading1;
		    -webkit-animation-duration:1.04s;
		    -webkit-animation-iteration-count:infinite;
		    -webkit-animation-direction:linear;
		    -moz-animation-name:loading1;
		    -moz-animation-duration:1.04s;
		    -moz-animation-iteration-count:infinite;
		    -moz-animation-direction:linear;
		    -o-animation-name:loading1;
		    -o-animation-duration:1.04s;
		    -o-animation-iteration-count:infinite;
		    -o-animation-direction:linear;
		}
		.loading1 > div:nth-child(1) {
		    left:0;
		    top:36px;

		    /* css3 transform - rotate */
		    -webkit-transform:rotate(-90deg);
		    -moz-transform:rotate(-90deg);
		    -o-transform:rotate(-90deg);

		    /* css3 animation */
		    -webkit-animation-delay:0.39s;
		    -moz-animation-delay:0.39s;
		    -o-animation-delay:0.39s;
		}

		.loading1 > div:nth-child(2) {
		    left:10px;
		    top:13px;

		    /* css3 transform - rotate */
		    -webkit-transform:rotate(-45deg);
		    -moz-transform:rotate(-45deg);
		    -o-transform:rotate(-45deg);

		    /* css3 animation */
		    -webkit-animation-delay:0.52s;
		    -moz-animation-delay:0.52s;
		    -o-animation-delay:0.52s;
		}

		.loading1 > div:nth-child(3) {
		    left:34px;
		    top:4px;

		    /* css3 transform - rotate */
		    -webkit-transform:rotate(0deg);
		    -moz-transform:rotate(0deg);
		    -o-transform:rotate(0deg);

		    /* css3 animation */
		    -webkit-animation-delay:0.65s;
		    -moz-animation-delay:0.65s;
		    -o-animation-delay:0.65s;
		}

		.loading1 > div:nth-child(4) {
		    right:10px;
		    top:13px;

		    /* css3 transform - rotate */
		    -webkit-transform:rotate(45deg);
		    -moz-transform:rotate(45deg);
		    -o-transform:rotate(45deg);

		    /* css3 animation */
		    -webkit-animation-delay:0.78s;
		    -moz-animation-delay:0.78s;
		    -o-animation-delay:0.78s;
		}
		.loading1 > div:nth-child(5) {
		    right:0;
		    top:36px;

		    /* css3 transform - rotate */
		    -webkit-transform:rotate(90deg);
		    -moz-transform:rotate(90deg);
		    -o-transform:rotate(90deg);

		    /* css3 animation */
		    -webkit-animation-delay:0.91s;
		    -moz-animation-delay:0.91s;
		    -o-animation-delay:0.91s;
		}
		.loading1 > div:nth-child(6) {
		    right:10px;
		    bottom:9px;

		    /* css3 transform - rotate */
		    -webkit-transform:rotate(135deg);
		    -moz-transform:rotate(135deg);
		    -o-transform:rotate(135deg);

		    /* css3 animation */
		    -webkit-animation-delay:1.04s;
		    -moz-animation-delay:1.04s;
		    -o-animation-delay:1.04s;
		}
		.loading1 > div:nth-child(7) {
		    bottom:0;
		    left:34px;

		    /* css3 transform - rotate */
		    -webkit-transform:rotate(180deg);
		    -moz-transform:rotate(180deg);
		    -o-transform:rotate(180deg);

		    /* css3 animation */
		    -webkit-animation-delay:1.17s;
		    -moz-animation-delay:1.17s;
		    -o-animation-delay:1.17s;
		}
		.loading1 > div:nth-child(8) {
		    left:10px;
		    bottom:9px;

		    /* css3 transform - rotate */
		    -webkit-transform:rotate(-135deg);
		    -moz-transform:rotate(-135deg);
		    -o-transform:rotate(-135deg);

		    /* css3 animation */
		    -webkit-animation-delay:1.3s;
		    -moz-animation-delay:1.3s;
		    -o-animation-delay:1.3s;
		}

		/* css3 keyframes - loading1 */
		@-webkit-keyframes loading1 {
		    0%{ background-color:#000000 }
		    100%{ background-color:#FFFFFF }
		}
		@-moz-keyframes loading1 {
		    0%{ background-color:#000000 }
		    100%{ background-color:#FFFFFF }
		}
		@-o-keyframes loading1 {
		    0%{ background-color:#000000 }
		    100%{ background-color:#FFFFFF }
		}

		#mnp_tbl td {text-align:center;}

		#big_data_results_tbl {
			border-collapse: collapse;
		}

		#big_data_results_tbl td {
			font-size: 12px;
			border: 1px solid grey;
		}