#result-group {
    display: none;
}

div.page-header {
    position: relative;
}

nav.language {
    position: absolute;
    right: 20px;
    top: -30px;
}

nav.language ul {
    display: inline-block;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

nav.language li {
    display: inline-block;
}

table.ballot-collection tr {
    border: 2px solid;
}

table.ballot-collection th {
    border: 2px solid;
}

table.ballot-collection td {
    border: 2px solid;
    width: 50px;
    height: 50px;
}


#thresholdbox {
    width: 10rem;
    float: right;
    margin-left: 1rem;
}

#thresholdcontainer {
    display: flex;
    align-items: center;
    font-weight: normal;
}