.spacer {
  height: 30px;
}

.container--tabs {
  background-color: #fff;
}

svg text {
  font-family: "Gotham SSm A","Gotham SSm B","Proxima Nova",sans-serif;
  fill:#333333;
  font-size: 16px;
}
a {
  color: #8f452f;
  text-decoration: underline;
}
#title {
  font-size: 20px;
  font-weight: bold;
  font-family: "Gotham SSm A","Gotham SSm B","Proxima Nova",sans-serif;
  color: #444444;
  line-height: 2rem;
}

#subtitle, .subtitle {
  font-size: 14px;
  color: #797979;
  margin-top: 13px;
}

.subtitle_inline {
  font-size: 14px;
  color: #797979;
  margin-top: 13px;
  display: inline-block;
}

.selectStateWrapper {
  margin-top: 10px;
}
.selectStateLabelWrapper {
  margin-bottom: 5px;
}

.selectStateLabel {
  font-size: 14px;
  color: #797979;
}

#subtitle2 {
  font-size: 15px;
  color: #797979;
  font-weight: bold;
}

#howtouse {
  font-size: 20px;
  fill: #ED724E;
  font-weight: normal;
  margin-top: 40px;
  font-style: italic
}

#message {
  font-size: 16px;
  font-weight: normal;
  font-family: "Gotham SSm A","Gotham SSm B","Proxima Nova",sans-serif;
  color: black;
  line-height: 1.5rem;
}

#datalabel {
  font-size: 20px;
  font-weight: bold;
  font-family: "Gotham SSm A","Gotham SSm B","Proxima Nova",sans-serif;
  color: #337789;
  fill: #337789;
  line-height: 2rem;
}

#temp {
  font-size: 20px;
  font-family: "Gotham SSm A","Gotham SSm B","Proxima Nova",sans-serif;
  position: absolute;
  visibility: hidden;
  height: auto;
  width: auto;
  white-space: nowrap;
}
.solid{
  stroke:solid;
}
.dashed{
  stroke-dasharray: 5,5; 
}
.yearlabel {
  font-size: 20px;
}
text#startlabel, text#endlabel {
  font-size: 14px;
}

.axislabel {
  color: #797979;
}

select.minimal {
  /* styling */
  font-size: 17px;
  font-weight: bold;
  font-family: "Gotham SSm A","Gotham SSm B","Proxima Nova",sans-serif;
  background-color: white;
  border: 1px solid #ED724E;
  padding: .5em;
  display: inline-block;
  font: inherit;
  font-weight: bold;
  font-family: "Gotham SSm A","Gotham SSm B","Proxima Nova",sans-serif;
  outline: 0;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select.minimalalt {
  /* styling */
  font-size: 17px;
  font-weight: bold;
  font-family: "Gotham SSm A","Gotham SSm B","Proxima Nova",sans-serif;
  background-color: white;
  border: 1px solid #ED724E;
  display: inline-block;
  font: inherit;
  font-weight: bold;
  font-family: "Gotham SSm A","Gotham SSm B","Proxima Nova",sans-serif;
  outline: 0;
  padding-left: .3em;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select option {
    background-color: #ffffff;
    border: none;
    font-size: 17px;
    font-weight: bold;
    font-family: "Gotham SSm A","Gotham SSm B","Proxima Nova",sans-serif;
}

#banstate {
  color: #ED724E;
}
#USbutton {
  color: #337789;
}

select.minimal, select.minimal:focus, select.minimalalt, select.minimalalt:focus {
  background-image:
    linear-gradient(45deg, transparent 50%, orange 50%),
    linear-gradient(135deg, orange 50%, transparent 50%);

    background-position:
    calc(100% - 8px) calc(.6em + 2px),
    calc(100% - 3px) calc(.6em + 2px),
    calc(100% - .5em) 0.5em;
    
    background-size:
    7px 7px,
    7px 7px,
    1px .8em;

  background-repeat: no-repeat;
}
#footnote {
    font-size: 100%;
    font-family:"Gotham SSm A","Gotham SSm B","Proxima Nova",sans-serif;
    color: black;
  }
.grid line {
  stroke: #e6e6e6;
  shape-rendering: crispEdges;
}
.tick line {
  stroke: #d3d3d3;
}

path.domain  {
  stroke: grey;
  stroke-opacity: 0.6;
}

@media only screen and (max-width: 560px) {
  #figure {
   height: 280px;
  }

  #title {
    font-size: 16px;
    line-height: 1.5em;
  }
}

#datatable a, #tab-3 a {
  color: #00788A;
}

#tab-3 p {
    margin-top: 1.5rem;
}

.downloadtext {
  color: #797979;
  font-size: 14px;
  line-height: 1.4rem;
}

.downloadtext a, .downloadtext a:visited {
  color: #ED724E;
  font-weight: bold;
}

.download-link, .download-link a {
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  color: #00788A;
  border: 1px #ED724E solid;
}

.button-container {
 text-align: right;
}

.download-button {
  border:1px solid #555;
  padding: 10px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  color: #00788A;
  font-weight: bold;
  cursor: pointer;
  border-radius: 4px;
}

a.download-button:hover {
  background-color: #00788A;
  color: #fff;
}

@media only screen and (max-width: 800px) {

  #figure {
    height: 470px;
  }

  .spacer {
    height: 0;
  }

  .button-container {
    margin-top: 15px;
  }
}



@media only screen and (max-width: 750px) {
  #figure {
    height: 420px;
  }
}

@media only screen and (max-width: 660px) {

  #figure {
    height: 360px;
  }

  #message {
    font-size: 14px;
    line-height: 1.3em;
  }
}

@media only screen and (max-width: 550px) {
  #figure {
    height: 300px;
  }

  .download-button {
    font-size: 12px;
    padding: 8px 10px;
  }

  #message {
    font-size: 13px;
    line-height: 1.3em;
    border-bottom: 20px;
  }
 }

 @media only screen and (max-width: 480px) {
  #figure {
    height: 250px;
  }
 }


 @media only screen and (max-width: 480px) {
  #figure {
    height: 250px;
  }
 }

 @media only screen and (max-width: 480px) {
  #figure {
    height: 250px;
  }
 }

 @media only screen and (max-width: 440px) {
  #figure {
    height: 230px;
  }
 }

@media only screen and (max-width: 420px) {

  #figure {
    height: 220px;
  }

  .button-container {
    margin-top: 10px;
  }

  .download-button {
    font-size: 12px;
    padding: 8px 10px;
  }

  #message.title {
    font-size: 12px;
    line-height: 1.3em;
  }
}

@media only screen and (max-width: 375px) {

  #figure {
    height: 200px;
  }
}