
#map-container 
	  { height: 430px}
	
#edit-pub-map-container 
	  { height: 470px}
	
	#countrymap 
	  { height: 470px}
	
	#editor {
		max-height: 300px;
		height: 120px;
		background-color: white;
		border-collapse: separate;
		border: 1px solid rgb(204, 204, 204);
		padding: 10px;
		box-sizing: content-box;
		-webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
		box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
		border-bottom-left-radius: 3px;
		border-top-left-radius: 3px;
		overflow: scroll;
		outline: none;
		font-size: small;
		font-family: Arial, Helvetica, sans-serif;
	}

.publication-list li {
    border-bottom: 1px solid #ccc; /* Light grey line */
    padding: 8px 0; /* Add some padding above and below the text */
    margin: 0 15px; /* Optional: Add margin to left and right if needed */
}

/* Remove border from the last item to keep the list clean at the end */
.publication-list li:last-child {
    border-bottom: none;
}