/*img {
width: 25%;
height: 25%;
}


h1 {
border-bottom: 1px solid #c0c0c0;
margin-bottom: 10px;
padding-bottom: 10px;
white-space: nowrap;
}
*/
table {
 margin-left: auto;
  margin-right: auto;
}
/*
th, td {
/*border: 1px solid;
}

tr {
/*border: 1px solid;

}

td.detailsColumn {
padding-inline-start: 20em;
text-align: end;
white-space: nowrap;
border: 1px solid;
}*/

/*Elements*/

body{
  background-color: #111016;
  color: #8d8c8e;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}


p{
  font-size: 20px;
}

a,a:visited{
  color:#8d8c8e;
  }

a:hover{
  color:rgb(0, 196, 196);
}

/*Divs*/
/*for most pages*/

.row {
  display: flex;
}

.column {
  flex: 30%;
}


.mdiv{
    text-align: center;
    margin: auto;
    width: 90%;
}

/**/
.madiv{
  margin: auto;
  width: 90%;
}



#footer {
    position: absolute;
    bottom: 0;
    /*height: 2.5rem;*/
}

/*Map*/
#map { height: 80vh; margin:auto; width:100%; }

/*Legend*/

/*Legend specific*/
.legend {
  padding: 6px 8px;
  font: 14px Arial, Helvetica, sans-serif;
  background: white;
  background: rgba(255, 255, 255, 0.8);
  /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);*/
  /*border-radius: 5px;*/
  line-height: 24px;
  color: #555;
}
.legend h4 {
  text-align: center;
  font-size: 16px;
  margin: 2px 12px 8px;
  color: #777;
}

.legend span {
  position: relative;
  bottom: 3px;
}

.legend i {
  width: 18px;
  height: 18px;
  float: left;
  margin: 0 8px 0 0;
  opacity: 0.7;
}

.legend i.icon {
  background-size: 18px;
  background-color: rgba(255, 255, 255, 1);
}
/*end legend*/


#page-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
 padding-bottom: 2.5rem;    /* Footer height */
}

/*for mobile*/
  @media (min-width: 40em) {
}