.W-izbori {
    font-family: 'Nunito Sans', sans-serif;
    max-width: 622px;
    background-color: white;
    padding: 0;
    margin: 0;
}

.W-izbori {
    position: relative;
}

.W-izbori .bm-posto {
    margin: 0 0 12px;
    display: block;
    font: normal 400 100% Nunito Sans, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, .52);
}

.W-izbori .flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.W-izbori .pull-right {
    float: right;
}

.W-izbori .block {
    display: block;
}

.W-izbori .header .app-title {
    flex-grow: 1;
    margin: 0;
    margin-top: 12px;
    font-size: 30px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.92);
}

.W-izbori .header .last-update {
    margin-top: 12px;
    margin-right: 56px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: right;
    color: rgba(0, 0, 0, 0.52);
}

.W-izbori .header .last-update .time {
    font-weight: bold;
}

.W-izbori .header .pulse {
    margin-top: 0px;
    margin-right: 0;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.W-izbori .header .refresh-icon {
    width: 24px;
    height: 24px;
    padding: 8px;
    margin-top: 16px;
    margin-right: 8px;
    cursor: pointer;
}

.W-izbori .header .refresh-icon:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

.W-izbori .header .refresh-icon:focus {
    background-color: rgba(0, 0, 0, 0.08);
}

.W-izbori .filters {
    max-width: 100%;
    margin-top: 12px;
}

.W-izbori .dropdown {
    font-family: "Nunito Sans";
    display: flex;
    flex-grow: 1;
    margin: 0 11px 0 0;
    padding: 10px 12px;
    border: none;
    border-radius: 4px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12);
    font-size: 16px;
    color: rgba(0, 0, 0, 0.92);
    background-color: rgba(0, 0, 0, 0.04);
    background-image: url(/assets/elections/unfold.svg);
    background-position: right;
    background-repeat: no-repeat;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.W-izbori .dropdown:hover {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.36);
    background-color: rgba(0, 0, 0, 0.04);
}

.W-izbori .dropdown:focus {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.36);
    background-color: rgba(0, 0, 0, 0.08);
}

.W-izbori .dropdown option {
    font-family: "Nunito Sans";
}

.W-izbori .result-title {
    margin: 24px 1.5px 0 0.5px;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.92);
}

.W-izbori .result-item {
    padding-top: 16px;
}

.W-izbori .data-col {
    flex-grow: 1;
}

.W-izbori .index-col {
    margin-left: 3px;
    margin-right: 12px;
    width: 21px;
    text-align: right;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.92);
}

.W-izbori .result-item h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.92);
}

.W-izbori .result-item h3 span {
    display: block;
}

.W-izbori .result-item .nositelj {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.52);
}

.W-izbori .posto {
    float: right;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: right;
    color: rgba(0, 0, 0, 0.92);
    display: flex;
    align-items: flex-end;
}

.W-izbori .progres-wrap {
    position: relative;
    background-color: #f5f5f5;
    height: 24px;
}

.W-izbori .glasova {
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: right;
    color: rgba(0, 0, 0, 0.52);
}

.W-izbori .glasova,
.W-izbori .posto {
    margin: 0px;
    margin-right: 8px;
    padding: 0;
}

.W-izbori .progres-wrap p {
    position: absolute;
    right: 8px;
    top: 0;
    padding: 0;
    margin: 0;
}

.W-izbori .progress-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #9ccd65;
}

.W-izbori .footer {
    display: block;
    padding: 12px 0;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: rgba(0, 0, 0, 0.52);
}

@media only screen and (max-width: 486px) {
    .W-izbori .result-title {
        font-size: 24px;
        line-height: 1.17;
    }

    .W-izbori .filters {
        flex-direction: column;
    }

    .W-izbori .filters .dropdown {
        flex-grow: 1;
    }

    .W-izbori .filters .f2 {
        margin-top: 16px;
    }
}

@media only screen and (max-width: 375px) {
    .W-izbori body {
        padding: 0 16px;
    }

    .W-izbori .header .last-update {
        margin-right: 40px;
    }

    .W-izbori .header .app-title {
        font-size: 20px;
        line-height: 2;
    }

    .W-izbori .filters {
        flex-direction: column;
    }

    .W-izbori .filters .dropdown {
        margin: 0;
    }

    .W-izbori .filters .f2 {
        margin-top: 16px;
    }
}
