body {
  background: #dddddd;
  color: black;
  height: 100%;
}

html {
  height: 100%;
}

@media (max-width: 767px) {
  .container {
    padding-bottom: 240px;
  }
}

h1 {
  font-size: 60px;
}

/*h2, h3 {*/
/*font-family: 'Return-To-Sender',apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;*/
/*}*/

#map {
  height: 100%;
}

#alerts .alert {
  margin-bottom: 0;
}

.markerlabel {
  /* -webkit-text-stroke: 1px white; */
   color: black;
   text-shadow:
   -1px -1px 0 #fff,  
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
     1px 1px 0 #fff;
}

.capture-image {
  height: 50vh;
  margin: auto;
  display: block;
}

#score-table td {
  text-align: center;
}