/* Discrete, reusable UI elements. */
.ukstyle-text-shadow-light	{
	text-shadow: 2px 2px 4px black;
}

.ukstyle-background-opacity-light::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	content: '';
	background-color: rgba(0,0,0,0.5);
}

.uk-card .uk-overlay-primary {
    background: rgba(34,34,34,.5);
}

@media only screen and (max-width: 767px) {
	.priority-low {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
	.priority-medium {
    display: none;
  }
}
