
html, body {
  font-family: 'Open Sans', "Helvetica Neue",Arial,"Noto Sans",sans-serif;
  font-size: 16px;
}
html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}
div, p {
  font-size: 1rem;
}
  a, a:visited {
   color: #007bff
  }
  h1 { font-size: 1.3rem;
  line-height: 1.3rem;
  margin: 0;color: #044aa3;}
  #chart_subtitle { font-size: 1.1rem;color: #044aa3;margin-bottom: 1rem; }
  .chart_title, .subtitle, .select, .bookmark { text-align: center; }
  #selectContainer {  width: 200px; margin-left: auto;margin-right: auto; margin-bottom: 1rem;}
  #choice { padding: 3px;}
  #donutChart { height: 450px; margin-bottom: 2rem;  }
  .ss-main .ss-single-selected .placeholder * {
    padding: 3px;
  }
  .ss-main .ss-single-selected {
    height: 40px!important;;
    border: 1px solid #000!important;;
    border-radius: 0px!important;;    color: black;
  }
  .ss-content {
    border: 1px solid #000!important;;
  }
  .bookmark {
    font-size: 0.9rem;    padding: 0.2rem;
  }
  .bb svg {
    font-size: 1rem;
  }
  .bb-legend-item , .bb .bb-button, .bb text{
    font-size: 0.9rem;
  }
  .bb-legend-item, .bb-legend-item text {
    fill: #000;
  }
  .ss-main .ss-single-selected .ss-arrow span {
    border: 0px!important;
  }
  .ss-main .ss-single-selected .ss-arrow span.arrow-up,
  .ss-main .ss-single-selected .ss-arrow span.arrow-down {
    transform: none!important;;
    margin: 0!important;;
  }
  .ss-main .ss-single-selected .ss-arrow span:after {
    display: inline-block;
    margin-left: 0.4px;
    vertical-align: 0.4px;
    content: "";
    border-top: 4.5px solid;
    border-right: 4.5px solid transparent;
    border-bottom: 0;
    border-left: 4.5px solid transparent;
}

#topnav {
  display: none;
  grid-template-columns: 20px 20px 20px 20px auto;
  grid-gap: 24px;
    align-items: center;
    padding-bottom: 2rem;
}
.cf_icon {
  cursor: pointer;
  background: #0b4aa3;
  border-radius: 20px;
  padding: 8px;
  display: inline-table;
  min-width: 20px;
  max-height: 20px;
  text-align: center;
}
.cf_icon img{
  height: 18px;
  filter: invert(1);
}
.cf_logo_cont {
  text-align: right;
}
.cf_logo {
  height: 35px;
}

@media only screen and (max-width: 720px) {
  .cf_logo {
    height: 34px;
  }
  #topnav {
    grid-template-columns: 16px 16px 16px 16px auto;
    grid-gap: 22px;
  }
  .cf_icon {
    padding: 6px;
  }
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 3vh; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 0.3rem;
  width: 80%;
  max-height: 70%;
  overflow: auto;
}
.modal-header {
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  color: #044aa3;
  font-weight: bold;
}
.modal-body {
  padding: 1rem;
}
code {
    white-space: pre-wrap;
}
/* The Close Button */
.close {
  color: #808080;
  float: right;
  font-size: 12px;
  font-weight: bold;
  border: 0px;
  background: white;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
