.h1Class {
    margin-top:-20px;
	margin-bottom:20px;
    padding: 0px 10px; 
    font: bold 2em Arial, Sans-Serif; 
    padding: 16px 0 0 8px; 
    color: #46574D; 
    font-size: 22px;
}

.data-review-link {
    display: flex; 
    justify-content: flex-end; 
    margin-right: 1em;
    color: blue;
    text-decoration: underline;
    cursor: pointer; 
	text-align: right;
}

.continueButton {
    text-overflow: ellipsis;
    white-space: nowrap; 
    line-height: 1; 
    cursor: pointer; 
    padding: 0.7em 1.2em; 
    border: none; 
    appearance: none; 
    text-decoration: none; 
    flex: 0 0 auto; 
    text-align: center; 
    font-size: 16px; 
    font-weight: normal; 
    color: rgb(255, 255, 255); 
    background: rgb(20, 116, 191); 
    font-style: normal; 
    border-radius: 6px; 
    visibility: visible; 
    outline: none;
    position: relative;
    right: 0%;
}

.continueButtonDiv {
    display: flex; 
    justify-content: space-between; 
    align-items: baseline; 
    flex-shrink: 0; 
    padding-left: 10px; 
    padding-right: 10px; 
	padding-top: 10px; 
}

.reviewScreenLabel {
	font-weight: bold;
	font-size: 16px;
	color: #a82200;
}
.hrBar {
	font: 13px sans-serif;
	font-weight: normal;
}




