
/*/////////////////////////////////////////////////////////////////////////////////////////
// project.css
//
/////////////////////////////////////////////////////////////////////////////////////////*/

#project_world_map_container {
	position: relative;
	resize: both;
	overflow: hidden;
	display:inline-block;
	height: 430px;
	width: 800px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
}

#project_world_map_container::after {
	content: '';
	position: absolute;
	height: 20px;
	width: 20px;
	bottom: 0px;
	right: 0px;
	z-index: 10000;
	pointer-events: none;
	background-image: url("media/resize.icon.svg");
}

#project_world_map {
	margin-top: 3px;
	height: 100%;
}

#project_world_map_message.negmargin {
	margin-top: -6px;
}

#div_project_metadata .tabulator-cell {
	padding: 2px 4px;
}
 
#div_project_metadata.tabulator {
	font-size: 12px;
}
