/*
JavaScript to support the Hutton Waders info page
David Donnelly
James Hutton Institute
Feb. 2019
*/

		html,
		body,
		#mapViewDiv {
		  <!--position: absolute;-->
		  padding: 0;
		  margin: 0;
		  right: 0;
		  height: 70%;
		  width: 100%;
		  /*overflow: hidden;*/
		}
		<!--
		.esri-popup.esri-widget {
		max-height: 100%;
		}
		-->
		.esri-view-width-xlarge .esri-popup__main-container {
		width: 400px;
		}

		.esri-widget__table tr th {
		width: 65%;
		padding-bottom: 4px;
		padding-top: 4px;
		}
		
		.esri-legend__layer-caption {
		padding-bottom: 2px;
		padding-top: 1px;
		}
		
		.esri-legend__service {
		padding-left: 8px;
		padding-right: 8px;
		padding-bottom: 2px;
		padding-top: 1px;
		}
		
		.esri-ui-corner .esri-component.esri-widget--panel{
		width: 250px;
		}
		