body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}

body {
  background-color: #3a3740;
  color: #f9f9f9;
  font-family: Tahoma, Helvetica, 'Trebuchet MS', 'Arial', 'Sans-Serif';
}
#header {
  width: 98%%;
  margin: 10px;
  height: 60px;
}
#header h1 {
  font-size: 50px;
  color: #f5b031;
  float: left;
}

.note {
  float:right;
  font-size: 12px;
  line-height: 1.4em;
}

.note p {
  margin-bottom: 5px;
}

.note a {
  color: #f9f9f9;
  border-bottom: 1px dashed #31A4B5;
  text-decoration: none;
}

.note a:hover {
  text-decoration: none;
  border-bottom:1px solid #31A4B5;
}

div#map_container {
  margin: 10px;
}

div#map {
  border: 2px solid #f9f9f9;
  padding:0;
  margin: 0;
  width: 99%;
  height: 100%;
  background-color: #E8E6E0;
  z-index: 1;
  
}

#ie-note {
  position: absolute;
  background-color: #3a3740;
  padding: 2px;
  top: 5px;
  right: 5px;
  color: red;
  width: 60%;
  font-size: 12px;
}

#ie-note a {
  color: red;
}

@media only screen and (max-device-width: 480px) {
  .note {
    display: none;
  }
  
  #header {
    height: 40px;
    z-index: 0;
  }
}
