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

.bottomLarger {
    height: 80vh;
}

.topNarrower {
    height: 20vh;
}

.resultsCenterData {
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    left: 0px;
    height: auto;
    min-height: 80vh;
    z-index:4;
}

#selector {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    width: 75%;
    left: 12.5%;
    height: 45px;
    border-radius: 2px;
}

.selectorElement{
    position: relative;
    overflow: hidden;
    width: 50%;
    height: 100%;
    float: left;
    z-index: 1;
}

.selected{
    position: absolute;
    overflow: hidden;
    width: 50%;
    height: 100%;
    left: 0px;
    z-index: 0;
    -webkit-transition: left .3s;
    -moz-transition: left .3s;
    -ms-transition: left .3s;
    -o-transition: left .3s;
    transition: left .3s;
}

.moveLeft{
    left: 50%;
}

.selectorText {
    color: white;
    font-size: 14px;
    margin-top: 16px;
    width: 100%;
    text-align: center;
}

.result {
    position: relative;
    overflow: hidden;
    width: 95%;
    left: 2.5%;
    margin-top: 20px;
}

.resultPartidoName{
    color: #666666;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 12px;
}

.resultBar{
    position:relative;
    height: 40px;
    overflow:hidden;
    margin-top: 10px;
    background: #cdcdcd;
}

.resultNumber{
    color: white;
    position: absolute;
    font-size: 23px;
    letter-spacing: 1px;
    font-weight: 800;
    top: 0px;
    left: 10px;
    line-height: 40px;
}

.resultFilled{
    height: 100%;
    position: relative;
    border-radius: 0px 16px 16px 0px;
    width: 0px;
}

.button{
    position: relative;
    overflow: hidden;
    background-color: #006d68;
    border-radius: 80px;
    width: 130px;
    height: 40px;
    left: calc(50% - 65px);
    margin-top: 59px;
    color: white;
    text-align: center;
    line-height: 40px;
    font-size: 11px;
    font-weight: 600;
}

#finished{
    display: none;
}

#candidatosResults{
    margin-bottom: 20px;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    padding-bottom:40px;
}

#partidosResults{
    margin-bottom: 20px;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    padding-bottom:40px;
}

#goBackToStartBtn{
    margin-top: 0px;
    margin-bottom: 20px;
}
