#map { 
	height: 600px; 
}
#nmap { 
	height: 400px; 
}
.m-wrap {
    min-width: 100px;
}	
.m-title {
    color: #39b061;
    font-size: 16px;
    font-weight: 600;
}
.m-body {
    font-size: 14px;
    margin: 10px 0;
}
.m-body i {
    color: #39b061;
}
.m-gmap {
    text-align: right;
    margin-top: -21px;
    font-size: 22px;
}
.m-gmap a {
    color: #f3893a !important;
}
div#map-search form>* {
    display: block;
    width: 100%;
    margin: 10px 0px;
}
div#map-search form {
    margin-right: 10px;
}
div#map-search form > input {
    border-radius: 5px;
}
div#map-search form > label {
    font-weight: 600;
    font-size: 20px;
}
div#map-search form > button {
    background: #f3893a;
}
div#map-sites {
    margin-top: 16px;
    max-height: 435px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-right: 10px;
}
.msite {
    border-top: 1px solid #e5e5e5;
    padding: 5px;
    cursor: pointer;
}
.msite .mname {
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 6px;
}
.msite .maddress,
.msite .mphone,
.msite .memail,
.msite .mrating {
    font-size: 14px;
}
.msite .mdirect a {
    font-size: 14px;
    text-decoration: underline;
}
.msite .maddress {
    line-height: 16px;
}