@charset "UTF-8";
table {
word-break:break-all;
-webkit-text-size-adjust: 100%;
font-size:16px
}
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: 100%;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}
table.fm-enquete td.order-table-label-column{
	padding-bottom:10px;
}
img {
max-width: 100%;
height:auto;
}
select {
width: 95%;
font-size:16px
}
input[type="text"], textarea {
width:90%;
font-size:16px
}
input[id$="first"],input[id$="second"] {
width: 30%;
}
input[id$="etc_text"] {
width: 50%;
}
h1{ font-size:16px}
input[id^="wcf"],input[id^="rewind"],input#confirm
{ font-size:16px; padding:10px}
input[type="radio"] , input[type="checkbox"]{
   -webkit-transform: scale(1.5);
   transform: scale(1.5);
   margin-right: 1em;
}