h1 { font-family: sans-serif; font-size: 34px; font-weight: 300; line-height: 40px; margin: 0 0 16px; }

h2 { font-family: sans-serif; font-size: 24px; font-weight: 300; line-height: 32px; margin: 0 0 14px; }

h3 { font-family: sans-serif; font-size: 20px; font-weight: 300; line-height: 28px; margin: 0 0 14px; }

p { font-family: sans-serif; font-size: 15px; font-weight: 400; line-height: 24px; margin: 0 0 14px; }

		
.gmap {margin: 5px;
	border: thin solid black;
    border-radius: 5px;
	}

.mapControls {margin: 5px;
	border: thin solid black;
    border-radius: 5px;
	padding: 10px;
	}

	
	
.leaflet-popup-content{
	background-color: #EEEEEE;
	font-size: small !important;
	}

		
table.zebra_tab {
    border-collapse: collapse;
}
table.zebra_tab tr:nth-child(2n+1) {
    background: none repeat scroll 0 0 white;
    border: 1px solid black;
    padding: 2px;
}
table.zebra_tab tr:nth-child(2n) {
    background: none repeat scroll 0 0 #DDDDDD;
    border: 1px solid black;
    padding: 2px;
}

table.zebra_tab td {
    border: 1px solid black;
}

table.zebra_tab td.numeric {
	text-align: right;
    border: 1px solid black;
}
table.zebra_tab th {
    background: none repeat scroll 0 0 #CCCCCC;
    border: 1px solid black;
    padding: 2px;
}
table.zebra_tab th.alt_style {
    background: none repeat scroll 0 50% white;
    border: 1px solid black;
    padding: 2px;
}
		
		