.row{
	width: 100%;
	position: absolute;
}

.subRow{
	width: 100%;
	position: absolute;
	overflow-y: auto;
	line-height: 16px;
	padding-top:5px;
}

.Primary{
	top:16px;
}

.Secondary{
	top:100px;
}

.Results{
	top:200px;
}
.partWrap{
	width: 100%;
	position: absolute;
	top:0px;
	
}

.infoWrap{
	height: 240px;
}

.infoRow{
	/*width: 100%;*/
	height: 190px;
	border-top: 1px solid #424528;
	padding-left:5px;
}

.infoLeft {
	position: absolute;
	width: 123px;
	left: 20px;
	padding-top:5px;
}

.infoRight {
	position: absolute;
	left: 123px;
	width: 153px;
	padding-top:5px;
}

.missionNarrative{
	/*width: 100%;`*/
	height: 295px;
	overflow-y: auto;
	position: absolute;
	padding:40px;
	z-index: 1000;
}


.pxText {
	font-size: 12px;
	word-spacing: 3px;
	line-height: 20px;
  	text-align: center;
  	/* text-indent: 20px; */
  	margin: 0 auto;
  	padding: 20px;
}



.pxWrap {
	position: relative;
	top: 20px;
	display: flex;
    align-items: center;
    justify-content: center;

}


.pxRow {
	position: relative;
	top: 40px;
	display: flex;
    align-items: left;
    justify-content: left;

}

.pxWrap-Other {
	position: relative;
	top: 20px;
}



.pxLeft {

/* 	position: relative; */
/* 	top: 0px; */
/* 	left: 20px; */
	width: 120px;
/* 	height: 90px; */
 /

	
}

.pxRight {
/* 
	position: absolute;
	top: -200px;
	left: 200px;
	width: 380px;
 */
}
