body{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;    
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.poll h5,
.poll .button,
.poll .teaser table td.umfrage b, .poll .question{
    font-family: 'Roboto', sans-serif !important;
}
.poll{        
    padding: 25px 15px;
    background-color: rgba(246,248,248,1);    
}

.poll .frame,
.poll .answerlist li{
    border:none;
}

.poll .button{
    background: none;
    height: 32px;
    border: 1px solid #D1D1D1;
    background-color: #F3F3F3;
    border-radius: 15px;
    color: #676767;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    width: 138px;
    padding: 0;
    margin-top: 15px;
}

.poll h5{
    margin-bottom: 15px;
    color: #4F4F4F;
    font-size: 20px;
    font-weight: bold;
    line-height: 23px;
}

.poll .answerlist li {
    padding-top: 5px;
    padding-bottom: 5px;
}
.poll .ok_button{
    background: none;
    height: 32px;
    border: 1px solid #D1D1D1;
    background-color: #F3F3F3;
    border-radius: 15px;
    color: #676767;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    width: 138px;
    padding: 0;
    margin-top: 15px;
    font-family: inherit;
    display: block;
}
.poll .captcha{
    background-image: none;
}