  /*
Implementation Skeleton v3 - 12/6/18
Add styles to overwrite customer CSS, USE WITH CAUTION.
*/

.alert span.alert-link {
	display:inline;
}

.container > .section, .container-fluid > .section {
	padding:27px 0;
}

/* ticket 221593 */
ul.dropdown-menu.show{
	transform: translate(50px, 26px) !important;
}
/* ticket 221593 */

/* Ticket 223980 */
.card-body p {
	font-weight: 400 !important; 
}
/* Ticket 223980 */

/* Ticket 234492 */
@media screen and (min-width: 992px) {
	.mobile {
		display: none;
	}
}
@media screen and (max-width: 991px) {
	.mobile {
		display: flex;
	}
	.desktop{
		display: none;
	}
}
/* Ticket 234492 */