#titleSection {
    margin-top: 30px;
}

#analysisDate {
    font-weight: bold;
}

#dropdownLabel, #dropdownLabelCounty {
    font-size: 14px;
    font-weight: bold;
    /* text-align: center; */
    margin-bottom: 0px;
}

#stateDropdown, #countyDropdown {
    font-size: 14px;
    width: 200px;
    /* margin-left: 5px; */
}

#dropdownLabelCounty {
    margin-top: -10px;
}

#chartTitle {
    font-size: 16px;
    font-weight: bold;
    font-family: sans-serif;
}

#dataPointMidLine {
    font-weight: bold;
}

#doViz {
    margin-top: -10px;
}

#countyMidLine {
    font-style: italic;
}

.tooltip {
    position: absolute;
    padding: 7px;
    font-size: 15px!important;
    font-family: 'Open Sans' sans-serif;
    pointer-events: none;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    opacity: 0;
  
    -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.25);
  }
  
  .tooltip p {
    margin: 0;
    padding: 0;
  }
  
  .tooltip table {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    width: 100%;
  }
  
  #obsVals thead {
    background-color: #b1dafb;
  }

  #obsVals thead th {
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #075290;
    border-left: 1px solid  #dee2e6;
    border-right: 1px solid #dee2e6;
  }

  #obsVals tbody td {
    border-left: 1px solid  #dee2e6;
    border-right: 1px solid #dee2e6;
  }

  .headerTable {
    background-color: #075290;
    color: #fff;
    padding: 5px 10px;
    cursor: pointer;
    font-weight: normal;
    font-size: 18px;
    border-radius: 4px;
  }

  .myTitleTable {
    font-family: Merriweather, serif;
    line-height: 1.3;
    margin-top: 2rem;
    margin-bottom: .5rem;
  }

  #noDataNote {
    position: absolute;
    top: 130px;
    left: 230px;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    color: #8B0000;
    background-color: #d3d3d3;
    padding: 9px;
    border-radius: 9px;
  }

  .sr_only {
    position: absolute;
    left: -10000px;
    top:auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }

  #fullTitle {
    font-size: 1.375rem;
    font-family: "Merriweather", serif;
    line-height: 1.3;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    font-weight: 500;
  }

  #underChart {
    font-size: 13px;
  }

  #obsVals thead .sorting {
    background-image: url(/nchs/nvss/vsrr/prov-county-drug-overdose/images/sort_both_dark.png);
  }

  #obsVals thead .sorting_asc {
    background-image: url(/nchs/nvss/vsrr/prov-county-drug-overdose/images/sort_asc.png);
  } 

  #obsVals thead .sorting_desc {
    background-image: url(/nchs/nvss/vsrr/prov-county-drug-overdose/images/sort_desc.png);
  }

  .x-axis .tick text {
    transform: rotate(-45deg);
    text-anchor: end;
  }


  /* CSS for different screen sizes */
  @media screen and (max-width: 1440px) and (min-width: 1200px){
 /* I think should be 1440 and 1200 */
    #noDataNote {
      left: 155px;
      top: 110px;
      font-size: 14px;
    }

    #obsVals thead th {
      font-size: 14px;
      padding: 2px 2px;
    } 

    #obsVals tbody td {
      font-size: 14px;
      padding: 2px 2px;
    }

    .x-axis .tick text {
      transform: rotate(-45deg);
      text-anchor: end;
    }

    .xAxLabel {
      display: none;
    }

  }

  @media screen and (max-width: 1199px) and (min-width: 995px) {
    /* Should be 1200 and 993 */
    #stateDropdown, #countyDropdown {
      font-size: 14px;
      width: 160px;
      /* margin-left: 5px; */
    }

    #noDataNote {
      font-size: 12px;
      left: 130px;
      top: 90px;
    }

    #obsVals thead th {
      font-size: 12px;
      padding: 2px 2px;
    } 

    #obsVals tbody td {
      font-size: 12px;
      padding: 2px 2px;
    }

    body {
      font-size: 14px;
    }

    .headerTable {
      font-size: 16px !important;
    }

    .x-axis .tick text {
      transform: rotate(-45deg);
      text-anchor: end;
    }

    .xAxLabel {
      display: none;
    }
  }

  @media screen and (max-width: 994px) and (min-width: 751px) {
    body {
      font-size: 14px;
    }

    .headerTable {
      font-size: 16px !important;
    }

    .x-axis .tick text {
      transform: rotate(-45deg);
      text-anchor: end;
    }

    .xAxLabel {
      display: none;
    }

    #noDataNote {
      font-size: 14px;
      left: 185px;
      top: 100px;
    }
  }

  @media screen and (max-width: 750px) {
    body {
      font-size: 14px;
    }

    .headerTable {
      font-size: 16px !important;
    }

    .x-axis .tick text {
      transform: rotate(-45deg);
      text-anchor: end;
    }

    .xAxLabel {
      display: none;
    }

    #noDataNote {
      font-size: 12px;
      left: 185px;
      top: 100px;
    }

    #obsVals thead th {
      font-size: 12px;
      padding: 2px 2px;
    } 

    #obsVals tbody td {
      font-size: 12px;
      padding: 2px 2px;
    }

    #dropdownLabelCounty {
      position: absolute;
      left: 240px;
      top: 11px;
    }

    #countyDropdown {
      position: absolute;
      left: 240px;
      top: 21px;
    }

    #dropdownSection {
      height: 50px;
    }
  }