﻿   /*
      Module 7
	  Final Web Design Project
	  
      ASK Computer Solutions Website Project
      Author: Allan A. Seals III
	  Class: IT-270
      Date:   August 30, 2015

      Filename:         hoursStyles.css
      Supporting files: hours.html, styles.css, index.html

   */
   
/* Apply some style such as my standard shadow, and rounded corners to the googleMap  */   
#googleMap{
	text-align: center;
	display: block;
	margin: 15px 10px 5px 10px;
	padding: 15px;
	border-radius:24px;	 									/* rounds the corners */
	box-shadow: rgba(110, 110, 115,.6) 8px 8px 10px; 		/* color RGB() offset right   offset down  amount of blur*/

}