
/* 2-column grid */
.leaflet-popup {
	//	width: 300px !important;
}
/*
.2col-column {
float: left;
padding: 10px;
}
.2col-left {
width: 120px !important;
}
.2col-right {
width: 65% !important;
background-color: #ddd;
}
*/
/* Clear floats after the columns */
/*
.2col-row:after {
content: "";
display: table;
clear: both;
}
*/
/* end 2-column grid */

span.checked {
	font-size: 20px;
	color: green;
}
span.unchecked {
	font-size: 20px;
	color: red;
}
ul.no-bullets {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.avatar {
	width: 100px;
	height: 100px;
}

.send-msg {
    border-width: 2px;
    border-style: outset;
	
}
.center-btn {
	text-align: center;
}

/* Bop mods on leaflet.css below */	

.leaflet-container a.leaflet-popup-close-button {
	right: 3%;
	font: 32px / 40px Tahoma, Verdana, sans-serif;
	color: #ff0000;
}
