#poll {
    min-height: 280px;
}

.bar {
    height: 5px;
    background: #C92729;
}
.yourvote {
    background: #03ACF1;
}

.poll_result p {
    padding-bottom: 0;
    margin-bottom: 3px;
}

.poll_result {
    margin-bottom: 10px;
}

.poll_name {
    color: #000000;
    font-size: 1.5rem;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    position: relative;
    top: -6px;
}

.poll_options {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.poll_options li {
    font-size: 1.2rem;
    color: #000000;
    margin-bottom: 15px;
    margin-left: 5px;
}