html {
//padding-bottom: 0px;
}

body {
//padding-bottom: 20px;
}

.jumbotron {
background-color: #ddeeff;
padding: 10px;
margin: 0px;
}

.jumbotron h1 {
padding-bottom: 5px;
margin: 1px;
}

.jumbotron h2 {
margin-top: 5px;
margin-bottom: 1px;
padding: 0px;
}

.jumbotron p {
padding: 3px 0px;
margin: 0px;
font-weight:400;
font-size:16px;
}

.container {
//margin: 2px;
min-height: 100vh;
}

::placeholder {
font-size: 75%;
color: black;
}

td p {
margin: 3px 0px;
}

textarea {
  width: 100%;
  height: 25px;
  padding: 0px;
  margin: 0px;
  #background-color: #000000;
  resize: none;
}

#bdyfoot {
background-color: #ddeeff;
padding: 10px;
margin: 0px;
}

button.btnq {
  background-color: #f80;
  border: none;
  color: white;
  padding: 4px;
  text-align: center;
  text-decoration: none;
  line-height: 50%;
  font-weight:700;
  font-size: 14px;
  margin: 0px;
  border-radius: 20px;
}

button.btnqb {
  background-color: #f80;
  border: none;
  color: white;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  line-height: 50%;
  font-weight:700;
  font-size: 24px;
  margin: 0px;
  border-radius: 40px;
}

input[type=submit], button, select, .ba {
  background-color: #89a;
  border: none;
  color: white;
  padding: 7px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-weight:700;
  font-size: 16px;
  margin: 7px 0px;
  border-radius: 5px;
}

 .ba:visited, .ba:hover {
  text-decoration: none;
  color: white;
}

table {
padding: 0px;
margin: 0px;
}

td {
padding: 0px 4px;
}

hr {
  margin-top: 0px;
  margin-bottom: 0px;
  border-top: 2px solid #555;
}

footer {
  position: sticky;
  //position: absolute;
  bottom: 0;
  //left: 0;
  width: 100%;
  background-color: #ddeeff;
  padding: 10px;
  //margin: 0px;
  text-align: center;
}