body {
	margin: auto;
	*font-family: "Poppins", sans-serif;
	font-family: "Lato", sans-serif;
	width:100%;
}

.topnav {
  *width:100%;
  overflow: hidden;
  background-color: #0073aa;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1), 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  margin-top:0px;
  *padding: 0px 3px 3px 3px;	
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 12px 16px;
  text-decoration: none;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

.topnav a:hover{
  *background-color: #ddd;
  *background-color: #0073ad;
  color: black;
}

.topnav a.active {
  background-color: #ddd;
  color: black;
}

.topnav .icon {
  display: none;
}

.main{
	width:auto;
	padding:10px 10px 10px 10px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1), 0 4px 4px 0 rgba(0, 0, 0, 0.1);
	margin:10px;
	border:1px solid #ddd;
	*margin-bottom:35px;
	*padding-bottom:25px;
	overflow-x: auto;
}

.header{
	*position: fixed;
	width: 100%;
}

.footer {
   *position: fixed;
   *left: 0;
   *bottom: 0;
   width: 100%;
   background-color: black;
   color: white;
   text-align: center;
   padding-top:10px;
   font-size:12px;
   height:50px;
}

input[type=text], select, [type=date]{
  *width: 100%;
  padding: 10px 20px;
  margin: 3px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=password], select, [type=date]{
  *width: 100%;
  padding: 10px 20px;
  *padding: 5px 5px;
  margin: 3px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit] {
  *width: 100%;
  color: white;
  padding: 12px 20px;
  margin: 3px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  background-color:#0073aa;
}

.date{
  *width: 100%;
  padding: 8px 20px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.tabel{
  border-collapse: collapse;
  *width: 100%;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1), 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}

.tabel td, .tabel th {
  border: 1px solid #fff;
  padding: 8px;
  text-align: center;
}

.tabel th {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  background-color: #0073aa;
  color: white;
}
.tabel tr:nth-child(even){background-color: #f2f2f2;}
.tabel tr:hover {background-color: #ddd;}

@media screen and (max-width: 1000px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  .table{
	  width:80vw;
  }
}

@media screen and (max-width: 1000px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .table{
	  width:80vw;
  }
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}