*{
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
}
html{
  scroll-behavior: smooth;
  border-top: 5px solid #2596BE;
}
#qr-code{
  position: relative;
  z-index: 1;
	max-width: 320px;
	margin: 10px;
  border: 1px grey solid;
  border-radius: 5px;
  padding: 5px;
  background: white;
  transition: all .2s ease-in-out; 
}
#qr-code:hover{
  box-shadow: 0px 0px 50px grey;
  transform: scale(1.01);
  cursor: pointer;
}
#info{
    cursor: pointer;
}
#content{
  text-align: left;
  height: 40px;
  width: 580px;
  border-radius: 100px;
  outline: none;
  border: 2px solid black;
  background: transparent;
  font-size: 16px;
  padding-left: 30px;
  margin-right: 5px;
}
.lg{margin-top: 0px; position: absolute; top: 10px;}
body{background: #E8F4F8;}
#si{
  position: absolute;
  margin-left: 8px;
  margin-top: 13px;
  color: #666666;
  font-size: 22px;
}
#iTable {
  border-collapse: collapse;
  width: 80%;
  border: 1px solid #ddd;
  font-size: 18px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 80px;
}
#iTable th, #iTable td{
  text-align: left;
  padding: 12px;
}
#iTable tr{
  border-bottom: 1px solid #ddd;
}
#iTable tr.header, #iTable tr:hover{
  background-color: #f1f1f1;
}
a{text-decoration: none; color: #04AA6D}
a:hover{color: #1960d1; cursor: pointer;}
.printS{display: none;}
#pst{font-size: 80px;}