#block-seabed-isa-system-main {
  display:none;
}

.view-member-states table {
  width:100%;
}

.view-member-states tbody tr:nth-child(odd) {
  background: #f2f2f2;
}

.view-header li {
  display:inline;
  padding:10px;
  margin:5px;
  border:solid 1px #cccccc;
}

table tr td:nth-child(1), table tr th:nth-child(1) {
  max-width:300px;
  padding-left:1em;
}

.rg-map div {
  position:absolute;
  background:rgba(255,255,255,.8);
  font-weight:bold;
  border:solid 1px #cccccc;
  padding:8px;
}





	#map_wrap {
		width:900px;
		height:450px;
		overflow: hidden;
		background:white;
		position:relative;
	}

	#mapselector {
		width:300px;
		height:450px;
		overflow-y: auto;
		overflow-x: hidden;
		font-family: Arial, Helvetica, sans-serif;
		scroll-behavior:smooth;
	}

	#mapselector>ul {
		margin-top:0px;
		padding-left:0px;
	}

	#mapselector>ul li {
		border-left:solid 15px black;
		border-top:solid 2px;
		border-bottom:solid 2px;
		padding-left:10px;
		list-style:none;
		background:#f2f2f2;
	}

	#mapselector>ul li div {
		display:none;
		margin-bottom:5px;
	}

	#mapselector>ul li div p {
		margin:0;
		font-size:9.5pt;
	}

	#mapselector h3 {
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top: 4px;
		padding-bottom: 2px;
	}

	#mapselector li:hover {
		background:white;
	}

	#pan_controls {
		position:absolute;
		left: 20px;
		top:60px;
		transform:scale(0.6);
	}

	#pan_controls button {
		position:absolute;
		fill:#333333;
	}

	#pan_controls button:hover {
		position:absolute;
		fill:#cccccc;
	}

	#pan_up_button {
		top:-25px;
		left:20px;
	}

	#pan_down_button {
		top:25px;
		left:20px;
	}

	#pan_right_button {
		top:0px;
		left:40px;
	}

	.permanent-mission {
		background:white;
		padding:5px;
		display:none;
	}

	.permanent-mission h3 {
		font-size: 12px;
	}

	.permanent-mission .indented {
		padding-left:10px;
	}

@media only screen and (max-width: 1023px) {
	#map_wrap {
               display:none;
         }

        #zoomin, #zoomout {
               display:none;
         }
}



