.mm_title {
     font-size:15px;
     color:rgb(255,86,22);
     font-weight:bold;
}
.mm_gray_title {
     font-size:13px;
     color:rgb(112,112,112);
     font-weight:bold;
     margin-top:5px;
}
.mm_lay_title{
     font-size:12px;
     color:rgb(0,106,57);
     font-weight:bold; 
     margin-top:15px;
     margin-bottom:5px;
}

.mm_list_orange{
  color:rgb(255,86,22);
  font-weight:bold; 
}
.mm_gray{
   color:rgb(112,112,112);
}
.mm_green{
  color:rgb(85,186,90);
}
.bold{
  font-weight:bold;
}
#mm {
  color:rgb(11,51,60);
  font-family: arial;
}
#mm select,input {
  border-color:rgb(190,190,190);
}
.mm_content a{
  text-decoration:none;
}
.mm_content {
  margin-top:5px;
}
#infowindow {
   color:rgb(112,112,112);
   border-color:rgb(85,186,90);
   border-width:2px;
   border-style:solid;
   display:block;
}

#infowindow table{
   margin-top:5px; 
   margin-left:5px;
   color:rgb(112,112,112);
}

#infowindow table th,tr,td {
   color:rgb(112,112,112);
}

#infowindow hr {
    display:block;
}

#divinfosteps table{
    display:block;
}

.info{
  font-weight:bold;
}
#infowindow .lay_title{
   background-color:rgb(85,186,90);
   color:white;
   display:block;
   font-weight:bold;
}
#infowindow .title{
  color:rgb(255,86,22);
  font-weight:bold; 
}
#infowindow .orange{
  color:rgb(255,86,22);
  font-weight:bold; 
  margin-left:5px;
  margin-top:5px;
}
#infowindow .green{
  color:rgb(85,186,90);
  font-weight:bold; 
  margin-left:5px;
}

#infowindow .outside{
  text-align:center;
}

#infowindow .outside a{
  color:rgb(85,186,90);
  font-weight:bold; 
  margin-left:5px;
}

#infowindow .gray{
  color:rgb(112,112,112);
  font-weight:bold; 
  margin-left:5px;
}

#infowindow hr{
  color:rgb(85,186,90);
  background-color:rgb(85,186,90);    
}
#mm table{
display:block;
}