body {
  font-family: Verdana, Geneva, sans-serif !important;
  width: 100%;
  height: 100%;
  background-image: url("resources/semi1.png");
  background-repeat: repeat;
  background-size: cover;
  padding: 0;
  margin:0;
}

h1 {
  text-decoration:underline;
}

header {
  padding-left: 20px;
  width: 100%;
  box-shadow: 5px 6px 14px -1px rgba(0,0,0,0.79);
  height: 50px;
  background-color: rgba(255,255,255,0.5);
}

.q {
  height: 50px;
  font-size: 150%;
  border-radius: 5px;
  border: none;
  background-color: rgba(255,255,255,0.5);
  box-shadow: 3px 5px 14px -1px rgba(0,0,0,0.53);
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px;
  text-indent: 10px;
  width: 300px;
  text-decoration:  none;
  color: black;
  font-weight: normal;
  cursor: pointer;
}

table {
  margin-left: auto;
  margin-right: auto;
  border-collapse: separate;
  margin-top: 50px;
  width: 80%;
  height: 50%;
}

th {
  height: 100px;
  border-left: solid 50px transparent;
  border-right: solid 50px transparent;
}


#o {
  width: 650px;
  margin-top: 5%;
  height: 50px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 200%;
  border-radius: 5px;
  border: none;
  background-color: rgba(255,255,255,0.5);
  box-shadow: 3px 5px 14px -1px rgba(0,0,0,0.53);
  margin-bottom: 20px;
  padding: 5px;
  text-indent: 10px;
}

#help {
  position: absolute;
  right: 50px;
  top: 75px;
  background-color: rgba(255,255,255,0.5);
  border-radius:15px;
  height: 30px;
  width: 30px;
  border-style: none;
  box-shadow: 3px 5px 14px -1px rgba(0,0,0,0.53);
  cursor: pointer;
  z-index: 2;
  padding: 0;
}

.m{
  font-size: 100%;
  height: 30px;
}

#p{
  margin:0;
  padding: 0;
  position: absolute;
  bottom: -10px;
  right: 20px;
}

#p input {
  font-size: 65%;
  width: 100px;
}
