
#login { background-image:url("nhs1.jpg"); background-repeat:no-repeat;background-size:cover; 
	min-height:450px; border:1px solid #000; border-radius:10px; padding:10px; margin:15px; }
input { margin: 5px; }
th { text-align:left; padding:5px 50px 5px 0px; border-bottom:1px solid #000;}
td { padding-right:15px; }
#level_one_div { max-width:950px; background-image: linear-gradient(to bottom right, #cce6ff, white);}
.update input[type="text"] { width:350px; }
.msg { margin:3px; padding:5px; color:red; font:10pt courier; background:#f2f2f2; border-radius:5px; border:1px solid white;}
.msg1 { margin:3px; padding:5px; color:red; font:10pt courier; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.topnav {
  overflow: hidden;
  /* background-color: #333; */
  border-bottom:1px solid #777;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  color: #000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  background-color:#F4F3F4 ;
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  background-color:#F4F3F4 ;
  color: #000;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 780px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  .topnav a { color:#FFF;}
}

@media screen and (max-width: 780px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    color:#FFF:
  }
}
