.map-ind-wld {
  width: 100%;
  position: relative;
  margin-top: -5px;
}
.cor-tab {
  width: auto;
  display: inline-block;
}
.cor-tab * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.cor-tab-list {
  display: flex;
  align-items: center;
  list-style-type: none;
}
.cor-tab-iteam {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 900;
  color: #555;
}
.cor-tab-iteam a {
  text-decoration: none;
  color: #555;
  padding: 5px 12px;
  border: solid 1px transparent;
  border-bottom: none;
}
.current a {
  background-color: #fff;
  border-radius: 3px 3px 0 0;
  color: #000;
  position: relative;
  border-color: #ddd;
}
.current a:after {
  content: "";
  display: block;
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.tab-wrapper {
  width: calc(100% - 20px);
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  border: solid 1px #dadada;
  padding: 10px;
  min-height: 290px;
}
.tab-data-wrapper {
  width: 100%;
  display: none;
  justify-content: space-between;
}
.map-ind {
  height: 250px;
  margin: 10px 5px 0px 5px;
}
.map-ind img {
  display: block;
  height: 100%;
  width: auto;
}
.map-ind-data {
  width: 250px;
  background-color: #f7f4f4;
  padding: 10px;
  border-radius: 6px;
}
.map-data-title {
  background-color: #3a81d8;
  font-size: 14px;
  color: #fff;
  font-weight: 900;
  text-align: center;
  padding: 5px;
  border-radius: 4px;
  text-transform: uppercase;
}
.data_info {
  width: 100%;
  padding: 5px;
  font-size: 15px;
}
.data_info table {
  width: 100%;
}
.data_info thead {
  border-bottom: 1px solid #efeeee;
}
.data_info tr {
  display: table;
  width: 90%;
  border-bottom: 1px solid #ddd;
}
.data_info thead th {
  display: table-cell;
  font-size: 14px;
  color: #3a81d8;
  text-align: left;
  padding: 5px 0;
  text-transform: uppercase;
}
.data_info thead th:last-child {
  text-align: right;
  padding-right: 5px;
}
.data_info tbody {
  width: 100%;
  display: block;
  position: relative;
  height: 188px;
  overflow: hidden;
  overflow-y: auto;
}
.data_info tbody td {
  display: table-cell;
  color: #333;
  text-align: left;
  padding: 6px 0;
}
.data_info tbody td:last-child {
  text-align: right;
}
.tab-data-wrapper.current {
  display: flex;
}
.map-overall-data {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.case {
  width: 72px;
  height: 72px;
  border-radius: 35px;
  background: #fff;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.75;
  flex-direction: column;
}
.case span {
  font-size: 11px;
  display: block;
  padding: 2px 0;
  text-transform: uppercase;
  letter-spacing: -0.3px;
}
.case-1 {
  background: #F5780E;
}
.case-2 {
  background: #309906;
}
.case-3 {
  background: #CB0E00;
}
.state_info .dropdown {
  position: relative;
  display: block;
  margin-top: 0;
  padding: 0;
}
.state_info .dropdown select {
  width: 100%;
  margin: 0;
  background: none;
  border: 1px solid transparent;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  font-size: 1em;
  color: #444;
  padding: .6em 1.9em .5em .8em;
  line-height: 1.3;
  background-color: #fff;
}
.state_info .dropdown select:focus {
  outline: none;
  background-color: #fff;
  border: none;
}
.state_info .dropdown select, .state_info label {
  font-family: "roboto", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.state_info .dropdown::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 12px;
  top: 50%;
  right: 10px;
  margin-top: -4px;
  z-index: 2;
  background: url("https://drop.ndtv.com/ndtv/special/corona/images/triangle_corona.svg") 0 0 no-repeat;
  background-size: 100%;
  pointer-events: none;
}
.mh-data .map-compare .map {
  height: 335px;
  position: relative;
  overflow: hidden;
  overflow-y: auto;
}
.extra-link-list {
  margin: 0;
  padding: 10px 0;
  border-radius: 0 0 4px 4px;
}
.extra-link-list li {
  list-style: none;
  padding: 5px 0 5px 20px;
  position: relative;
  font-size: 14px;
  line-height: 19px;
}
.extra-link-list li:before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  display: inline-block;
  background: #c4cad0;
  border-radius: 20px;
  left: 5px;
  top: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .state_info .dropdown select::-ms-expand {
    display: none;
  }
  .state_info select:focus::-ms-value {
    background: transparent;
    color: #222;
  }
}
.state_info .dropdown:hover {
  border: 1px solid #888;
}
.state_info select:focus {
  outline: none;
  box-shadow: 0 0 1px 3px rgba(180, 222, 250, 1);
  background-color: transparent;
  color: #222;
  border: 1px solid #aaa;
}
.state_info select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.state_info option {
  font-weight: normal;
}
.state_info .button {
  border: 1px solid #bbb;
  border-radius: .3em;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
  background: #f3f3f3;
  background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5));
  background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
}
.state_info .output {
  margin: 0 auto;
  padding: 0;
  background: #fff;
  box-sizing: border-box;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  height: 300px;
}
.state_info .colors {
  padding: 2em;
  color: #fff;
  display: none;
}
.state_info .red {
  background: #c04;
}
.state_info .yellow {
  color: #000;
  background: #f5e000;
}
.state_info .blue {
  background: #079;
}
.state_info .cor_dt {
  display: none;
}
.state_info .ul_ttl {
  margin: 10px 0 0 0;
  border: 1px solid #ddd;
  padding: 7px;
  font-size: 16px;
  font-weight: 600;
  background-color: #f5f5f5;
  border-radius: 4px 4px 0 0;
  border-bottom: none;
}
.state_info .acor_content ul {
  margin: 0;
  padding: 10px 0;
  border: solid 1px #ddd;
  border-radius: 0 0 4px 4px;
}
.state_info .acor_content ul li {
  list-style: none;
  padding: 5px 0 5px 20px;
  position: relative;
  font-size: 14px;
  line-height: 19px;
}
.state_info .acor_content ul li:before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  display: inline-block;
  background: #c4cad0;
  border-radius: 20px;
  left: 5px;
  top: 10px;
}
</style >