<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#countholder .link {
  margin-top: 12px;
}
 
#countholder a{
  display: inline-block;
  font-size: 20px;
  padding: 20px;
  background: #265;
  border-radius: 10px;
  text-decoration: none;
}
 
#countholder a:hover{
  background: #487;
}
 
#countholder{
 font-family: sans-serif;
 float:none;
 font-weight: 100;
 text-align: center;
 font-size: 3.052rem;
 background-color: transparent;
 padding:12px;
 border-radius: 6px;
 margin-bottom:24px;
 line-height: 1;
}
 
 
#countholder &gt; div{
 padding: 4px 10px;
 border-radius: 4px;
 background: transparent;
 display: inline-block;
}
 
#countholder div &gt; span{
 border-radius: 4px;
 background: transparent;
 display: inline-block;
}
 
#countholder .smalltext{
 padding-top: 0;
 font-size: 16px;
}

@media only screen and (min-width: 481px) and (max-width: 960px) {
  /* CSS rules for tablets go here */
  #countholder{
    font-size: 2.441rem;
   }

}

@media only screen and (max-width: 480px) {
  /* CSS rules for mobile go here */
  #countholder{
    font-size: 1.953rem;
   }

  }</pre></body></html>