/* Style the counter cards */
.cardlis {
	margin-top:25px;
	margin-left:25px;
	width:100%;
	height:60%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 4px;
  text-align: center;
  font-size:15px;
  color: white;
  position:absoute;
}
