@charset "utf-8";

body {
	margin: 0;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 400;
	font-size: 1em;
	padding:0px;
}

.w3-container.w3-center {
}


table, td, th {  
  border: 1px solid #ddd;
  text-align: left;
}

table {
  border-collapse: collapse;
  width: 25%;
}

th, td {
  padding: 15px;
}

.fa-bars:hover {
color: #FF0000;
	}


a:link {
    color: #9B9A9A;
    text-decoration: none;
}
a:visited {
    color: #9B9A9A;
    text-decoration: none;
}
a:hover {
    color: #FF0000;
    text-decoration: none;
}
a:active {
    text-decoration: none;
}

/* Set the size of the div element that contains the map */
#map {
  height: 400px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
}
