body {
    max-width: 900px;
    margin: 20px auto !important;
}

/* #wrapper {
    height: 900px;
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    overflow:visible;
} */
/* #container {
    height: 600px;
    min-width: 300px;
    max-width: 800px;
    margin: 0 auto;
} */
.loading{
    margin-top: 10em;
    text-align: center;
    color: gray;
}
/* #info {
    padding: 0; */
    /* float: left;
    width: 270px;
    padding-left: 20px;
    margin: 100px 0 0 0;
    border-left: 1px solid silver; */
/* } */
/* @media screen and (max-width: 920px) {
    #wrapper, #container,  #info {
        float: none;
        width: 100%;
        height: auto;
        margin: 0.5em 0;
        padding: 0;
        border: none;
    }
} */

#resultados, #ficha-tecnica, #datos, #detalle {
    padding-left: 0;
    padding-right: 0;
}

#resultados .votos, #resultados .porcentaje {
    text-align: right;
}

#presidenciales-2018 #resultados th {
    text-align: right;
}

#presidenciales-2018 #resultados th:first-child {
    text-align: left;
}

#resultados ul {
    padding-left: 0;
}

#resultados li {
    list-style-type: none;
}

#porPartido td {
    padding: 0;
}

#ficha-tecnica .row div {
    border-bottom: 1px solid;
    border-color: #656668;
}

* {
    color: #656668;
}

h1 {
    font-weight: bolder;
    font-size: 45px;
}

h2 {
    font-weight: normal;
    font-size: 36px;
}

.progress {
    background-color: #656668;
}
.progress-bar {
    background-color: #C6A159;
}

.winner {
    padding: 0 4px !important;
    background-color: #eeeeee;
}

.accordion-toggle {
    display: block;
    text-align: right;
    cursor: pointer;
}
.hiddenRow {
    display: none;
}

.highcharts-button-box+text {
    fill: black !important;
}

/* Presidenciales 2024 */

#presidenciales-2024 .container-fluid {
    padding-bottom: 20px;
}

#presidenciales-2024 span {
    text-align: right;
    padding-bottom: 20px;
}

#detalle {
    background-color:#E0E0E0;
}

details {
    padding: 10px; 
    /* background-color: 	#BEBEBE; */
    border-radius: 3px;
}

details:not([closed]) > summary {
    background-color: 	#D8D8D8;
}

details[open]:not(.mesas) {
    padding: 10px; 
    background-color: #B0B0B0;
    border-radius: 3px;
}

details[open] > summary {
    background-color: transparent;
    font-weight: bold;    
}

details[open] > summary * {
    color: #333;
    background-color: #B0B0B0;
    font-weight: bold;
}

details[open]:not(.parroquias) div * {
    color: white;
}

summary * {
    display: inline-block;
    margin: 0.1em 0.2em;
}
  
details:not(.parroquias) .container-fluid .row {
    color: white;
    background: #656668;
    /* padding: 1em; */
    border-radius: 5px;
}

/* Quitar el marker */
summary  {
    list-style: none;
}

summary::-webkit-details-marker {
  /* Safari */    
    display: none;
}
/* Quitar el marker */

#parroquia {
    margin: 10px;
}

#parroquia * {
    margin: 2px 8px;
}

#mun_parroquia {
    padding: 0 15px;
}

#mun_parroquia  h7 *{
    color: #656668;
}

details.centros[open] {
    border: 2px;
    border-style: solid;
}

details.mesas {
    padding: 10px 0;
}

details.mesas[open] summary {
    border-bottom-style: groove;
}

details.mesas .acta {
    text-align: center;
    
}

details.mesas .acta a, details.mesas .acta img {
    color: #333;
    height: 16px;
}

/* Esto es temporal, hay que borrar el contenido del H2 en el editor de WP */
#presidenciales-2024 h2 {
    display: none;
}