.map{       
    height:450px    
}    
.modalMap{        
    padding-right:500px;        
    display: none; /* Hidden by default */       
    position: fixed; /* Stay in place */        
    z-index: 1; /* Sit on top */       
    left: 0;        
    top: 0;        
    width: 100%; /* Full width */       
    height: 100%; /* Full height */        
    overflow: auto; /* Enable scroll if needed */        
    background-color: rgb(0,0,0); /* Fallback color */       
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */   
}    


/****** MAP MODAL ******/
.mapmodal-container {
  padding: 25px 25px 0 25px;
  width: 100% !important;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-family: roboto;
  position:relative;
}

#h11 {        
    color: #000;        
    font-weight:bold;        
    font-size:26px;    
}    
.divBackgroundList {        
    background-color: rgb(216,216,216);   
}    
.aDivPhoneNumber {        
    color: white;        
    text-decoration: none;    
}
.list-group-horizontal .list-group-item {
    display: inline-block;
    border:0
}

.col-centered{
    float: none;
    margin: 0 auto;
}
.list-group2{
	padding-left:0;
	margin-bottom:0px
}
#scrollbar2 { width: 100%; margin: 20px 0 10px; }
