.logobox{
    display: flex;
    justify-content: space-between;
    font-family: 'Roboto';
    flex-direction: row;
    font-size: 14px;
}

.polltitle{
    font-weight: 550;
    font-size: 20px;
    font-family: 'Roboto';    
    background-color: black;
    box-shadow: 5px 5px 8px black;
    color: white;
}

.listasbox{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-family: 'Roboto';    
}

.listabox50{
    display: flex;
    flex-direction: column;
    width: 50vw;
    padding: 10 10 10 10;
    justify-content: space-between;
    }

.listabox33{
        display: flex;
        flex-direction: column;
        width: 33vw;
        padding: 10 10 10 10;
        justify-content: space-between;
        }

.listaboxverde{
    background-color: green;
    font-weight: 500;
    font-size: 20px;
    font-family: 'Roboto';
    color: white;
    width: 100%;
    text-align: center;
}

.listaboxvioleta{
    background-color: purple;
    font-weight: 500;
    font-size: 20px;
    font-family: 'Roboto';
    color: white;
    width: 100%;
    text-align: center;
}

.listaboxblanco{
    background-color: gray;
    font-weight: 500;
    font-size: 20px;
    font-family: 'Roboto';
    color: white;
    width: 100%;
    text-align: center;
}

.cargo{
    font-size: 14px;
    font-style: oblique;
    font-weight: 600;
    font-family: 'Roboto';
    color: black;
    text-align: center;
}

.candidato{
    font-weight: 300;
    font-size: 16px;
    font-family: 'Roboto';
    color: black;
    text-align: center;
}

.btnverde{
    background-color: green;
    color: white;
    cursor: pointer;
}

.btnvioleta{
    background-color: purple;
    color: white;
    cursor: pointer;
}

.btnblanco{
    background-color: white;
    color: black;
    cursor: pointer;
}