html {
  scroll-behavior: smooth;
}

body {
  color: #2e2d29;
  background-color: #F4F4F4;
  text-align: center;
}

.container {
  background-color: #FFFFFF;
  width: 80%;
  display: inline-block;
  text-align: left;
  padding: 10px 100px;
  border-radius: 10px;
}

#widget {
   border: 1px solid #aaa;
   border-radius: 10px;
   padding: 1px;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10+ and Edge */
  user-select: none; /* Standard syntax */
}

.county-text {
  display: inline-block;
  background: #ddd;
  border-radius: 10px;
  margin-top:5px;
  padding:20px;
  font-size: large;
}

.pill {
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 10px;
  width: fit-content;
  display: inline-block;
  background: #aaa;
  margin-left: 5px;
  color: white;
  margin-bottom: 5px; 
  font-size: large;
  cursor: pointer;
}

.main-pill {
  margin-left: 0px;
  cursor: auto;
  background: #aaa !important;
}

#faq > p {
  padding-bottom: 10px;
}


.display-4 {
  font-size: 2.5rem;
  font-weight: 350;
}

.pill:hover {
  background-color: #eaab00;
}

.pill:active {
  background-color: #ffd200;
}

#state-info {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  background: #eeeeee;
  padding: 12px;
}

#county-info {
  padding-top: 10px;
  background: #eee;
  padding: 12px;
  padding-top: 0px;
  border-radius: 0px 0px 10px 10px;
}

.btn-padded {
  padding: 10px;
  margin: 20px;
  white-space: normal;
  box-shadow: 5px 5px 1px #5555;
}

.share-buttons > * {
  vertical-align: top;
  margin-right: 2px;
  margin-left: 2px;
}

.share-container {
  width: 300px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background-color: #eee;
  border-radius: 10px;
  padding: 10px 10px 0px 10px;
}


svg {
    cursor:pointer;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1300px) {
  .container {
    padding: 6px 20px;
  }
}

#iframe {
  border-width: 0px;
  padding-bottom: 15px;
}

@media (max-width: 780px) {
  .container {
    width: 98%;
  }
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 0px solid #ccc;
  background-color: #8c1515;
  border-radius: 10px 10px 0px 0px;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  color: white;
  border-radius: 10px 10px 0px 0px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #B1040E;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #B1040E;
}

#spreadsheet-link {
  padding-top: 10px;
}

.text-link {
  color: #8c1515;
}

.text-link:hover {
  color: #B1040E;
}

.status-0 {
  color: #B1040E;
}

.status-1 {
  color: #eaab00;
}

.status-2 {
  color: #175e54;
}

.status-3 {
  color: #ff0000;
  opacity: 0.4;
}

h3 {
  font-size: 1.8em;
}

h4  {
  font-size: 1.5em;
}

h5 {
  font-size: 1.1em;
}

p {
  font-size: 1.1em;
}

svg {
  display: block;
  width:100%;
  margin: auto;
  margin-bottom: 15px;
}

.tg  {border-collapse:collapse;border-spacing:0;}
.tg td{padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:black;}
.tg th{font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:black;}
.tg .tg-0pky{border-color:inherit;text-align:left;vertical-align:top}
