#tab_tipo_elezione {
    display: flex;
    align-content: flex-start;
	margin-bottom: 15px;
}

#tab_tipo_elezione > * {
    flex: 1 100%;
    text-align: center;
    background: #afafaf;
    margin: 0 5px;
    font-size: 24px;
    font-weight: bold;
}

#tab_tipo_elezione a {
    color: #fff;
    display: block;
    padding: 5px;
}

#tab_tipo_elezione a:hover {
    text-decoration: none;
    background: #6679a3;
}

#tab_tipo_elezione > *.selected {
    background: #6679a3;
}

