@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-verticalanswer{
padding: 0
}
img {
max-width: 100%;
height:auto;
}
select {
width: 90%;
}
input[type="submit"] {
  position: relative;
  text-align: center;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 5px 10px;
  font-size:16px;
  text-decoration: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #6c5336;
 }
 input:hover[type="submit"] {
  background: #80432d;
 }
 input[type="text"], textarea, input[id$="first"], input[id$="second"], input[id$="etc_text"] {
font-size:16px;
}