.showdot{
  list-style-type: disc;
  font-size: 2rem;
  color: #ffce3b;
}

.button-pass{
  color: #008D36 !important;
  background-color: #ffffff !important;
  border-color: green !important;
}

.zoom:hover {
  transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.link_format{
  color: #007bff;
  text-decoration: underline;
}

li {list-style-position: inside; }


@media (min-width: 1300px) {
    .div-promo-cust-width{
		max-width: 45%;
	}
}

@media (min-width: 1800px) {
    .div-promo-cust-width{
		max-width: 45%;
	}
}

@media (min-width: 2100px) {
    .div-promo-cust-width{
		max-width: 40%;
	}
}