#content-1 {
	height:437px;
}
#content-1 #instructionsCol{
	width:385px;
}
#content-1 #instructions{
	height:420px;
}
#content-1 #entropyPanel, #content-1 #boilingPressurePanel, #content-1 #workingTemeraturePanel{
	height:80px;
}
#content-1 #contentCol{
	width:765px;
}
#content-1 #pressureHolder{
	width:350px;
	height:75px;
	margin-left:0px; /*over-ride column margin*/
}
#content-1 #pressureUnitPanel{
	width:360px;
	height:75px;
}
#content-1 select, #content-1 input{
	width:100px;
	height:15px;
	display: inline;
}
#content-1 select{
	height: 24px;
}
#content-1 #contentCol .panel{
    display: flex;
    align-items: center;
	column-gap: 10px;
}
#content-1 #pressureUnitPanel input{
	width: 15px;
}
#content-1 select{
    font-size: 12px;
}
#content-1 .tab-content {
    font-size: 12px !important;
}

