.title { margin-top:0px; margin-bottom:24px; font-size:115%; color:#005000; font-weight: bold;} 

#progpropertiestable { margin-left:-5px; margin-bottom:24px; border-collapse:collapse;}
#progpropertiestable td { padding: 2px 6px; }
#progpropertiestable tr:hover { background:#eeeeee; }

#vendormenu { width:120px; padding:0px; margin-top:8px; margin-right:24px; white-space:nowrap; float: left; } 
#vendormenu div { padding: 4px 0px 4px 0px }
#vendorcontent { float: left; padding-left: 24px; padding-top: 12px;  border-left: 1px solid gray; width: calc(100% - 180px); }

#hamburger { display: none; position: relative; top: 6px; margin-right: 6px; }
@media all and (max-width: 520px) {
	#hamburger { display: inline; }
	#vendormenu { display: none; float:left; z-index: 5; position: absolute; left:8px; margin-top:42px; width:146px; background: #fefeff; border:1px solid gray;}
	#vendormenu div { padding-left:6px; border:1px solid gray; background: #eeeeee; }
	#vendormenu div:hover { background: #dedeee; }
	#vendorcontent { width:100%; padding-left: 0px; padding-top: 12px;  border-left: none; }
}