<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.results {
border:solid black 1px;
border-radius:3px;
}	    

#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: blue;
  color: white;
}

.container {
  position: relative;
  text-align: center;
  animation: fill 1s;
  animation-iteration-count: infinite;
}

.contain {
  position: relative;
  text-align: center;
  opacity:0.9;
}

.centered {
  position: absolute;
  top: 15%;
  left: 50%;
  color: red;
  background:#FFD700;
  border:solid blue 2px;
  border-radius:50%;
  font-weight:600;
  font-size:10px;
  padding-top:2px;
  padding-bottom:2px;
  padding-left:6px;
  padding-right:6px;
 }
 
 .space {
margin-top:10px; 
margin-bottom:10px; 
 } 
 
 .overlaypage {
top: 0px;
opacity: .5;
background: black;
position: absolute;
height: 100%;
width: 100%;
pointer-events: visible;
display: block;
z-index: 1001;
}</pre></body></html>