html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 22px;
}




.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  text-align: center;
  height: 22px;
  background-color: #f5f5f5;
}

.footer a {
    font-size: 90%;
    color: #000;
}

.my-legend {
  max-width: 230px;;
    margin-left: auto;
    margin-right: auto;
    border-color: black;
    border-width: 5px;
  }

  .my-legend .legend-title {
    text-align: center;
    margin-bottom: 2px;
    /*font-weight: bold;*/
    font-size: 90%;
    }
    
  .my-legend .legend-scale ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    }
    
  .my-legend .legend-scale_5 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    }

  .my-legend .legend-scale ul li {
    display: block;
    float: left;
    width: 23px;
    margin-bottom: 6px;
    text-align: center;
    font-size: 80%;
    list-style: none;
    }
    
  .my-legend .legend-scale_5 ul li {
    display: block;
    float: left;
    width: 46px;
    margin-bottom: 6px;
    text-align: center;
    font-size: 70%;
    list-style: none;
    }

  .my-legend ul.legend-labels li span {
    display: block;
    float: left;
    height: 15px;
    width: 23px;
    }

  .my-legend ul.legend-labels_5 li span {
    display: block;
    float: left;
    height: 15px;
    width: 46px;
    }
    
  .my-legend .legend-source {
    font-size: 70%;
    color: #999;
    clear: both;
    }
    
  .my-legend a {
    color: #777;
    }

.jumbotron {
    padding: 20px;
}

.thumbnail img {
    width: 100%;
}

.thumbnail {
    padding: 0;
}

.thumbnail .caption-full {
    padding: 9px;
}

.form-help {
    width: 100%;
    margin-top: .50rem;
    font-size: 85%;
    color: #dc3545;
    /*color: #337ab7;*/
}

.delete-form {
    display: inline;
}

.navbar-fixed-bottom{
 font-size: 90%;
 text-align: center;
}

.dropdown{
    display: inline;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

/* Google Maps */
#map {
    height: 400px;
    width: 100%;
}

.gamebutton {
  border: none;
  background: none;
  text-transform: uppercase;
  height: 100%;
  font-weight: 700;
  color: steelblue;
  letter-spacing: 1px;
  font-size: inherit;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  outline: none;
}

.gamemessage {
  border: none;
  background: none;
  text-transform: uppercase;
  height: 100%;
  font-weight: 700;
  color: steelblue;
  letter-spacing: 1px;
  font-size: inherit;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  outline: none;
}

.gamebutton:hover {
  color: white;
  background: steelblue;
}

.gamesquare {
  width: 8%;
  background: #D0D0D0;
  padding-bottom: 8%;
  float: left;
  margin: 1%;
  border-radius: 15%;
  transition: background 0.6s;
  -webkit-transition: background 0.6s;
  -moz-transition: background 0.6s;
}

.gamesquarecolor {
  width: 14%;
  background: #D0D0D0;
  padding-bottom: 14%;
  float: left;
  margin: 1.3%;
  border-radius: 15%;
  transition: background 0.6s;
  -webkit-transition: background 0.6s;
  -moz-transition: background 0.6s;
}

#gamepage {
  text-align: center;
  line-height: 1.1;
  font-weight: normal;
  color: white;
  background: steelblue;
  margin: 0;
  padding: 20px 0;
}

#typeDisplay {
  font-size: 140%;
}

#myAnswer {
  font-size: 140%;
  width: 150px;
  color: white;
  background: steelblue;
}

#message {
  display: inline-block;
  width: 300px;
}

#stripe {
  background: white;
  height: 30px;
  text-align: center;
  color: black;
}

#stripetop {
  padding: 2px;
  background: white;
  height: 30px;
  text-align: center;
  color: black;
}

#digitspace{
  display: inline-block;
  width: 20%;
  
}




.square {
  	margin:0 auto;
  	text-align: center;
  	/*width: 1200px;*/
  	height: 600px;
  	border: solid black 1px;
  	padding: 2px;
}

.chartWrapper {
    position: relative;
     /*border: solid yellow 1px;*/
  	/*padding: 2px;*/
}

.chartWrapper > canvas {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events:none;
    /*border: solid red 1px;*/
}
        
.chartAreaWrapper {
    overflow-x: scroll;
    position: relative;
    width: 100%;
    /*border: solid blue 1px;*/
}

.chart2AreaWrapper {
    overflow-x: scroll;
    position: relative;
    width: 100%;
    /*border: solid blue 1px;*/
}

.chart3AreaWrapper {
    overflow-x: scroll;
    position: relative;
    width: 100%;
    /*border: solid blue 1px;*/
}

.chartAreaWrapper2 {
    position: relative;
    height: 400px;
    /*border: solid green 1px;*/
}

/*#myChart3Axis {*/
/*    border: solid black 1px;*/
/*}*/

#container_map {
    position: relative;
    height: 600px;
    /*border: solid green 1px;*/
}

/*
.image_effect img {
  filter: grayscale(50%); 
}

.image_effect img:hover {
  filter: grayscale(0); 
}

*/

.image_effect H4 {
    margin-top: 2px;
    margin-bottom: 2px;
}

.image_effect p {
    margin-top: 2px;
    margin-bottom: 2px;
}

.image_effect span {
    margin-top: 2px;
    margin-bottom: 4px;
}

