#content-1 {
	height:390px;
}

#content-1 #instructionsCol{
	width:256px;
}

#content-1 #instructions{
	height:391px;
}

#content-1 #entropyPanel, #content-1 #boilingPressurePanel, #content-1 #workingTemeraturePanel{
	height:90px;
}

#content-1 #contentCol{
	width:617px;
}

#content-1 #pressureHolder{
	width:355px;
	height:75px;
	margin-left:0px; /*over-ride column margin*/
}

#content-1 #pressureUnitPanel{
	width:247px;
	height:75px;
}
#content-1 select, #content-1 input{
	width:100px;
	height:15px;
	display: inline;
}

#content-1 #contentCol .panel{
    display: flex;
    align-items: center;
	column-gap: 10px;
}