.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
  }
  
#myTopnav {
   z-index: 999;
}

#pops {
        position: absolute;
        margin: 0 auto;
        top: 15%;
        left: 40%;
        margin-left: -400px;
        margin-top: -300px;
        background-color:#FF0000;
        font-size: 13px;

        width: 500px;
        z-index:999; background-color: #FFFFFF;
        layer-background-color: #FFFFFF; border: 1px none #000000; visibility: visible;
        box-shadow: 5px 5px 5px #ccc;
        border: 1px solid #ccc;
}

@media (max-width:600px){
      #pops {
        max-width:315px;
        top: -350px !important;
      }
}


@media (max-width:992px){
       #pops {
              position: absolute;
              margin: 0 auto;
              top: 20%;
              left: 0;
              margin-left: 0px;
              margin-top: -300px;

       }
}

.textfield50 {
  font-family: Verdana,Geneva,sans-serif;
  font-size: 12px;
  color: #000000;
  width: 30px;
  height: 25px;
  margin:
2px;
  border:
1px solid #33667c;
  border-radius:
3px;
}

input[type=button], input[type=submit], input[type=reset] {
        background: #fad815;
        padding: 5px;
        padding-right: 10px;
        padding-left: 10px;
        color: #000;
        font-size:14px;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 3px;
        font-weight: bold;
}

.buttonf {
        background: #fad815;
        padding: 5px;
        padding-right: 10px;
        padding-left: 10px;
        color: #000;
        font-size:14px;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 3px;
        font-weight: bold;
        border: 0px;
  

}
.buttonf:hover {
       text-decoration: none;
       background: #e1c215;;
}


table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}

table caption {
  margin: .5em 0 .75em;
}

table tr {
  border: 0px solid #ddd;
  pppadding: .35em;
}

table th,
table td {

}

table th {
  font-size: .85em;
  letter-spacing: .1em;
}

@media screen and (max-width: 480px) {
  .webshoptop {
  width: 250px;
  }
}

@media screen and (max-width: 600px) {
  .topinfo {
  display: none;
  }
  table {
    border: 0;
  }
  table caption {
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 0px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 0px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 0px solid #ddd;
    display: block;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    margin-right:10px;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
  

}



