@charset "utf-8";
/* CSS Document */
 
table, th, td {
	border-collapse:collapse;
	border:2px solid #999;
	font-family:Tahoma, Geneva, sans-serif;
	
	
}
 
.head {
	background: rgb(206,220,231); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(206,220,231,1) 0%, rgba(89,106,114,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(206,220,231,1)), color-stop(100%,rgba(89,106,114,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=0 ); /* IE6-9 */
}
 
.head th {
	padding:10px;
	color:#333;
	text-shadow:1px 1px 0px #CCC;
	font-size:14px;
}
 
.satu {
	background-color:#CECECE;
}
 
.dua {
	background-color:#E0E0E0;
}
 
.satu:hover, .dua:hover {
	background-color:#BADFFE;
	/*font-weight:bold;*/
	cursor:pointer;
}


* {

    box-sizing: border-box;

}



body {
	/*background: linear-gradient(90deg, white, gray);*/
  margin: 0;
 /*background-image : url('images/main_bg.png');
  /*background-color: #bbb;*/
  /*color: #666;*/

}



/* Style the header */

.header {

    background-color: #f1f1f1;

    padding: 20px;

    text-align: center;

}



/* Style the top navigation bar */

.topnav {

    overflow: hidden;

    background-color: #333;

}



/* Style the topnav links */

.topnav a {

    float: left;

    display: block;

    color: #f2f2f2;

    text-align: center;

    padding: 14px 16px;

    text-decoration: none;

}



/* Change color on hover */

.topnav a:hover {

    background-color: #ddd;

    color: black;

}



/* Create three equal columns that floats next to each other */

.column {

    float: left;

    width: 33.33%;

    padding: 15px;

}



/* Clear floats after the columns */

.row:after {

    content: "";

    display: table;

    clear: both;

}



/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */

@media (max-width:600px) {
}

@media only screen and (max-width: 600px) {
	body {
		/*background-image : url('images/Xiaomi.jpg');
	}
	.column {
		width: 100%;
	}
}


