/* Map View */
        
        #map_canvas { height: 450px; width:450px; border: solid thin black; }
        
        
/* Directions */
        #directions {
          float: none;
          width: 99% !important;
        }
/* Hours table */
  #hours{
  	border-width: 1px;
	border-spacing: ;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}
#hours td,th {
	border-width: 1px;
	padding: 1px;
	border-style: double;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
  
/* Addresses */
        
        #addresses { color: white; }
        
            .address-panel {
              -moz-border-radius: 10px;
              -webkit-border-radius: 10px;
              
              background-color: #e8000d;
              
              overflow: auto;
              
              margin: 0 auto;
              margin-bottom: 10px;
              padding: 10px;
              width: 90%;
            }
                .address-panel>form>div {
                  margin-bottom: 10px;
                }
            
                  .address-form-column {
                    float: left;
                  }
                
                    .address-panel label {
                      display: block;
                    }
                    .address-panel input { margin-left: 5px; }
                      .address-panel #street { width: 95%; }
                      .address-panel .button { text-align: right; padding-top: 15px; clear: both; }
