/* styles for home page */
#home h1 {        
    padding: 10px 0px;
color:white;
    text-transform: none;   
    background-color: transparent;
    font-weight: 600; 
}
#home fw400 {
    font-weight: 400;
}
#home .about-container {
    border-left: black double 2px;
    border-right: black double 2px;
    border-bottom: black double 2px;        
}
#home .about-data-title {
    background-color: #53734b;
}
#home .about-data-body {
    background-color: #53734b;
    
}
#home .about-data-body a {
    color: #cccccc;
    
}
/* override nefin.css .card*/
#home .card {
  box-sizing: border-box;
  box-shadow: none;
  border: 10px solid lightgray;
  border-radius: 4px;
  padding: 1em;
  line-height: 25px;
  margin-right: 0px;
  margin: 10px 5px;
  display: inline-block;
  width: auto;
  height: 160px;
}
/*small screen needed taller card*/
@media (max-width: 768px) {
  .state_card {
      height: auto !important;
  }
} 

#home .card.bar {
  height: 200px;
}
#home .card.gray {
  background: linear-gradient(180deg, #fff, #41719c 100%);
}
#home .btn {
    margin: 5px;
    color: black;
    background-color: #e0efcb;
    font-weight: 900;
}
#home ul {
    padding-left: 0em;
}
#home li {
    text-align: left;
    font-size: medium;
    font-weight: bold;
}
/* below currently not in use - changed to buttons */
#home .statelist {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: rgba(56,87,35,.75);
}
#home .statelist li a {
  display: block;
  color: white;
  text-align: center;
  padding: 4px 16px;
  text-decoration: none;
  border:1px solid white;
}
#home .statelist li a:hover {
  background-color: #111111;

}
#home .statelist li.active {
  background-color: #111111;

}
#home .statelist li {
  float: left;
}
/* for highcharts - verbatim from online example; all may not be needed*/
.highcharts-figure,
.highcharts-data-table table {
    min-width: 310px;
    max-width: 800px;
    margin: 1em auto;
}

#container {
    height: 400px;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}
