#emolmlt-notaencuestas ul {
font-family: Arial, Helvetica, sans-serif;
list-style-type: none;
padding:0px;
margin:0px;
max-width: 709px;
}

#emolmlt-notaencuestas ul > li {
margin-bottom: 20px;
}

#emolmlt-notaencuestas ul > li > img {
width: 100%;
}

#emolmlt-notaencuestas ul > li > p {
padding:10px;
background-color: #f7f7f7;
margin:0px;
}

#emolmlt-notaencuestas > ul h4 {
background-color: #1d9cbf;
color: #fff;
font-weight: bold;
margin:0px;
line-height: 16px;
font-size: 16px;
padding: 8px 15px;
}

.encuesta-emol {
float: none;
clear:both;
margin-top: 5px;
}

blockquote.encuesta-emol:empty {
min-height: 100px;
background-image: url(http://static.emol.cl/emol50/Fotos/2018/02/19/file_20180219111654.gif);
background-repeat: no-repeat;
background-position: center center;
}

.td-text label {
color: transparent;
background-image: url(http://static.emol.cl/emol50/Fotos/2018/04/05/file_20180405182028.png);
background-size: 32px auto;
padding-top: 0px!important;
padding-left:0px;
height: 28px;
margin-top: 7px;
cursor: pointer;
transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
}

.td-text label:hover {
opacity: 0.8;
filter: alpha(opacity=80);
}

.encuesta-emol .answer-table tr:nth-child(1) .td-text label,
.encuesta-emol .answer-table tr:nth-child(1) table tr:first-child td { width: 158px }
.encuesta-emol .answer-table tr:nth-child(2) .td-text label,
.encuesta-emol .answer-table tr:nth-child(2) table tr:first-child td { width: 126px }
.encuesta-emol .answer-table tr:nth-child(3) .td-text label,
.encuesta-emol .answer-table tr:nth-child(3) table tr:first-child td { width: 96px }
.encuesta-emol .answer-table tr:nth-child(4) .td-text label,
.encuesta-emol .answer-table tr:nth-child(4) table tr:first-child td { width: 62px }
.encuesta-emol .answer-table tr:nth-child(5) .td-text label,
.encuesta-emol .answer-table tr:nth-child(5) table tr:first-child td { width: 32px }

.answer-table tr {
margin-bottom: 5px;
}

.td-radio { 
line-height: 26px;
}

.td-img-not {
height: 40px;
}

[type=checkbox]:checked+label:after,
[type=checkbox]:not(:checked)+label:after {
background-color: #ff9800;
}

.answer-title {
background-color: #565656;
margin-bottom: 5px;
font-size: 12px;
padding: 4px 8px!important;
}

.button-save-poll {
background-color: #565656;
transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
}

.button-save-poll:hover {
background-color: #1287a7;
}

/*Resultados*/

.answer-table tbody tr table tr:first-child {
display: block;
position: relative;
}

.answer-table tbody tr table tr:first-child td {
display: block;
}

.answer-table tbody tr table tr:first-child .answer-text-result {
padding-top:0px!important;
color: transparent;
margin-top:6px;
height: 28px;
background-image: url(http://static.emol.cl/emol50/Fotos/2018/04/05/file_20180405182028.png);
background-size: 32px auto;
margin-left:15px;
}

.answer-text-result {
padding: 0px;
}

.answer-table tbody tr table .answer-text-result {
width: 100%;
}

.answer-table tbody tr table .answer-text-result span {
position: absolute;
right:10px!important;
font-size: 13px!important;
top:8px;
margin-top:5px;
}

.encuesta-emol .grafico {
width: auto;
display: block;
margin-left:10px;
margin-right: 10px;
}

.grafico .porcentaje {
right: -80px;
font-size: 21px!important;
top: -20px!important;
color: #666;
width: auto!important;
}

.answer-table tr.img-not table,
.answer-table tbody tr table {
width: 85%;
width: calc(100% - 82px)!important;
}

.grafico .barra {
height: 15px;
background-color: #84898e;
}
.button-save-poll.poll-button-disabled,
.button-save-poll.poll-button-disabled:hover {
background-color: #666;
cursor: not-allowed;
}

.result-poll-value {
margin-left:15px;
color: #666;
font-size: 13px;
font-weight: bold;
}

.poll-view-text-end {
height: 40px;
float: none;
}

@media (max-width: 460px) {

.grafico .porcentaje {
font-size: 17px!important;
right: -55px;
}

.answer-table tr.img-not table,
.answer-table tbody tr table {
width: calc(100% - 48px)!important;
}

.answer-table tbody tr table tr:first-child .answer-text-result {
margin-left:5px;
}

.encuesta-emol .grafico {
margin-left: 5px;
}

}