form#nti-form label,
form#nti-form .label { display: inline-block; width: 100px; }

form#nti-form select { width: 315px; }

#chartCanvas { width: 100%; height: 500px; }

#data-access {
    display:        flex;
    flex-wrap:       wrap;
    justify-content: space-between;
}

.btn.selected{
  background-color: #162e51 !important;
  color:            #ffffff !important;
}

@media (min-width: 576px) {
  #fig1,
  #fig3 { margin: 0   0 1em 1em; float: right;  }

  #fig2 { margin: 0 1em 1em   0; float: left; }

  #fig1,
  #fig2,
  #fig3 { width:300px; }
}

#fig4 img { max-width: 676px; }