#selectPersonalData{
    position: relative;
    overflow: hidden;
    width: 100%;
    display: none;
}

.topNarrow{
    height: 30vh;
}

.bottomLarge{
    height: 70vh;
}

.voteContainer{
    min-height: calc(75vh + 20px);
    height:auto;
}

.candidatoElegido{
    position: relative;
    overflow: hidden;
    float: none;
    width: 200px;
    height: auto;
    margin: 0 auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.personalData{
    position: relative;
    margin: 0 auto;
    width: 60vw;
    overflow: hidden;
    z-index:4;
    min-width:210px;
    max-width: 732px;
}

.dataContainer{
    position: relative;
    overflow: hidden;
    width: 200px;
    height: 40px;
    background: white;
    margin:0 auto;
}
#age{
    margin-top: 20px;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
}
#sex{
    margin-top: 10px;
}

#voteBtn{
    height: 50px;
    margin-top: 20px;
    background-image: url("/files/img/background.png");
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 13px;
    box-shadow: rgb(202, 202, 202) 1px 1px 4px 0px;
}

#voteText{
    position: relative;
    overflow: hidden;
    color: white;
    width: 55px;
    margin: 0 auto;
    margin-top: 17px;
}

#genderContainer{
    position: relative;
    overflow: hidden;
    width: 210px;
    margin: 0 auto;
    margin-top: 20px;
}
.container {
    display: block;
    position: relative;
    float: left;
    margin-left: 32px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container input {
    position: relative;
    opacity: 0;
    cursor: pointer;
    left: 39%;
}

.checkmark {
    position: absolute;
    top: 0;
    left: calc(50% - 10px);
    height: 20px;
    width: 20px;
    background-color: #888888;
    border-radius: 50%;
}

.container input:checked ~ .checkmark {
    background-color:#2eb478;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container input:checked ~ .checkmark:after {
    display: block;
}

.container .checkmark:after {
}


.genderText{
    margin-top: 13px;
    color: black;
    font-size: 11px;
    font-family: Muli;
}

#firstContainer{
    margin-left: 5px;
}

#ageInput{
    width: 100%;
    height: 35px;
    margin-left: 20px;
    color: #666666;
    font-size: 16px;
    padding: 0 0 0 0;
}
