/*
 * Copyright (c) RR Donnelley. All Rights Reserved.
 *
 * This software is the confidential and proprietary information of RR Donnelley.
 * You shall not disclose such confidential information.
 * 
 *    Revisions: 
 *    Date			Modified By			Issue #		Description
 *    --------		-----------			----------	-----------------------------------------------------------
 *    06/15/2022    E Anderson          CAP-34364   Content Security Policy changes.
*/
.outlineNone {
	outline: none;
}

.welcomeTextFontWeight {
	font-weight: 400;
}

.paddingBottom2px {
	padding-bottom: 2px;
}

.fontSize14px {
	font-size: 14px;
}

.displayBlock {
	display: block
}

.displayNone {
	display: none
}

.fontSize16px {
	font-size: 16px;
}
