#aev-encuesta-wrapper * {
    font-family: sans-serif;
}

#aev-encuesta-wrapper {
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 100000;
}
#aev-encuesta-wrapper button {
  background: rgb(139,197,100);
  color: white;
  border: 1px solid rgb(139,197,100);
  border-radius: 5px;
  cursor: pointer;
  padding: 0.5em;
}
#aev-encuesta-wrapper button:hover{
   border: 1px solid rgb(89,147,50);
}
#aev-encuesta {
    background: white;
    padding: 1em;
    margin: 10px auto;
    width: 95%;
    max-width: 700px;
    border-radius: 5px;
}

#aev-encuesta form{
    padding: 1em 0;
}

#aev-header,
#aev-footer {
    width: 100%;
    padding: 15px 0;
    min-height: 40px;
}
#aev-footer {
  
}
#aev-header>div,
#aev-footer>div {
    width: 50%;
    float: left;
}

#aev-header>div>h3 {
    margin: 0;
    font-size: 24px;
    color: rgb(89,147,50);
}

#aev-header>div:last-child,
#aev-footer>div:last-child{
    text-align: right;
}

#aev-link{
    clear: both;
    width: 100%;
    font-size: 90%;
}

.aevfila{
    clear: both;
    width: 100%;
    padding-bottom: 1em;
    overflow: auto;
}

#aev-encuesta-wrapper input[type=checkbox]:not(old),
#aev-encuesta-wrapper input[type=radio   ]:not(old){
  /*width     : 2em;*/
  width     : 0.2em;
  margin    : 0;
  padding   : 0;
  font-size : 1em;
  opacity   : 0;
}

#aev-encuesta-wrapper input[type=checkbox]:not(old) + label,
#aev-encuesta-wrapper input[type=radio   ]:not(old) + label{
  display      : inline-block;
  /*margin-left  : -2em;*/
  line-height  : 1.5em;
}

#aev-encuesta-wrapper input[type=checkbox]:not(old) + label > span,
#aev-encuesta-wrapper input[type=radio   ]:not(old) + label > span{
  display          : inline-block;
  width            : 0.875em;
  height           : 0.875em;
  margin           : 0.25em 0.5em 0.25em 0.25em;
  border           : 0.0625em solid rgb(192,192,192);
  border-radius    : 0.25em;
  background       : rgb(224,224,224);
  background-image :    -moz-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :     -ms-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :      -o-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image : -webkit-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :         linear-gradient(rgb(240,240,240),rgb(224,224,224));
  vertical-align   : bottom;
}

#aev-encuesta-wrapper input[type=radio]:not(old):checked + label > span > span{
  display          : block;
  width            : 0.5em;
  height           : 0.5em;
  margin           : 0.125em;
  border           : 0.0625em solid rgb(115,153,77);
  border-radius    : 0.125em;
  background       : rgb(153,204,102);
  background-image :    -moz-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image :     -ms-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image :      -o-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image : -webkit-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image :         linear-gradient(rgb(179,217,140),rgb(153,204,102));
}

p.aev-mini{
    font-size: 80%;
    padding-left: 1em;
    color: rgb(139,197,100);
    font-weight: bold;
}

p.aev-q{
    font-weight: bold;
}
div.aevbox>div{
  float:left;
  margin-right: 1em;
}
div.aevbox>div:last-child{
  margin-bottom: 1em;
  margin-top: 0.5em;
}

span.aev-ob{
  color:red;
  font-size: 140%;
}

p.aev-note{
  font-size: 90%;
}

@media (max-width: 645px){
  div.aevbox>div:nth-child(2){
     margin-top: 0.5em;
  }
}