html{          /*   http://mobilesavior.com/certificate/css/certificate.css   Code by Bud Kaye 5-11-22 & 11-9-22 & 3-24-23 & 12-30-24 & 8-2-25   ♥ I Love You Jesus!!! ♥ Praise You Jesus!!! ♥   */    
    background-image: url(../img/stockbkgrnd300px2-23-23.jpeg);
    background-position: center;
    background-attachment: fixed;
    background-repeat: repeat;
    /*background-size: cover;*/
    margin: 0;
    }
    
h1{
    margin: 77px auto 37px;
    text-align: center;
    font-size: 21px;
    color: #000;
    }
    
.get-cert-logo-image{
    text-align: center;
    }    
    
label{
    padding: 4px 3px;
    font-size: 21px;
    color: #fff;
    background: #00ff1047;
    border-radius: 37%;
    }

fieldset{
    width: 98%;
    max-width: 350px;
    margin: auto;
    border-style: dotted;
    background: #090d0a6b;
    color: aqua;
    font-size: 20px;
    }
    
width: 94%;
  max-width: 600px;
  margin: auto;
  padding: 40px 0;
  background-color: rgba(252, 255, 245, 0.9);
  border-top: 7px solid rgb(174, 208, 98);
  border-bottom: 10px ridge rgb(174, 208, 98);
  box-shadow: inset 0px -7px 0px 0px rgba(174, 208, 98, 0.4);
  font: 15px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
    
legend{
    font-weight: 700;
    color: aqua;
    }    
    
img.polar-folks{
    max-width: 233px;
    border-radius: 50%;
    opacity: 0.7;
    }
    
.polar-play-plush{
    max-width: 777px;
    margin: 33px auto 0;
    border: 3px solid #b3b3b3;
    padding: 14px;
    border-radius: 21px;
    font-size: 21px;
    text-align: center;
    box-shadow: 0px 0px 14px 7px #fbfbfb;
    }
    
input[type="submit"]{
    height: 36px;
    background-color: azure;
    border-radius: 4px;
    border: none;
    box-shadow: 0px 1px 4px #00752f;
    font-size: 16px;
    font-weight: 700;
    }
    
#name, #recognition, #your-name{
    width: 98%;
    max-width: 329px;
    height: 30px;
    margin: 0 auto 32px;
    padding-left: 7px;
    background-color: azure;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    box-shadow: 0 3px 7px 0 #777;
    }
    
.instructions{
    line-height: 2;
    color: #fff;
    }
    
.ponum-asterisk{
    color: red;
    }
    
b{
    color: aqua;
    line-height: 2;
    }
        
.ponum-asterisk-instruct{
    font-weight: 900;
    color: #fff;
    }

a:hover{
    background-color: #99f5f5;
    }

.POsearch{
    background-color: aqua;
    width: 100px;
    display: inline-block;
    text-align: center;
    padding: 3px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 18px;
    }

.search-results-output{
    background: rgb(254, 254, 254);
    text-align: center;
    color: #000;
    width: 98%;
    max-width: 400px;
    margin: 10px auto;
    padding: 3px 0;
    font-size: 16px;
    box-shadow: inset 0 0 0px 1px aqua;
    border-radius: 3px;
    }
    
.search-results{
    color: aqua;
    }    
      
  /******  

input[type="text"]{
    width: 130px;
    height: 30px;
    padding-left: 10px;
    font-size: 15px;
    border: none;
    border-radius: 3px;
    box-shadow: inset 0 0 1px 0 #000;
    }       
       
.instructions{
    color: #5a5a5a;    
    }
    
.search-align{
    width: 100%;
    max-width: 280px;
    margin: auto;
    }    
    
.search-results{
    margin: 0 auto 14px;
    text-align: center;
    color: #000;
    }
    
.search-results-output{
    background: rgba(211, 232, 162, 0.3);
    text-align: center;
    margin: 7px auto 0;
    padding: 3px;
    font-size: 14px;
    border: 1px solid #d0d0d0;
    }
    */