/* Styling the pop-up table */

/* TABLE */

body {
	font: 13px/1.231 arial, helvetica, clean, sans-serif;
}

a {
	color: #5f5844;
	border-bottom-color: #c1c1b3;
}

p {
	padding: 3px 7px;
}
	
.popup-table {
	width: 100%;
}

.popup-table tr.row-section td, .popup-table tr.row-section th {
	border-top: 5px solid #c1c1b3 !important;
}
.popup-table th {
	text-align: left;
	background: #e8e8e8;
	padding: 5px 7px 4px 7px;
	font-weight: 700;
	color: #5f5844;
	font-size: 93%;
	border-bottom: 1px dotted #c1c1b3;
}
.popup-table tbody td {
	border-bottom: 1px dotted #c1c1b3;
	margin: 0 0 3px 0;
	padding: 2px 7px 2px 7px;
	line-height: 1em;
	font-size: 93%;
	border-right: 1px dotted #c1c1b3;
	color: #5f5844;
}


.leaflet-controls-layers-collapse {
	font: 16px/14px Tahoma, Verdana, sans-serif;
    text-align: center;
    font-weight: bold;
	width: 18px;
	height: 14px;	
    float:right;
	}