/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
 .num_tiles {
  width:30px;
  height: 30px;
  background-color: transparent;
  color: #000;
  font-size: 8vh;
  text-align: center;
  padding: 5px;
  font-family: poppins;
  vertical-align: center;
	 letter-spacing:-2px;
}

@media only screen and (max-width: 900px) {
  .num_tiles {
    letter-spacing: -8px;
  }
}


