:root {
	--header-height: 4em;
}

body {
  box-sizing: border-box;
  color: #333;
  font-family: 
    Roboto, 
    -apple-system, 
    BlinkMacSystemFont, 
    "Segoe UI", 
    Oxygen-Sans, 
    Ubuntu, 
    Cantarell, 
    "Helvetica Neue", 
    sans-serif;
  line-height: 1.5;
  margin: 0;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: rgb(0, 80, 160);
}

label {
  display: block;
}

input,
button,
select,
textarea {
	border: 0.0625em solid #ccc;
	border-radius: 0.125em;
	box-sizing: border-box;
	font-family: inherit;
	font-size: inherit;
}

input {
  font-family: 
    "Source Sans Pro Web", 
    "Helvetica Neue", 
    Helvetica, 
    Roboto, 
    Arial, 
    sans-serif;
  font-size: 1.0625em;
}

input:disabled {
  color: #ccc;
}

button {
  background-color: #f4f4f4;
  color: #333;
  outline: none;
}

button:disabled {
  color: #999;
}

button:not(:disabled):active {
  background-color: #ddd;
}

button:focus {
  border-color: #666;
}

label,
select {
  cursor: pointer;
}

/* Style line breaks */
hr {
	background: gray;
	border: 0;
	color: gray;
	height: 0.0625em;
	margin: 0.125em;
	margin-bottom: 0.625em;
}

.text-center {
  text-align: center;
}

.table-title {
  font-size: 1.0625em;
  font-weight: 700;
  margin-bottom: 0.3125em;
  margin-top: 1.875em;
}

/* Put on a parent div for children of class .input-with-label to align them */
.align-inputs {
  display: flex;
  flex-direction: column;
  row-gap: 0.3125em;
}

.input-size {
  display: inline-block;
  height: 2em;
  width: 9.375em;
}

select.input-size {
  width: 12.5em;
}

/* Helper classes for styling inputs and labels consistently */
.usa-button:not([disabled]):focus,
.usa-button:not([disabled]).usa-focus {
  outline-offset: 0;
}

.usa-button-group__item {
  margin: 0;
}

.usa-checkbox__label {
  margin: 0;
  padding: 0;
}

.usa-checkbox__label::before {
  margin: 0;
  padding: 0;
  position: static;
}

.usa-radio__label {
  margin: 0;
}

.usa-label {
  margin-top: 0;
}

.usa-legend {
  font-family: 
    Roboto, 
    -apple-system, 
    BlinkMacSystemFont, 
    "Segoe UI", 
    Oxygen-Sans, 
    Ubuntu, 
    Cantarell, 
    "Helvetica Neue", 
    sans-serif;
  font-weight: bolder;
  margin-top: 0;
}

.usa-table {
  margin: 0;
  width: 100%;
}

/* Make the accordions a little smaller */
.usa-accordion__button {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}

/* Don't allow horizontal scrollbars accordians */
.usa-accordion__content {
  overflow-x: hidden;
}
