@font-face {font-family: 'Open Sans'; src: url('OpenSans-BoldItalic.ttf') format('truetype'); font-weight: bold; font-style: italic;}
@font-face {font-family: 'Open Sans'; src: url('OpenSans-Italic.ttf') format('truetype'); font-weight: normal; font-style: italic;}
@font-face {font-family: 'Open Sans'; src: url('OpenSans-Bold.ttf') format('truetype'); font-weight: bold; font-style: normal;}
@font-face {font-family: 'Open Sans'; src: url('OpenSansLight-Italic.ttf') format('truetype'); font-weight: 300; font-style: italic;}
@font-face {font-family: 'Open Sans'; src: url('OpenSans-Light.ttf') format('truetype'); font-weight: 300; font-style: normal;}
@font-face {font-family: 'Open Sans'; src: url('OpenSans-ExtraboldItalic.ttf') format('truetype'); font-weight: 800; font-style: italic;}
@font-face {font-family: 'Open Sans'; src: url('OpenSans-SemiboldItalic.ttf') format('truetype'); font-weight: 600; font-style: italic;}
@font-face {font-family: 'Open Sans'; src: url('OpenSans-Extrabold.ttf') format('truetype'); font-weight: 800;  font-style: normal;}
@font-face {font-family: 'Open Sans'; src: url('OpenSans-Semibold.ttf') format('truetype'); font-weight: 600; font-style: normal;}
@font-face {font-family: 'Open Sans'; src: url('OpenSans.ttf') format('truetype'); font-weight: normal;  font-style: normal;}
html, body {color:#2b2b2b; font-family: 'Open Sans', sans-serif; font-size: 19px;} 
body{background-color:#ffffff;}
.pogotools_poll__button{background-color:#f59f00; font-weight: bold; } 
#pogotools_combined_poll_start_screen__title {color: #00539c; font-weight: bold; font-size:1.125rem; margin-bottom:1rem;}
p#pogotools_combined_poll__start_screen__introduction_text{font-size:100%;}
div#pogotools_poll_question_screen__title {margin-bottom: 0.8rem;}
div#pogotools_poll_question_screen__question{margin-bottom: 1.2rem;}

p#pogotools_poll__question_screen__question_text{color: #00539c; font-weight: bold; font-size:1.2rem;}
.pogotools_poll__answer_row {font-size: 1.05rem; color: #1C9BD8; font-weight: bold;}
.pogotools_poll__answer_row:nth-child(2n+2){color:#0F569E;}
.pogotools_poll__answer_tot_row {width: auto !important;}
.pogotools_poll__result_tot_row {width: auto !important;}
a.button {background-color: #1C9BD8;}
.button:hover {background-color: #0F569E;}
.pogotools_poll__resultbar {border-top: 2vw solid #82D0F5;}
p#pogotools_poll__results_screen__feedback_text {font-size:1.2rem; font-weight: bold;}
.pogotools_poll__result_row_underten{font-size: 1.1rem;}
.pogotools_poll__result_tot_text{font-size: 1.1rem;}
p#pogotools_poll__results_screen__title_text {margin-bottom: 0.8rem; font-size: 1rem;}
#pogotools_poll__results__button{top:unset; bottom:2vw;}
#pogotools_poll__resultbuttons_container{top:unset; bottom:2vw;}
.pogotools_poll__answer_text {width: 80% !important;}
.pogotools_poll__answer_selection {width: 10% !important;}
.pogotools_poll__answer {width: 2.4vw!important;}
@media screen and (max-width: 1100px){
	.pogotools_poll__answer_text {width: 78% !important;}
	.pogotools_poll__answer_selection {width: 12% !important;}
}
@media screen and (max-width: 800px){
.pogotools_poll__button{font-size:0.75rem; background-size: 0.75rem; height:1.5rem; padding-right:1.5rem;} 
    .pogotools_poll__result_row_underten {line-height: 2vw; font-size: 2vw;}
	.pogotools_poll__answer_text {width: 70% !important;}
	.pogotools_poll__answer_selection {width: 20% !important;}
}
@media screen and (max-width: 480px){
	.pogotools_poll__answer_text {width: 60% !important;}
	.pogotools_poll__answer_selection {width: 30% !important;}
}
@media print {
    .pogotools_poll__result_row_underten{line-height: 2vw; font-size: 2vw;}
}
