#ranking>div {
  padding: 1em;
  margin: 1em;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}

#ranking .mapa-lima {
  display: none;
}

@media screen and (min-width: 1250px) {
  #ranking .mapa-lima {
    display: inline-block;
  }
}

#lima a.distrito path {
  fill:#2c5aa0;
  fill-opacity:1;
  stroke:#ffffff;
  stroke-width:0.20667811;
  stroke-linecap:butt;
  stroke-linejoin:miter;
  stroke-miterlimit:4;
  stroke-dasharray:none;
  stroke-opacity:1;
  transition: fill 0.3s ease-in-out;
  -moz-transition: fill 0.3s ease-in-out;
  -webkit-transition: fill 0.3s ease-in-out;
}

#lima a.distrito.selected path {
  fill: #03327a;
}

#lima a.distrito path.indicator {
  fill: none;
  stroke: #8c8c8c;
  stroke-width: 0.41335621;
  stroke-linecap: butt;
  stroke-linejoin: miter;
  stroke-miterlimit: 4;
  stroke-dasharray: none;
  display: none;
  stroke-opacity: 0;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
  transition: stroke-opacity 1.3s ease-in-out;
  -moz-transition: stroke-opacity 1.3s ease-in-out;
  -webkit-transition: stroke-opacity 1.3s ease-in-out;
}

#lima a.distrito.selected path.indicator {
  display: block;
  stroke-opacity: 1;
}

#lima a.disabled path, #lima a.disabled.selected path {
  fill:#ededed;
  opacity:1;
  stroke:#333333;
  stroke-width:0.1px;
  stroke-linecap:butt;
  stroke-linejoin:miter;
  stroke-opacity:1;
  outline: none;
}

#lima g.contexto path {
  fill:#ccc;
  fill-opacity:1;
  stroke:#ffffff;
  stroke-width:0.20667811;
  stroke-linecap:butt;
  stroke-linejoin:miter;
  stroke-miterlimit:4;
  stroke-dasharray:none;
  stroke-opacity:1;
  transition: fill 0.3s ease-in-out;
  -moz-transition: fill 0.3s ease-in-out;
  -webkit-transition: fill 0.3s ease-in-out;
}

#lima a {
  outline: none;
}

#lima a text {
  display: none;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  font-stretch:normal;
  font-size:3.49974918px;
  line-height:1.25;
  letter-spacing:0px;
  word-spacing:0px;
  fill:#8c8c8c;
  fill-opacity:0;
  stroke:none;
  stroke-width:0.10936716;
  text-align:start;
  text-anchor:start;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
  transition: fill-opacity 0.3s ease-in-out;
  -moz-transition: fill-opacity 0.3s ease-in-out;
  -webkit-transition: fill-opacity 0.3s ease-in-out;
}

#lima a.selected text {
  display: block;
  fill-opacity: 1;
}

#ranking .data-distrito {
  background: #fff;
  padding: 1rem;
  margin: 1rem;
  border-radius: 5px;
  width: 500px;
  text-align: left;
  position: relative;
  border: 1px solid #666;
}|

#ranking .data-distrito a.button {
  background: #0d91a5;
  border-radius: 5px;
  padding: 1em;
  margin: 1em 0;
  color: #fff;
  text-decoration: none;
  display: none;
  font-size: 1rem;
}

#ranking .data-distrito a.button.enable {
  display: inline-block
}

#ranking .label {
  margin: 0.25rem;
  padding: 0;
  font-size: 1rem;
  color: #999;
}

/* Chosen styling start */

#ranking form {
  margin-bottom: 1em;
}

#ranking .chosen-container .chosen-results li {
  padding: 1em;
  font-size: 1rem;
}

#ranking a.chosen-single {
  height: 35px;
}

#ranking a.chosen-single span {
  font-size: 1rem;
  padding: 0.25em;
}

#ranking a.chosen-single .search-choice-close {
  margin: 0.25rem 0;
}

#ranking a.chosen-single div b {
  margin: 0.25rem 0;
}

/* Chosen stylings end */

#ranking .puesto {
  position: absolute;
  background: #2c5aa0;
  right: 16px;
  padding: 0.25em;
  margin: 0;
  color: #fff;
  top: 0;
  font-size: 2rem;
  text-align: center;
  vertical-align: baseline;
  border-radius: 0 0 5px 5px;
}

#ranking .puesto:before {
  content: "Puesto";
  display: block;
  font-size: 0.75rem;
}

#bar {
  width: 100%;
  background-color: #ddd;
  border-radius: 10px;
}

#filled {
  border-radius: 10px;
  width: 10%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: white;
  transition: ease-out 1s background-color;
  font-size: 16px;
}

#ranking .problem {
  background-color: #ff0000;
}

#ranking .warning {
  background-color: #efc909;
}

#ranking .good {
  background-color: #4CAF50;
}

#ranking .scrollbar {
  margin: 0.5rem 0;
  float: left;
  max-height: 380px;
  background: #F5F5F5;
  overflow: auto;
  margin-bottom: 25px;
  border-radius: 5px;
  width: 100%;
}

#ranking .scrollbar::-webkit-scrollbar-track {
  border-radius: 0 10px 10px 0;
  background-color: #F5F5F5;
  border: 1px solid #999;
  padding-right: 0.5em;
}

#ranking .scrollbar::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

#ranking .scrollbar::-webkit-scrollbar-thumb {
  border-radius: 0 10px 10px 0;
  background-color: #555;
}

#ranking table {
  border-collapse: collapse;
  width: 100%;
  color: #222;
  font-size: 1rem;
}

#ranking thead th {
  background: #0d91a5;
  color: #fff;
  padding: 0.5rem;
  font-weight: normal;
  letter-spacing: 0.05em;
}

#ranking tbody td {
  padding: 0.5rem;
  vertical-align: top;
}

#ranking tbody tr:nth-child(even) td {
  background-color: #eee;
}

#ranking tbody tr:nth-child(odd) td {
  background-color: #aaa;
}

#ranking tbody tr td:first-child {
  width: 115px;
}

#ranking tbody tr td:nth-child(2) {
  width: 75px;
  text-align: center;
}
