body {
  margin:50px 0px; padding:0px;
  text-align:center;
}
table{
  margin-left:auto;
  margin-right:auto;
}
form {
  border: 3px solid #f1f1f1;
  margin-left:auto;
  margin-right:auto;
  display: inline-block;
  }
input[type=text], input[type=password] 
{
  padding: 6px 10px;
  margin: 8px 0px;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
button
{
  width: 100px;
  background-color: #303030;
  margin-left:auto;
  margin-right:auto;
  height: 30px;
  margin-top: 2px;
  margin-bottom: 6px;
}
.container{
  background-color: grey;
  text-align: center;
  width: 100%;
  padding: 10px -10px;
}
.imgcontainer{
  background-color: grey;
  padding: 20px;
}
.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbox {
  background-color: rgb(255, 255, 255);
  color: black;
  padding: 3px;
  font-size: 36px;
  border: none;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #3e8e41;
}

/* The search field */
#myInput {
  box-sizing: border-box;
  /*background-image: url('searchicon.png');*/
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 45px;
  border: none;
  border-bottom: 1px solid #ddd;
}

/* The search field when it gets focus/clicked on */
#myInput:focus {outline: 3px solid #ddd;}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  max-height: 400px;
  min-width: 100px;
  background-color: rgb(200, 200, 200);
  border: 1px solid #ddd;
  z-index: 1;
  overflow:scroll;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}
div.dash
{
  position: sticky;
  position: -webkit-sticky;
  top:0;
  width: 100%;
  height: 70px;
  background-color: grey;
  text-align: left;
  padding: 5px 5px 5px 5px;
  border: 4px solid #333333;
  z-index: 5;
  margin: -10px -10px 0px -10px
}
.button
{
  font: bold 20px Arial;
  text-decoration: none;
  background-color: #666688;
  color: #333333;
  padding: 5px 10px 5px 10px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  border-bottom: 3px solid #333333;
  border-left: 3px solid #333333;
  display: inline-block;
  text-align:center;
  margin: 0px 3px
}
.search
{
  font: bold 30px Arial;
}
.tab 
{ 
  margin-left: 40px; 
}