html, body, #mapMap{
  height: 100%;
  margin: 0;
}

.fonted {
	font-size: 12px;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	text-rendering: auto;
	letter-spacing: normal;
	word-spacing: normal;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
	text-align: right;
}

pre a {
  color: #333 !important; /* blue colors for links too */
  text-decoration: inherit; /* no underline */
}

pre img {
	float: right;
	width: 40px;
}

	
.leaflet-container {
	background: white;
}

.leaflet-control-custom {
	font-size:17px;
	width: 30px;
	height: 30px;
	background-color: white;
}

.fa-reply {
	margin-top:7px;
	margin-left:6px;
	cursor:pointer;
}