body {
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 11px;
	margin: 0;
}

#mapcanvas {
    height: 90%;
    margin: 0;
	overflow: visible !important;
	min-height:calc(100% - 25px);
}

#map-container {
    position: relative;
}

#box {
    background: #70be4e; /* Old browsers */
    background: -moz-linear-gradient(top, #70be4e 0%, #508848 67%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #70be4e 0%,#508848 67%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #70be4e 0%,#508848 67%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70be4e', endColorstr='#508848',GradientType=0 ); /* IE6-9 */
    border: 2px solid #fff;
    border-radius: 10px;
    left: 5px;
    padding: 5px;
    position: absolute;
    top: 5px;
    width: 270px;
	/*max-height: calc(100% - 45px);*/
	min-height: 180px;
	z-index: 99999999;
}
#box #header h1{
    color: #184c07;
    font-family: "Roboto Condensed","Roboto",Arial,sans-serif;
    font-size: 1.35em;
    line-height: 1.15em;
    margin: 0.25em 0;
}

#box #header #logo img {
    float: left;
    left: 2px;
    padding-right: 10px;
    position: relative;
    width: 45px;
}

#box #header p{
    color: #fff;
	line-height: 1.25em;
	margin-bottom: 0.5em;
}

#box .highlighted{
    background: #D0E6C7;
    border: 1px solid #579548;
    border-radius: 5px;
    padding: 5px;
    overflow-y: auto;
	/*max-height: calc(100% - 130px);*/
}
#box .highlighted p{
    margin-top: 0;
    color: #000;
}

#box .highlighted .icon{
    vertical-align: middle;
	width: 12px;
}

#box .highlighted #search p{
    line-height: 1.25em;
    margin-bottom: 0.25em;
}

#geocode, .reset-button{
    background: #58ab35; /* Old browsers */
    background: -moz-linear-gradient(top, #58ab35 0%, #174a06 91%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #58ab35 0%,#174a06 91%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #58ab35 0%,#174a06 91%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58ab35', endColorstr='#174a06',GradientType=0 ); /* IE6-9 */
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    padding: 3px 10px;
    text-transform: uppercase;
    cursor: pointer;
    font-family: 'Roboto Condensed','Roboto',Arial,sans-serif;
}
#geocode:focus, #geocode:hover,
.reset-button:focus, .reset-button:hover{
    background: #174a06; /* Old browsers */
    background: -moz-linear-gradient(top, #174a06 0%, #58ab35 91%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #174a06 0%,#58ab35 91%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #174a06 0%,#58ab35 91%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#174a06', endColorstr='#58ab35',GradientType=0 ); /* IE6-9 */
}

#info{
}
#info .good-utility{
    padding: 0 0 5px 15px;
    margin: 5px 0;
    border-bottom: 1px solid green;
}
#info .good-utility	.utility-name{
    margin-left: -15px;
    display: block;
}
#info .good-utility:last-of-type{
    border-bottom: 0;
}

#info .naughty-utilities ul{
    padding: 5px 0 5px 15px;
}
#info ul{
    margin: 0;
    padding: 0 0 0 15px;
    list-style: none;
}
#info ul li{
    margin: 0;
    padding: 0;
    list-style: none;
}
#footer{
    background: #70be4e; /* Old browsers */
    background: -moz-linear-gradient(top, #70be4e 0%, #508848 67%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #70be4e 0%,#508848 67%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #70be4e 0%,#508848 67%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70be4e', endColorstr='#508848',GradientType=0 ); /* IE6-9 */
    color: #fff;
    padding: 3px 10px 6px;
}
#footer p{
    padding: 0;
    margin: 0;
}

#footer p a{
    color: ##0093DD;
}
#footer p a:hover, #footer p a:focus{
    text-decoration: none;
}
