@charset "UTF-8";
table {
word-break:break-all;
-webkit-text-size-adjust: 100%;
}
table.fm-enqueteout, table.fm-enquete{
padding:0;
margin:0;
border-collapse:collapse;
border-spacing:0;
empty-cells:show;
width:100%;
}
table.fm-enquete td.fm-question,table.fm-enquete td.fm-answer{
display:block;
width:95%;
}
img {
max-width: 100%;
height:auto;
}
select {
width: 90%;
font-size:16px;
}
input[type="text"], textarea, input[id$="first"], input[id$="second"], input[id$="etc_text"] {
font-size:16px;
}