.ConUndrPrmDiv {
 float:left;
 position:relative;
 background-color:transparent;
 border:0px solid DarkBlue;
 width:100%;
 height:1000px;
 }

.ConUndrBody {
 width:100%;
 height:100%;
 max-width:900px;
 overflow:scroll;
 }

.ConDivWrpr {
 position:relative;
 float:left;
 clear:left;
 border:.50px solid Red;
 width:100%;
 height:85%;
 top:0%;
 }

.ConImage {
 position:relative;
 float:left;
 width:65%;
 left:0;
 margin-right:0;
 padding-right:0;
 }

.ConUndrVerb {
  top: 0px;
  position: absolute;
  background-color: Gainsboro;
  border: .50px solid Gray;
  float: left;
  left: 65%;
  width: 36%;
  height: 100%
  margin-left: 0;
  padding-left: 0;
  overflow: hidden;
 }

.Construct {
 text-align:left;
 text-indent:0;
 color:Blue;
 padding-left:10px;
 overflow:hidden;
 }
