    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    body {
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      line-height: 1.5;
      min-height: 100vh;
      display: flex;
      flex-direction: column;
    }

    /* Header */

    header {
      background: #c8102e; 
      color: #ffffff;
      padding: 0.75rem 1rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .logo {
      font-weight: 600;
      font-size: 1.1rem;
    }

    p {
	line-height: 1.5;
	margin: 1em 0;
	font: 1.025rem "Source Sans Pro", sans-serif;
    }

    nav a {
      color: #e5e7eb;
      text-decoration: none;
      margin-left: 1rem;
      font-size: 0.95rem;
    }

    nav a:hover {
      color: #ffffff;
    }

    /* Main content */

    main {
      flex: 1;
      padding: 1.25rem 1rem 2rem;
      max-width: 960px;
      width: 100%;
      margin: 0 auto;
    }

    .calcheader {
	text-align: center;
	background-color: #cc0000;
    }

    .calcheader-text {
	color: #ffffff;
    }

    .row {
	margin-right: -1.25rem;
	margin-left: -1.25rem;
	display: flex;
  	flex-wrap: wrap;
	line-height: 27px;
	
    }

    .row > * {
	width: 100%;
	max-width: 100%;
	/** flex-shrink: 0;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-top: var(--bs-gutter-y);
	***/
    }

    .col-sm-6, .col-sm-10, .col-sm-12, .col-md-12 {
	padding-right: 1.25rem;
	padding-left: 1.25rem;
    }

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

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

    .col-centered {
	float: none;
	margin: 0 auto;
    }

    .btn-green {
	color: #ffffff;
	background-color: #00B388;
	border-color: #00866C;
    }

    .btn {
	border-width: 1px 1px 3px 1px;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 16px;
	padding: 7px 12px;
	text-shadow: none;
	white-space: normal;
     }

     .btn:hover {
	color: black;
	background-color: #B5FFF0;
	border-color: #B5FFF0;
    }

    .waves-button-input {
	color: #ffffff;
	background-color: #c8102e;
	border-color: #960c22;
	border-width: 1px 1px 3px 1px;
	font-family: 'Milo', sans-serif;
	font-size: 16px;
	padding: 7px 12px;
	text-shadow: none;
	border-radius: 0.2em;
	vertical-align: bottom;
	position: relative;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	user-select: none;
	z-index: 1;
	transition: .3s ease-out;
    }

    .sel_holder {
	color: #ffffff;
  	background-color: #00B388;
    }

    .tab-content {
	border: 1px solid #DDDDDD;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(221, 221, 221);
	border-top: none;
	padding: 15px;
	margin-bottom: 20px;
	background-color: #EEEEEE;
    }

    .table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 1rem;
	vertical-align: top;
	table-layout: fixed;
  	min-width: 0;
    }

    .table tr {
	border-bottom: 1pt solid rgb(222, 226, 230);
    }


    .table-responsive {
	overflow-x: auto;
    }

    td, th {
	white-space: normal;
	overflow-wrap: break-word;
	word-break: break-word;
   }

    .form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	appearance: none;
	background-color: white;
    }

    select {
	margin-bottom: 5px;
	border: 1px solid rgb(222, 226, 230);
	border-radius: 6px;
    }

    /* Footer */

    footer {
      background: #54585A;
      color: white;
      padding: 1em 0;
      font-size: 0.875rem;
      line-height: 1.5;
    }

    .container {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  max-width: 1600px;
  width: 100%;
}

.container-fluid {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.fall_bg {
	/* background: linear-gradient(to bottom,  #FF8C42 0%, #E05A2B 40%); */
	background: #FFC199;
	/***
	color: white;
	***/
}

.spring_bg {
	background: #61D8BC;
	/***
	color: white;
	***/
}

.sm_space {
	margin: 0 18px;
}
.quart_sp {
	width:25%;
}

.info-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid bisque;
  border-radius: 50%;
  font-style: italic;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1;
  background-color: rgb(255, 249, 217);
  color: #796237;
}

#dv_1  a{
  color: #c8102e;
  text-decoration: none;
}
#rec-label {
	width:478px;
}

#var-year1, #var-year2, #var-year3, #var-year4 {
	/**
	width:110px;
	**/
}

    .footer-inner {
      max-width: 960px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      row-gap: 0.5rem;
      column-gap: 1.5rem;
      align-items: center;
      justify-content: space-between;
    }

    .footer-links {
	display: inline-block; 
	list-style: none;
	margin:0; 
	padding:0;
    }

    .footer-links a {
      color: #fff9d9;
      text-decoration: none;
    }

    .footer-links a:hover {
      color: #ffffff;
    }

@media (min-width: 576px) {
	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-sm-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
}

@media (max-width: 640px) {

      header {
        flex-direction: column;
        align-items: flex-start;
      }

      nav {
        margin-top: 0.5rem;
      }

      nav a {
        margin-left: 0;
        margin-right: 1rem;
      }

      .footer-inner {
        flex-direction: column;
        align-items: flex-start;
      }
}
@media screen and (max-width: 767px) {
  table {
    display: block;
    overflow-x: scroll;
  }
  .table-responsive table {
    display: table;
    overflow-x: auto;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    /**
    width: 90%;
    **/
  }
  .sm_space {
    margin: 0px 5px;
  }
}
